# Print output for @column tags ?>
public
class
GLES32
extends GLES31
java.lang.Object | ||||
↳ | android.opengl.GLES20 | |||
↳ | android.opengl.GLES30 | |||
↳ | android.opengl.GLES31 | |||
↳ | android.opengl.GLES32 |
OpenGL ES 3.2
Nested classes | |
---|---|
interface |
GLES32.DebugProc
|
Inherited constants |
---|
Public methods | |
---|---|
static
void
|
glBlendBarrier()
|
static
void
|
glBlendEquationSeparatei(int buf, int modeRGB, int modeAlpha)
|
static
void
|
glBlendEquationi(int buf, int mode)
|
static
void
|
glBlendFuncSeparatei(int buf, int srcRGB, int dstRGB, int srcAlpha, int dstAlpha)
|
static
void
|
glBlendFunci(int buf, int src, int dst)
|
static
void
|
glColorMaski(int index, boolean r, boolean g, boolean b, boolean a)
|
static
void
|
glCopyImageSubData(int srcName, int srcTarget, int srcLevel, int srcX, int srcY, int srcZ, int dstName, int dstTarget, int dstLevel, int dstX, int dstY, int dstZ, int srcWidth, int srcHeight, int srcDepth)
|
static
void
|
glDebugMessageCallback(GLES32.DebugProc callback)
|
static
void
|
glDebugMessageControl(int source, int type, int severity, int count, int[] ids, int offset, boolean enabled)
|
static
void
|
glDebugMessageControl(int source, int type, int severity, int count, IntBuffer ids, boolean enabled)
|
static
void
|
glDebugMessageInsert(int source, int type, int id, int severity, int length, String buf)
|
static
void
|
glDisablei(int target, int index)
|
static
void
|
glDrawElementsBaseVertex(int mode, int count, int type, Buffer indices, int basevertex)
|
static
void
|
glDrawElementsInstancedBaseVertex(int mode, int count, int type, int indicesOffset, int instanceCount, int basevertex)
|
static
void
|
glDrawElementsInstancedBaseVertex(int mode, int count, int type, Buffer indices, int instanceCount, int basevertex)
|
static
void
|
glDrawRangeElementsBaseVertex(int mode, int start, int end, int count, int type, Buffer indices, int basevertex)
|
static
void
|
glEnablei(int target, int index)
|
static
void
|
glFramebufferTexture(int target, int attachment, int texture, int level)
|
static
int
|
glGetDebugMessageLog(int count, int bufSize, int[] sources, int sourcesOffset, int[] types, int typesOffset, int[] ids, int idsOffset, int[] severities, int severitiesOffset, int[] lengths, int lengthsOffset, byte[] messageLog, int messageLogOffset)
|
static
String[]
|
glGetDebugMessageLog(int count, int[] sources, int sourcesOffset, int[] types, int typesOffset, int[] ids, int idsOffset, int[] severities, int severitiesOffset)
|
static
int
|
glGetDebugMessageLog(int count, IntBuffer sources, IntBuffer types, IntBuffer ids, IntBuffer severities, IntBuffer lengths, ByteBuffer messageLog)
|
static
String[]
|
glGetDebugMessageLog(int count, IntBuffer sources, IntBuffer types, IntBuffer ids, IntBuffer severities)
|
static
int
|
glGetGraphicsResetStatus()
|
static
String
|
glGetObjectLabel(int identifier, int name)
|
static
String
|
glGetObjectPtrLabel(long ptr)
|
static
long
|
glGetPointerv(int pname)
|
static
void
|
glGetSamplerParameterIiv(int sampler, int pname, IntBuffer params)
|
static
void
|
glGetSamplerParameterIiv(int sampler, int pname, int[] params, int offset)
|
static
void
|
glGetSamplerParameterIuiv(int sampler, int pname, int[] params, int offset)
|
static
void
|
glGetSamplerParameterIuiv(int sampler, int pname, IntBuffer params)
|
static
void
|
glGetTexParameterIiv(int target, int pname, int[] params, int offset)
|
static
void
|
glGetTexParameterIiv(int target, int pname, IntBuffer params)
|
static
void
|
glGetTexParameterIuiv(int target, int pname, int[] params, int offset)
|
static
void
|
glGetTexParameterIuiv(int target, int pname, IntBuffer params)
|
static
void
|
glGetnUniformfv(int program, int location, int bufSize, FloatBuffer params)
|
static
void
|
glGetnUniformfv(int program, int location, int bufSize, float[] params, int offset)
|
static
void
|
glGetnUniformiv(int program, int location, int bufSize, int[] params, int offset)
|
static
void
|
glGetnUniformiv(int program, int location, int bufSize, IntBuffer params)
|
static
void
|
glGetnUniformuiv(int program, int location, int bufSize, int[] params, int offset)
|
static
void
|
glGetnUniformuiv(int program, int location, int bufSize, IntBuffer params)
|
static
boolean
|
glIsEnabledi(int target, int index)
|
static
void
|
glMinSampleShading(float value)
|
static
void
|
glObjectLabel(int identifier, int name, int length, String label)
|
static
void
|
glObjectPtrLabel(long ptr, String label)
|
static
void
|
glPatchParameteri(int pname, int value)
|
static
void
|
glPopDebugGroup()
|
static
void
|
glPrimitiveBoundingBox(float minX, float minY, float minZ, float minW, float maxX, float maxY, float maxZ, float maxW)
|
static
void
|
glPushDebugGroup(int source, int id, int length, String message)
|
static
void
|
glReadnPixels(int x, int y, int width, int height, int format, int type, int bufSize, Buffer data)
|
static
void
|
glSamplerParameterIiv(int sampler, int pname, int[] param, int offset)
|
static
void
|
glSamplerParameterIiv(int sampler, int pname, IntBuffer param)
|
static
void
|
glSamplerParameterIuiv(int sampler, int pname, IntBuffer param)
|
static
void
|
glSamplerParameterIuiv(int sampler, int pname, int[] param, int offset)
|
static
void
|
glTexBuffer(int target, int internalformat, int buffer)
|
static
void
|
glTexBufferRange(int target, int internalformat, int buffer, int offset, int size)
|
static
void
|
glTexParameterIiv(int target, int pname, int[] params, int offset)
|
static
void
|
glTexParameterIiv(int target, int pname, IntBuffer params)
|
static
void
|
glTexParameterIuiv(int target, int pname, IntBuffer params)
|
static
void
|
glTexParameterIuiv(int target, int pname, int[] params, int offset)
|
static
void
|
glTexStorage3DMultisample(int target, int samples, int internalformat, int width, int height, int depth, boolean fixedsamplelocations)
|
Inherited methods | |
---|---|
public static final int GL_BUFFER
Constant Value: 33504 (0x000082e0)
public static final int GL_CLAMP_TO_BORDER
Constant Value: 33069 (0x0000812d)
public static final int GL_COLORBURN
Constant Value: 37530 (0x0000929a)
public static final int GL_COLORDODGE
Constant Value: 37529 (0x00009299)
public static final int GL_COMPRESSED_RGBA_ASTC_10x10
Constant Value: 37819 (0x000093bb)
public static final int GL_COMPRESSED_RGBA_ASTC_10x5
Constant Value: 37816 (0x000093b8)
public static final int GL_COMPRESSED_RGBA_ASTC_10x6
Constant Value: 37817 (0x000093b9)
public static final int GL_COMPRESSED_RGBA_ASTC_10x8
Constant Value: 37818 (0x000093ba)
public static final int GL_COMPRESSED_RGBA_ASTC_12x10
Constant Value: 37820 (0x000093bc)
public static final int GL_COMPRESSED_RGBA_ASTC_12x12
Constant Value: 37821 (0x000093bd)
public static final int GL_COMPRESSED_RGBA_ASTC_4x4
Constant Value: 37808 (0x000093b0)
public static final int GL_COMPRESSED_RGBA_ASTC_5x4
Constant Value: 37809 (0x000093b1)
public static final int GL_COMPRESSED_RGBA_ASTC_5x5
Constant Value: 37810 (0x000093b2)
public static final int GL_COMPRESSED_RGBA_ASTC_6x5
Constant Value: 37811 (0x000093b3)
public static final int GL_COMPRESSED_RGBA_ASTC_6x6
Constant Value: 37812 (0x000093b4)
public static final int GL_COMPRESSED_RGBA_ASTC_8x5
Constant Value: 37813 (0x000093b5)
public static final int GL_COMPRESSED_RGBA_ASTC_8x6
Constant Value: 37814 (0x000093b6)
public static final int GL_COMPRESSED_RGBA_ASTC_8x8
Constant Value: 37815 (0x000093b7)
public static final int GL_COMPRESSED_SRGB8_ALPHA8_ASTC_10x10
Constant Value: 37851 (0x000093db)
public static final int GL_COMPRESSED_SRGB8_ALPHA8_ASTC_10x5
Constant Value: 37848 (0x000093d8)
public static final int GL_COMPRESSED_SRGB8_ALPHA8_ASTC_10x6
Constant Value: 37849 (0x000093d9)
public static final int GL_COMPRESSED_SRGB8_ALPHA8_ASTC_10x8
Constant Value: 37850 (0x000093da)
public static final int GL_COMPRESSED_SRGB8_ALPHA8_ASTC_12x10
Constant Value: 37852 (0x000093dc)
public static final int GL_COMPRESSED_SRGB8_ALPHA8_ASTC_12x12
Constant Value: 37853 (0x000093dd)
public static final int GL_COMPRESSED_SRGB8_ALPHA8_ASTC_4x4
Constant Value: 37840 (0x000093d0)
public static final int GL_COMPRESSED_SRGB8_ALPHA8_ASTC_5x4
Constant Value: 37841 (0x000093d1)
public static final int GL_COMPRESSED_SRGB8_ALPHA8_ASTC_5x5
Constant Value: 37842 (0x000093d2)
public static final int GL_COMPRESSED_SRGB8_ALPHA8_ASTC_6x5
Constant Value: 37843 (0x000093d3)
public static final int GL_COMPRESSED_SRGB8_ALPHA8_ASTC_6x6
Constant Value: 37844 (0x000093d4)
public static final int GL_COMPRESSED_SRGB8_ALPHA8_ASTC_8x5
Constant Value: 37845 (0x000093d5)
public static final int GL_COMPRESSED_SRGB8_ALPHA8_ASTC_8x6
Constant Value: 37846 (0x000093d6)
public static final int GL_COMPRESSED_SRGB8_ALPHA8_ASTC_8x8
Constant Value: 37847 (0x000093d7)
public static final int GL_CONTEXT_FLAGS
Constant Value: 33310 (0x0000821e)
public static final int GL_CONTEXT_FLAG_DEBUG_BIT
Constant Value: 2 (0x00000002)
public static final int GL_CONTEXT_FLAG_ROBUST_ACCESS_BIT
Constant Value: 4 (0x00000004)
public static final int GL_CONTEXT_LOST
Constant Value: 1287 (0x00000507)
public static final int GL_DARKEN
Constant Value: 37527 (0x00009297)
public static final int GL_DEBUG_CALLBACK_FUNCTION
Constant Value: 33348 (0x00008244)
public static final int GL_DEBUG_CALLBACK_USER_PARAM
Constant Value: 33349 (0x00008245)
public static final int GL_DEBUG_GROUP_STACK_DEPTH
Constant Value: 33389 (0x0000826d)
public static final int GL_DEBUG_LOGGED_MESSAGES
Constant Value: 37189 (0x00009145)
public static final int GL_DEBUG_NEXT_LOGGED_MESSAGE_LENGTH
Constant Value: 33347 (0x00008243)
public static final int GL_DEBUG_OUTPUT
Constant Value: 37600 (0x000092e0)
public static final int GL_DEBUG_OUTPUT_SYNCHRONOUS
Constant Value: 33346 (0x00008242)
public static final int GL_DEBUG_SEVERITY_HIGH
Constant Value: 37190 (0x00009146)
public static final int GL_DEBUG_SEVERITY_LOW
Constant Value: 37192 (0x00009148)
public static final int GL_DEBUG_SEVERITY_MEDIUM
Constant Value: 37191 (0x00009147)
public static final int GL_DEBUG_SEVERITY_NOTIFICATION
Constant Value: 33387 (0x0000826b)
public static final int GL_DEBUG_SOURCE_API
Constant Value: 33350 (0x00008246)
public static final int GL_DEBUG_SOURCE_APPLICATION
Constant Value: 33354 (0x0000824a)
public static final int GL_DEBUG_SOURCE_OTHER
Constant Value: 33355 (0x0000824b)
public static final int GL_DEBUG_SOURCE_SHADER_COMPILER
Constant Value: 33352 (0x00008248)
public static final int GL_DEBUG_SOURCE_THIRD_PARTY
Constant Value: 33353 (0x00008249)
public static final int GL_DEBUG_SOURCE_WINDOW_SYSTEM
Constant Value: 33351 (0x00008247)
public static final int GL_DEBUG_TYPE_DEPRECATED_BEHAVIOR
Constant Value: 33357 (0x0000824d)
public static final int GL_DEBUG_TYPE_ERROR
Constant Value: 33356 (0x0000824c)
public static final int GL_DEBUG_TYPE_MARKER
Constant Value: 33384 (0x00008268)
public static final int GL_DEBUG_TYPE_OTHER
Constant Value: 33361 (0x00008251)
public static final int GL_DEBUG_TYPE_PERFORMANCE
Constant Value: 33360 (0x00008250)
public static final int GL_DEBUG_TYPE_POP_GROUP
Constant Value: 33386 (0x0000826a)
public static final int GL_DEBUG_TYPE_PORTABILITY
Constant Value: 33359 (0x0000824f)
public static final int GL_DEBUG_TYPE_PUSH_GROUP
Constant Value: 33385 (0x00008269)
public static final int GL_DEBUG_TYPE_UNDEFINED_BEHAVIOR
Constant Value: 33358 (0x0000824e)
public static final int GL_DIFFERENCE
Constant Value: 37534 (0x0000929e)
public static final int GL_EXCLUSION
Constant Value: 37536 (0x000092a0)
public static final int GL_FIRST_VERTEX_CONVENTION
Constant Value: 36429 (0x00008e4d)
public static final int GL_FRACTIONAL_EVEN
Constant Value: 36476 (0x00008e7c)
public static final int GL_FRACTIONAL_ODD
Constant Value: 36475 (0x00008e7b)
public static final int GL_FRAGMENT_INTERPOLATION_OFFSET_BITS
Constant Value: 36445 (0x00008e5d)
public static final int GL_FRAMEBUFFER_ATTACHMENT_LAYERED
Constant Value: 36263 (0x00008da7)
public static final int GL_FRAMEBUFFER_DEFAULT_LAYERS
Constant Value: 37650 (0x00009312)
public static final int GL_FRAMEBUFFER_INCOMPLETE_LAYER_TARGETS
Constant Value: 36264 (0x00008da8)
public static final int GL_GEOMETRY_INPUT_TYPE
Constant Value: 35095 (0x00008917)
public static final int GL_GEOMETRY_OUTPUT_TYPE
Constant Value: 35096 (0x00008918)
public static final int GL_GEOMETRY_SHADER
Constant Value: 36313 (0x00008dd9)
public static final int GL_GEOMETRY_SHADER_BIT
Constant Value: 4 (0x00000004)
public static final int GL_GEOMETRY_SHADER_INVOCATIONS
Constant Value: 34943 (0x0000887f)
public static final int GL_GEOMETRY_VERTICES_OUT
Constant Value: 35094 (0x00008916)
public static final int GL_GUILTY_CONTEXT_RESET
Constant Value: 33363 (0x00008253)
public static final int GL_HARDLIGHT
Constant Value: 37531 (0x0000929b)
public static final int GL_HSL_COLOR
Constant Value: 37551 (0x000092af)
public static final int GL_HSL_HUE
Constant Value: 37549 (0x000092ad)
public static final int GL_HSL_LUMINOSITY
Constant Value: 37552 (0x000092b0)
public static final int GL_HSL_SATURATION
Constant Value: 37550 (0x000092ae)
public static final int GL_IMAGE_BUFFER
Constant Value: 36945 (0x00009051)
public static final int GL_IMAGE_CUBE_MAP_ARRAY
Constant Value: 36948 (0x00009054)
public static final int GL_INNOCENT_CONTEXT_RESET
Constant Value: 33364 (0x00008254)
public static final int GL_INT_IMAGE_BUFFER
Constant Value: 36956 (0x0000905c)
public static final int GL_INT_IMAGE_CUBE_MAP_ARRAY
Constant Value: 36959 (0x0000905f)
public static final int GL_INT_SAMPLER_2D_MULTISAMPLE_ARRAY
Constant Value: 37132 (0x0000910c)
public static final int GL_INT_SAMPLER_BUFFER
Constant Value: 36304 (0x00008dd0)
public static final int GL_INT_SAMPLER_CUBE_MAP_ARRAY
Constant Value: 36878 (0x0000900e)
public static final int GL_ISOLINES
Constant Value: 36474 (0x00008e7a)
public static final int GL_IS_PER_PATCH
Constant Value: 37607 (0x000092e7)
public static final int GL_LAST_VERTEX_CONVENTION
Constant Value: 36430 (0x00008e4e)
public static final int GL_LAYER_PROVOKING_VERTEX
Constant Value: 33374 (0x0000825e)
public static final int GL_LIGHTEN
Constant Value: 37528 (0x00009298)
public static final int GL_LINES_ADJACENCY
Constant Value: 10 (0x0000000a)
public static final int GL_LINE_STRIP_ADJACENCY
Constant Value: 11 (0x0000000b)
public static final int GL_LOSE_CONTEXT_ON_RESET
Constant Value: 33362 (0x00008252)
public static final int GL_MAX_COMBINED_GEOMETRY_UNIFORM_COMPONENTS
Constant Value: 35378 (0x00008a32)
public static final int GL_MAX_COMBINED_TESS_CONTROL_UNIFORM_COMPONENTS
Constant Value: 36382 (0x00008e1e)
public static final int GL_MAX_COMBINED_TESS_EVALUATION_UNIFORM_COMPONENTS
Constant Value: 36383 (0x00008e1f)
public static final int GL_MAX_DEBUG_GROUP_STACK_DEPTH
Constant Value: 33388 (0x0000826c)
public static final int GL_MAX_DEBUG_LOGGED_MESSAGES
Constant Value: 37188 (0x00009144)
public static final int GL_MAX_DEBUG_MESSAGE_LENGTH
Constant Value: 37187 (0x00009143)
public static final int GL_MAX_FRAGMENT_INTERPOLATION_OFFSET
Constant Value: 36444 (0x00008e5c)
public static final int GL_MAX_FRAMEBUFFER_LAYERS
Constant Value: 37655 (0x00009317)
public static final int GL_MAX_GEOMETRY_ATOMIC_COUNTERS
Constant Value: 37589 (0x000092d5)
public static final int GL_MAX_GEOMETRY_ATOMIC_COUNTER_BUFFERS
Constant Value: 37583 (0x000092cf)
public static final int GL_MAX_GEOMETRY_IMAGE_UNIFORMS
Constant Value: 37069 (0x000090cd)
public static final int GL_MAX_GEOMETRY_INPUT_COMPONENTS
Constant Value: 37155 (0x00009123)
public static final int GL_MAX_GEOMETRY_OUTPUT_COMPONENTS
Constant Value: 37156 (0x00009124)
public static final int GL_MAX_GEOMETRY_OUTPUT_VERTICES
Constant Value: 36320 (0x00008de0)
public static final int GL_MAX_GEOMETRY_SHADER_INVOCATIONS
Constant Value: 36442 (0x00008e5a)
public static final int GL_MAX_GEOMETRY_SHADER_STORAGE_BLOCKS
Constant Value: 37079 (0x000090d7)
public static final int GL_MAX_GEOMETRY_TEXTURE_IMAGE_UNITS
Constant Value: 35881 (0x00008c29)
public static final int GL_MAX_GEOMETRY_TOTAL_OUTPUT_COMPONENTS
Constant Value: 36321 (0x00008de1)
public static final int GL_MAX_GEOMETRY_UNIFORM_BLOCKS
Constant Value: 35372 (0x00008a2c)
public static final int GL_MAX_GEOMETRY_UNIFORM_COMPONENTS
Constant Value: 36319 (0x00008ddf)
public static final int GL_MAX_LABEL_LENGTH
Constant Value: 33512 (0x000082e8)
public static final int GL_MAX_PATCH_VERTICES
Constant Value: 36477 (0x00008e7d)
public static final int GL_MAX_TESS_CONTROL_ATOMIC_COUNTERS
Constant Value: 37587 (0x000092d3)
public static final int GL_MAX_TESS_CONTROL_ATOMIC_COUNTER_BUFFERS
Constant Value: 37581 (0x000092cd)
public static final int GL_MAX_TESS_CONTROL_IMAGE_UNIFORMS
Constant Value: 37067 (0x000090cb)
public static final int GL_MAX_TESS_CONTROL_INPUT_COMPONENTS
Constant Value: 34924 (0x0000886c)
public static final int GL_MAX_TESS_CONTROL_OUTPUT_COMPONENTS
Constant Value: 36483 (0x00008e83)
public static final int GL_MAX_TESS_CONTROL_SHADER_STORAGE_BLOCKS
Constant Value: 37080 (0x000090d8)
public static final int GL_MAX_TESS_CONTROL_TEXTURE_IMAGE_UNITS
Constant Value: 36481 (0x00008e81)
public static final int GL_MAX_TESS_CONTROL_TOTAL_OUTPUT_COMPONENTS
Constant Value: 36485 (0x00008e85)
public static final int GL_MAX_TESS_CONTROL_UNIFORM_BLOCKS
Constant Value: 36489 (0x00008e89)
public static final int GL_MAX_TESS_CONTROL_UNIFORM_COMPONENTS
Constant Value: 36479 (0x00008e7f)
public static final int GL_MAX_TESS_EVALUATION_ATOMIC_COUNTERS
Constant Value: 37588 (0x000092d4)
public static final int GL_MAX_TESS_EVALUATION_ATOMIC_COUNTER_BUFFERS
Constant Value: 37582 (0x000092ce)
public static final int GL_MAX_TESS_EVALUATION_IMAGE_UNIFORMS
Constant Value: 37068 (0x000090cc)
public static final int GL_MAX_TESS_EVALUATION_INPUT_COMPONENTS
Constant Value: 34925 (0x0000886d)
public static final int GL_MAX_TESS_EVALUATION_OUTPUT_COMPONENTS
Constant Value: 36486 (0x00008e86)
public static final int GL_MAX_TESS_EVALUATION_SHADER_STORAGE_BLOCKS
Constant Value: 37081 (0x000090d9)
public static final int GL_MAX_TESS_EVALUATION_TEXTURE_IMAGE_UNITS
Constant Value: 36482 (0x00008e82)
public static final int GL_MAX_TESS_EVALUATION_UNIFORM_BLOCKS
Constant Value: 36490 (0x00008e8a)
public static final int GL_MAX_TESS_EVALUATION_UNIFORM_COMPONENTS
Constant Value: 36480 (0x00008e80)
public static final int GL_MAX_TESS_GEN_LEVEL
Constant Value: 36478 (0x00008e7e)
public static final int GL_MAX_TESS_PATCH_COMPONENTS
Constant Value: 36484 (0x00008e84)
public static final int GL_MAX_TEXTURE_BUFFER_SIZE
Constant Value: 35883 (0x00008c2b)
public static final int GL_MIN_FRAGMENT_INTERPOLATION_OFFSET
Constant Value: 36443 (0x00008e5b)
public static final int GL_MIN_SAMPLE_SHADING_VALUE
Constant Value: 35895 (0x00008c37)
public static final int GL_MULTIPLY
Constant Value: 37524 (0x00009294)
public static final int GL_MULTISAMPLE_LINE_WIDTH_GRANULARITY
Constant Value: 37762 (0x00009382)
public static final int GL_MULTISAMPLE_LINE_WIDTH_RANGE
Constant Value: 37761 (0x00009381)
public static final int GL_NO_RESET_NOTIFICATION
Constant Value: 33377 (0x00008261)
public static final int GL_OVERLAY
Constant Value: 37526 (0x00009296)
public static final int GL_PATCHES
Constant Value: 14 (0x0000000e)
public static final int GL_PATCH_VERTICES
Constant Value: 36466 (0x00008e72)
public static final int GL_PRIMITIVES_GENERATED
Constant Value: 35975 (0x00008c87)
public static final int GL_PRIMITIVE_BOUNDING_BOX
Constant Value: 37566 (0x000092be)
public static final int GL_PRIMITIVE_RESTART_FOR_PATCHES_SUPPORTED
Constant Value: 33313 (0x00008221)
public static final int GL_PROGRAM
Constant Value: 33506 (0x000082e2)
public static final int GL_PROGRAM_PIPELINE
Constant Value: 33508 (0x000082e4)
public static final int GL_QUADS
Constant Value: 7 (0x00000007)
public static final int GL_QUERY
Constant Value: 33507 (0x000082e3)
public static final int GL_REFERENCED_BY_GEOMETRY_SHADER
Constant Value: 37641 (0x00009309)
public static final int GL_REFERENCED_BY_TESS_CONTROL_SHADER
Constant Value: 37639 (0x00009307)
public static final int GL_REFERENCED_BY_TESS_EVALUATION_SHADER
Constant Value: 37640 (0x00009308)
public static final int GL_RESET_NOTIFICATION_STRATEGY
Constant Value: 33366 (0x00008256)
public static final int GL_SAMPLER
Constant Value: 33510 (0x000082e6)
public static final int GL_SAMPLER_2D_MULTISAMPLE_ARRAY
Constant Value: 37131 (0x0000910b)
public static final int GL_SAMPLER_BUFFER
Constant Value: 36290 (0x00008dc2)
public static final int GL_SAMPLER_CUBE_MAP_ARRAY
Constant Value: 36876 (0x0000900c)
public static final int GL_SAMPLER_CUBE_MAP_ARRAY_SHADOW
Constant Value: 36877 (0x0000900d)
public static final int GL_SAMPLE_SHADING
Constant Value: 35894 (0x00008c36)
public static final int GL_SCREEN
Constant Value: 37525 (0x00009295)
public static final int GL_SHADER
Constant Value: 33505 (0x000082e1)
public static final int GL_SOFTLIGHT
Constant Value: 37532 (0x0000929c)
public static final int GL_STACK_OVERFLOW
Constant Value: 1283 (0x00000503)
public static final int GL_STACK_UNDERFLOW
Constant Value: 1284 (0x00000504)
public static final int GL_TESS_CONTROL_OUTPUT_VERTICES
Constant Value: 36469 (0x00008e75)
public static final int GL_TESS_CONTROL_SHADER
Constant Value: 36488 (0x00008e88)
public static final int GL_TESS_CONTROL_SHADER_BIT
Constant Value: 8 (0x00000008)
public static final int GL_TESS_EVALUATION_SHADER
Constant Value: 36487 (0x00008e87)
public static final int GL_TESS_EVALUATION_SHADER_BIT
Constant Value: 16 (0x00000010)
public static final int GL_TESS_GEN_MODE
Constant Value: 36470 (0x00008e76)
public static final int GL_TESS_GEN_POINT_MODE
Constant Value: 36473 (0x00008e79)
public static final int GL_TESS_GEN_SPACING
Constant Value: 36471 (0x00008e77)
public static final int GL_TESS_GEN_VERTEX_ORDER
Constant Value: 36472 (0x00008e78)
public static final int GL_TEXTURE_2D_MULTISAMPLE_ARRAY
Constant Value: 37122 (0x00009102)
public static final int GL_TEXTURE_BINDING_2D_MULTISAMPLE_ARRAY
Constant Value: 37125 (0x00009105)
public static final int GL_TEXTURE_BINDING_BUFFER
Constant Value: 35884 (0x00008c2c)
public static final int GL_TEXTURE_BINDING_CUBE_MAP_ARRAY
Constant Value: 36874 (0x0000900a)
public static final int GL_TEXTURE_BORDER_COLOR
Constant Value: 4100 (0x00001004)
public static final int GL_TEXTURE_BUFFER
Constant Value: 35882 (0x00008c2a)
public static final int GL_TEXTURE_BUFFER_BINDING
Constant Value: 35882 (0x00008c2a)
public static final int GL_TEXTURE_BUFFER_DATA_STORE_BINDING
Constant Value: 35885 (0x00008c2d)
public static final int GL_TEXTURE_BUFFER_OFFSET
Constant Value: 37277 (0x0000919d)
public static final int GL_TEXTURE_BUFFER_OFFSET_ALIGNMENT
Constant Value: 37279 (0x0000919f)
public static final int GL_TEXTURE_BUFFER_SIZE
Constant Value: 37278 (0x0000919e)
public static final int GL_TEXTURE_CUBE_MAP_ARRAY
Constant Value: 36873 (0x00009009)
public static final int GL_TRIANGLES_ADJACENCY
Constant Value: 12 (0x0000000c)
public static final int GL_TRIANGLE_STRIP_ADJACENCY
Constant Value: 13 (0x0000000d)
public static final int GL_UNDEFINED_VERTEX
Constant Value: 33376 (0x00008260)
public static final int GL_UNKNOWN_CONTEXT_RESET
Constant Value: 33365 (0x00008255)
public static final int GL_UNSIGNED_INT_IMAGE_BUFFER
Constant Value: 36967 (0x00009067)
public static final int GL_UNSIGNED_INT_IMAGE_CUBE_MAP_ARRAY
Constant Value: 36970 (0x0000906a)
public static final int GL_UNSIGNED_INT_SAMPLER_2D_MULTISAMPLE_ARRAY
Constant Value: 37133 (0x0000910d)
public static final int GL_UNSIGNED_INT_SAMPLER_BUFFER
Constant Value: 36312 (0x00008dd8)
public static final int GL_UNSIGNED_INT_SAMPLER_CUBE_MAP_ARRAY
Constant Value: 36879 (0x0000900f)
public static final int GL_VERTEX_ARRAY
Constant Value: 32884 (0x00008074)
public static void glBlendBarrier ()
public static void glBlendEquationSeparatei (int buf, int modeRGB, int modeAlpha)
Parameters | |
---|---|
buf |
int |
modeRGB |
int |
modeAlpha |
int |
public static void glBlendEquationi (int buf, int mode)
Parameters | |
---|---|
buf |
int |
mode |
int |
public static void glBlendFuncSeparatei (int buf, int srcRGB, int dstRGB, int srcAlpha, int dstAlpha)
Parameters | |
---|---|
buf |
int |
srcRGB |
int |
dstRGB |
int |
srcAlpha |
int |
dstAlpha |
int |
public static void glBlendFunci (int buf, int src, int dst)
Parameters | |
---|---|
buf |
int |
src |
int |
dst |
int |
public static void glColorMaski (int index, boolean r, boolean g, boolean b, boolean a)
Parameters | |
---|---|
index |
int |
r |
boolean |
g |
boolean |
b |
boolean |
a |
boolean |
public static void glCopyImageSubData (int srcName, int srcTarget, int srcLevel, int srcX, int srcY, int srcZ, int dstName, int dstTarget, int dstLevel, int dstX, int dstY, int dstZ, int srcWidth, int srcHeight, int srcDepth)
Parameters | |
---|---|
srcName |
int |
srcTarget |
int |
srcLevel |
int |
srcX |
int |
srcY |
int |
srcZ |
int |
dstName |
int |
dstTarget |
int |
dstLevel |
int |
dstX |
int |
dstY |
int |
dstZ |
int |
srcWidth |
int |
srcHeight |
int |
srcDepth |
int |
public static void glDebugMessageCallback (GLES32.DebugProc callback)
Parameters | |
---|---|
callback |
GLES32.DebugProc |
public static void glDebugMessageControl (int source, int type, int severity, int count, int[] ids, int offset, boolean enabled)
Parameters | |
---|---|
source |
int |
type |
int |
severity |
int |
count |
int |
ids |
int |
offset |
int |
enabled |
boolean |
public static void glDebugMessageControl (int source, int type, int severity, int count, IntBuffer ids, boolean enabled)
Parameters | |
---|---|
source |
int |
type |
int |
severity |
int |
count |
int |
ids |
IntBuffer |
enabled |
boolean |
public static void glDebugMessageInsert (int source, int type, int id, int severity, int length, String buf)
Parameters | |
---|---|
source |
int |
type |
int |
id |
int |
severity |
int |
length |
int |
buf |
String |
public static void glDisablei (int target, int index)
Parameters | |
---|---|
target |
int |
index |
int |
public static void glDrawElementsBaseVertex (int mode, int count, int type, Buffer indices, int basevertex)
Parameters | |
---|---|
mode |
int |
count |
int |
type |
int |
indices |
Buffer |
basevertex |
int |
public static void glDrawElementsInstancedBaseVertex (int mode, int count, int type, int indicesOffset, int instanceCount, int basevertex)
Parameters | |
---|---|
mode |
int |
count |
int |
type |
int |
indicesOffset |
int |
instanceCount |
int |
basevertex |
int |
public static void glDrawElementsInstancedBaseVertex (int mode, int count, int type, Buffer indices, int instanceCount, int basevertex)
Parameters | |
---|---|
mode |
int |
count |
int |
type |
int |
indices |
Buffer |
instanceCount |
int |
basevertex |
int |
public static void glDrawRangeElementsBaseVertex (int mode, int start, int end, int count, int type, Buffer indices, int basevertex)
Parameters | |
---|---|
mode |
int |
start |
int |
end |
int |
count |
int |
type |
int |
indices |
Buffer |
basevertex |
int |
public static void glEnablei (int target, int index)
Parameters | |
---|---|
target |
int |
index |
int |
public static void glFramebufferTexture (int target, int attachment, int texture, int level)
Parameters | |
---|---|
target |
int |
attachment |
int |
texture |
int |
level |
int |
public static int glGetDebugMessageLog (int count, int bufSize, int[] sources, int sourcesOffset, int[] types, int typesOffset, int[] ids, int idsOffset, int[] severities, int severitiesOffset, int[] lengths, int lengthsOffset, byte[] messageLog, int messageLogOffset)
Parameters | |
---|---|
count |
int |
bufSize |
int |
sources |
int |
sourcesOffset |
int |
types |
int |
typesOffset |
int |
ids |
int |
idsOffset |
int |
severities |
int |
severitiesOffset |
int |
lengths |
int |
lengthsOffset |
int |
messageLog |
byte |
messageLogOffset |
int |
Returns | |
---|---|
int |
public static String[] glGetDebugMessageLog (int count, int[] sources, int sourcesOffset, int[] types, int typesOffset, int[] ids, int idsOffset, int[] severities, int severitiesOffset)
Parameters | |
---|---|
count |
int |
sources |
int |
sourcesOffset |
int |
types |
int |
typesOffset |
int |
ids |
int |
idsOffset |
int |
severities |
int |
severitiesOffset |
int |
Returns | |
---|---|
String[] |
public static int glGetDebugMessageLog (int count, IntBuffer sources, IntBuffer types, IntBuffer ids, IntBuffer severities, IntBuffer lengths, ByteBuffer messageLog)
Parameters | |
---|---|
count |
int |
sources |
IntBuffer |
types |
IntBuffer |
ids |
IntBuffer |
severities |
IntBuffer |
lengths |
IntBuffer |
messageLog |
ByteBuffer |
Returns | |
---|---|
int |
public static String[] glGetDebugMessageLog (int count, IntBuffer sources, IntBuffer types, IntBuffer ids, IntBuffer severities)
Parameters | |
---|---|
count |
int |
sources |
IntBuffer |
types |
IntBuffer |
ids |
IntBuffer |
severities |
IntBuffer |
Returns | |
---|---|
String[] |
public static int glGetGraphicsResetStatus ()
Returns | |
---|---|
int |
public static String glGetObjectLabel (int identifier, int name)
Parameters | |
---|---|
identifier |
int |
name |
int |
Returns | |
---|---|
String |
public static String glGetObjectPtrLabel (long ptr)
Parameters | |
---|---|
ptr |
long |
Returns | |
---|---|
String |
public static long glGetPointerv (int pname)
Parameters | |
---|---|
pname |
int |
Returns | |
---|---|
long |
public static void glGetSamplerParameterIiv (int sampler, int pname, IntBuffer params)
Parameters | |
---|---|
sampler |
int |
pname |
int |
params |
IntBuffer |
public static void glGetSamplerParameterIiv (int sampler, int pname, int[] params, int offset)
Parameters | |
---|---|
sampler |
int |
pname |
int |
params |
int |
offset |
int |
public static void glGetSamplerParameterIuiv (int sampler, int pname, int[] params, int offset)
Parameters | |
---|---|
sampler |
int |
pname |
int |
params |
int |
offset |
int |
public static void glGetSamplerParameterIuiv (int sampler, int pname, IntBuffer params)
Parameters | |
---|---|
sampler |
int |
pname |
int |
params |
IntBuffer |
public static void glGetTexParameterIiv (int target, int pname, int[] params, int offset)
Parameters | |
---|---|
target |
int |
pname |
int |
params |
int |
offset |
int |
public static void glGetTexParameterIiv (int target, int pname, IntBuffer params)
Parameters | |
---|---|
target |
int |
pname |
int |
params |
IntBuffer |
public static void glGetTexParameterIuiv (int target, int pname, int[] params, int offset)
Parameters | |
---|---|
target |
int |
pname |
int |
params |
int |
offset |
int |
public static void glGetTexParameterIuiv (int target, int pname, IntBuffer params)
Parameters | |
---|---|
target |
int |
pname |
int |
params |
IntBuffer |
public static void glGetnUniformfv (int program, int location, int bufSize, FloatBuffer params)
Parameters | |
---|---|
program |
int |
location |
int |
bufSize |
int |
params |
FloatBuffer |
public static void glGetnUniformfv (int program, int location, int bufSize, float[] params, int offset)
Parameters | |
---|---|
program |
int |
location |
int |
bufSize |
int |
params |
float |
offset |
int |
public static void glGetnUniformiv (int program, int location, int bufSize, int[] params, int offset)
Parameters | |
---|---|
program |
int |
location |
int |
bufSize |
int |
params |
int |
offset |
int |
public static void glGetnUniformiv (int program, int location, int bufSize, IntBuffer params)
Parameters | |
---|---|
program |
int |
location |
int |
bufSize |
int |
params |
IntBuffer |
public static void glGetnUniformuiv (int program, int location, int bufSize, int[] params, int offset)
Parameters | |
---|---|
program |
int |
location |
int |
bufSize |
int |
params |
int |
offset |
int |
public static void glGetnUniformuiv (int program, int location, int bufSize, IntBuffer params)
Parameters | |
---|---|
program |
int |
location |
int |
bufSize |
int |
params |
IntBuffer |
public static boolean glIsEnabledi (int target, int index)
Parameters | |
---|---|
target |
int |
index |
int |
Returns | |
---|---|
boolean |
public static void glMinSampleShading (float value)
Parameters | |
---|---|
value |
float |
public static void glObjectLabel (int identifier, int name, int length, String label)
Parameters | |
---|---|
identifier |
int |
name |
int |
length |
int |
label |
String |
public static void glObjectPtrLabel (long ptr, String label)
Parameters | |
---|---|
ptr |
long |
label |
String |
public static void glPatchParameteri (int pname, int value)
Parameters | |
---|---|
pname |
int |
value |
int |
public static void glPopDebugGroup ()
public static void glPrimitiveBoundingBox (float minX, float minY, float minZ, float minW, float maxX, float maxY, float maxZ, float maxW)
Parameters | |
---|---|
minX |
float |
minY |
float |
minZ |
float |
minW |
float |
maxX |
float |
maxY |
float |
maxZ |
float |
maxW |
float |
public static void glPushDebugGroup (int source, int id, int length, String message)
Parameters | |
---|---|
source |
int |
id |
int |
length |
int |
message |
String |
public static void glReadnPixels (int x, int y, int width, int height, int format, int type, int bufSize, Buffer data)
Parameters | |
---|---|
x |
int |
y |
int |
width |
int |
height |
int |
format |
int |
type |
int |
bufSize |
int |
data |
Buffer |
public static void glSamplerParameterIiv (int sampler, int pname, int[] param, int offset)
Parameters | |
---|---|
sampler |
int |
pname |
int |
param |
int |
offset |
int |
public static void glSamplerParameterIiv (int sampler, int pname, IntBuffer param)
Parameters | |
---|---|
sampler |
int |
pname |
int |
param |
IntBuffer |
public static void glSamplerParameterIuiv (int sampler, int pname, IntBuffer param)
Parameters | |
---|---|
sampler |
int |
pname |
int |
param |
IntBuffer |
public static void glSamplerParameterIuiv (int sampler, int pname, int[] param, int offset)
Parameters | |
---|---|
sampler |
int |
pname |
int |
param |
int |
offset |
int |
public static void glTexBuffer (int target, int internalformat, int buffer)
Parameters | |
---|---|
target |
int |
internalformat |
int |
buffer |
int |
public static void glTexBufferRange (int target, int internalformat, int buffer, int offset, int size)
Parameters | |
---|---|
target |
int |
internalformat |
int |
buffer |
int |
offset |
int |
size |
int |
public static void glTexParameterIiv (int target, int pname, int[] params, int offset)
Parameters | |
---|---|
target |
int |
pname |
int |
params |
int |
offset |
int |
public static void glTexParameterIiv (int target, int pname, IntBuffer params)
Parameters | |
---|---|
target |
int |
pname |
int |
params |
IntBuffer |
public static void glTexParameterIuiv (int target, int pname, IntBuffer params)
Parameters | |
---|---|
target |
int |
pname |
int |
params |
IntBuffer |
public static void glTexParameterIuiv (int target, int pname, int[] params, int offset)
Parameters | |
---|---|
target |
int |
pname |
int |
params |
int |
offset |
int |
public static void glTexStorage3DMultisample (int target, int samples, int internalformat, int width, int height, int depth, boolean fixedsamplelocations)
Parameters | |
---|---|
target |
int |
samples |
int |
internalformat |
int |
width |
int |
height |
int |
depth |
int |
fixedsamplelocations |
boolean |