Home
last modified time | relevance | path

Searched refs:blockInterface (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/mesa/main/
Dshader_query.cpp710 GLenum blockInterface; in program_resource_find_binding_offset() local
714 blockInterface = GL_SHADER_STORAGE_BLOCK; in program_resource_find_binding_offset()
717 blockInterface = GL_UNIFORM_BLOCK; in program_resource_find_binding_offset()
734 if (res->Type != blockInterface) in program_resource_find_binding_offset()