Searched refs:GL_ACTIVE_UNIFORM_BLOCKS (Results 1 – 14 of 14) sorted by relevance
/external/deqp/modules/gles3/functional/ |
D | es3fNegativeStateApiTests.cpp | 578 glGetProgramiv (program.getProgram(), GL_ACTIVE_UNIFORM_BLOCKS, &numActiveBlocks); in init() 605 glGetProgramiv (program.getProgram(), GL_ACTIVE_UNIFORM_BLOCKS, &numActiveBlocks); in init() 667 glGetProgramiv (program.getProgram(), GL_ACTIVE_UNIFORM_BLOCKS, &numActiveBlocks); in init()
|
D | es3fNegativeShaderApiTests.cpp | 724 glGetProgramiv (program.getProgram(), GL_ACTIVE_UNIFORM_BLOCKS, &numActiveBlocks); in init()
|
D | es3fShaderStateQueryTests.cpp | 1716 verifyProgramParam (m_testCtx, *this, program, GL_ACTIVE_UNIFORM_BLOCKS, 2); in test()
|
/external/deqp/modules/gles31/functional/ |
D | es31fNegativeStateApiTests.cpp | 589 ctx.glGetProgramiv (program.getProgram(), GL_ACTIVE_UNIFORM_BLOCKS, &numActiveBlocks); in get_active_uniform_blockiv() 617 ctx.glGetProgramiv (program.getProgram(), GL_ACTIVE_UNIFORM_BLOCKS, &numActiveBlocks); in get_active_uniform_block_name() 681 ctx.glGetProgramiv (program.getProgram(), GL_ACTIVE_UNIFORM_BLOCKS, &numActiveBlocks); in get_uniform_indices()
|
D | es31fNegativeShaderApiTests.cpp | 755 ctx.glGetProgramiv (program.getProgram(), GL_ACTIVE_UNIFORM_BLOCKS, &numActiveBlocks); in uniform_block_binding()
|
/external/deqp/framework/opengl/ |
D | gluStrUtil.inl | 120 case GL_ACTIVE_UNIFORM_BLOCKS: return "GL_ACTIVE_UNIFORM_BLOCKS";
|
/external/mesa3d/src/mesa/main/ |
D | shaderapi.c | 593 case GL_ACTIVE_UNIFORM_BLOCKS: in get_programiv()
|
/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
D | shaderapi.c | 593 case GL_ACTIVE_UNIFORM_BLOCKS: in get_programiv()
|
/external/chromium_org/third_party/angle/include/GLES3/ |
D | gl3.h | 732 #define GL_ACTIVE_UNIFORM_BLOCKS 0x8A36 macro
|
/external/deqp/modules/glshared/ |
D | glsUniformBlockCase.cpp | 1173 gl.getProgramiv(program, GL_ACTIVE_UNIFORM_BLOCKS, &numActiveBlocks); in getGLUniformLayout()
|
/external/deqp/framework/opengl/wrapper/ |
D | glwEnums.inl | 787 #define GL_ACTIVE_UNIFORM_BLOCKS 0x8A36 macro
|
/external/chromium_org/third_party/angle/src/libGLESv2/ |
D | libGLESv2.cpp | 2999 case GL_ACTIVE_UNIFORM_BLOCKS: in glGetProgramiv() 3040 case GL_ACTIVE_UNIFORM_BLOCKS: in glGetProgramiv()
|
/external/chromium_org/third_party/mesa/src/include/GL/ |
D | glext.h | 2118 #define GL_ACTIVE_UNIFORM_BLOCKS 0x8A36 macro
|
/external/mesa3d/include/GL/ |
D | glext.h | 2118 #define GL_ACTIVE_UNIFORM_BLOCKS 0x8A36 macro
|