Home
last modified time | relevance | path

Searched defs:shaderStorageBlockBinding (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/mesa/main/
Duniforms.c1170 GLuint shaderStorageBlockBinding) in shader_storage_block_binding()
1186 GLuint shaderStorageBlockBinding) in _mesa_ShaderStorageBlockBinding_no_error()
1198 GLuint shaderStorageBlockBinding) in _mesa_ShaderStorageBlockBinding()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DDispatchTableGL_autogen.h595 PFNGLSHADERSTORAGEBLOCKBINDINGPROC shaderStorageBlockBinding = nullptr; variable
/third_party/vk-gl-cts/framework/opengl/wrapper/
DglwFunctions.inl668 glShaderStorageBlockBindingFunc shaderStorageBlockBinding; variable
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DContext_gl.cpp2746 void Context::shaderStorageBlockBinding(ShaderProgramID program, in shaderStorageBlockBinding() function in gl::Context