Lines Matching defs:shaderStorageBlockIndex
27089 GLuint shaderStorageBlockIndex;
27096 const GLuint shaderStorageBlockIndex = cmd->shaderStorageBlockIndex;
27098 CALL_ShaderStorageBlockBinding(ctx->CurrentServerDispatch, (program, shaderStorageBlockIndex, shaderStorageBlockBinding));
27101 _mesa_marshal_ShaderStorageBlockBinding(GLuint program, GLuint shaderStorageBlockIndex, GLuint shaderStorageBlockBinding)
27110 cmd->shaderStorageBlockIndex = shaderStorageBlockIndex;
27118 CALL_ShaderStorageBlockBinding(ctx->CurrentServerDispatch, (program, shaderStorageBlockIndex, shaderStorageBlockBinding));