Searched refs:GL_UNIFORM_BLOCK (Results 1 – 17 of 17) sorted by relevance
/external/mesa3d/src/mesa/main/ |
D | shader_query.cpp | 370 case GL_UNIFORM_BLOCK: in _mesa_program_resource_name() 434 case GL_UNIFORM_BLOCK: in _mesa_program_resource_array_size() 521 case GL_UNIFORM_BLOCK: in _mesa_program_resource_find_name() 602 case GL_UNIFORM_BLOCK: in _mesa_program_resource_index() 639 case GL_UNIFORM_BLOCK: in _mesa_program_resource_find_index() 916 if (res->Type == GL_UNIFORM_BLOCK) in is_resource_referenced() 931 if (res->Type != GL_UNIFORM_BLOCK && in get_buffer_property() 937 if (res->Type == GL_UNIFORM_BLOCK) { in get_buffer_property() 1192 case GL_UNIFORM_BLOCK: in _mesa_program_resource_prop()
|
D | program_resource.c | 39 case GL_UNIFORM_BLOCK: in supported_interface_enum() 148 case GL_UNIFORM_BLOCK: in _mesa_GetProgramInterfaceiv() 313 case GL_UNIFORM_BLOCK: in _mesa_GetProgramResourceIndex()
|
D | uniforms.c | 944 _mesa_program_resource_find_name(shProg, GL_UNIFORM_BLOCK, in _mesa_GetUniformBlockIndex() 1182 mesa_bufferiv(shProg, GL_UNIFORM_BLOCK, uniformBlockIndex, pname, params, in _mesa_GetActiveUniformBlockiv() 1214 _mesa_get_program_resource_name(shProg, GL_UNIFORM_BLOCK, in _mesa_GetActiveUniformBlockName()
|
/external/deqp/doc/testspecs/GLES31/ |
D | functional.program_interface_query.txt | 74 uniform_block.* and shader_storage_block.* cases test GL_UNIFORM_BLOCK
|
/external/deqp/modules/gles31/functional/ |
D | es31fBasicComputeShaderTests.cpp | 171 …const deUint32 blockIndex = gl.getProgramResourceIndex(program.getProgram(), GL_UNIFORM_BLOCK, … in iterate() 172 …o blockInfo = getProgramInterfaceBlockInfo(gl, program.getProgram(), GL_UNIFORM_BLOCK, blockIndex); in iterate()
|
D | es31fLayoutBindingTests.cpp | 1742 …ourceiv(m_program->getProgram(), GL_UNIFORM_BLOCK, gl.getProgramResourceIndex(m_program->getProgra… in iterate()
|
D | es31fProgramInterfaceQueryTestCase.cpp | 602 …face = (firstComponent.getInterfaceBlock()->storage == glu::STORAGE_UNIFORM) ? (GL_UNIFORM_BLOCK) : in validateSingleVariable() 1747 case PROGRAMINTERFACE_UNIFORM_BLOCK: return GL_UNIFORM_BLOCK; in getGLInterfaceEnumValue()
|
D | es31fProgramInterfaceQueryTests.cpp | 151 GL_UNIFORM_BLOCK, // PROGRAMINTERFACE_UNIFORM_BLOCK in getProgramInterfaceGLEnum()
|
/external/deqp/framework/opengl/ |
D | gluStrUtil.inl | 1506 case GL_UNIFORM_BLOCK: return "GL_UNIFORM_BLOCK";
|
/external/deqp/framework/opengl/wrapper/ |
D | glwEnums.inl | 1519 #define GL_UNIFORM_BLOCK 0x92E2 macro
|
/external/mesa3d/include/GLES3/ |
D | gl31.h | 1230 #define GL_UNIFORM_BLOCK 0x92E2 macro
|
D | gl32.h | 1230 #define GL_UNIFORM_BLOCK 0x92E2 macro
|
/external/mesa3d/src/compiler/glsl/ |
D | linker.cpp | 4317 if (!add_program_resource(shProg, resource_set, GL_UNIFORM_BLOCK, in build_program_resource_list()
|
/external/swiftshader/include/GL/ |
D | glcorearb.h | 2414 #define GL_UNIFORM_BLOCK 0x92E2 macro
|
D | glext.h | 2361 #define GL_UNIFORM_BLOCK 0x92E2 macro
|
/external/mesa3d/include/GL/ |
D | glcorearb.h | 2438 #define GL_UNIFORM_BLOCK 0x92E2 macro
|
D | glext.h | 2385 #define GL_UNIFORM_BLOCK 0x92E2 macro
|