| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| H A D | uniforms.c | 1161 GLuint shaderStorageBlockIndex, 1164 if (shProg->data->ShaderStorageBlocks[shaderStorageBlockIndex].Binding != 1170 shProg->data->ShaderStorageBlocks[shaderStorageBlockIndex].Binding = 1177 GLuint shaderStorageBlockIndex, 1183 shader_storage_block_binding(ctx, shProg, shaderStorageBlockIndex, 1189 GLuint shaderStorageBlockIndex, 1205 if (shaderStorageBlockIndex >= shProg->data->NumShaderStorageBlocks) { 1208 shaderStorageBlockIndex, 1221 shader_storage_block_binding(ctx, shProg, shaderStorageBlockIndex, 1159 shader_storage_block_binding(struct gl_context * ctx,struct gl_shader_program * shProg,GLuint shaderStorageBlockIndex,GLuint shaderStorageBlockBinding) argument 1176 _mesa_ShaderStorageBlockBinding_no_error(GLuint program,GLuint shaderStorageBlockIndex,GLuint shaderStorageBlockBinding) argument 1188 _mesa_ShaderStorageBlockBinding(GLuint program,GLuint shaderStorageBlockIndex,GLuint shaderStorageBlockBinding) argument
|
| H A D | uniforms.h | 249 GLuint shaderStorageBlockIndex, 254 GLuint shaderStorageBlockIndex,
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| H A D | uniforms.c | 1166 GLuint shaderStorageBlockIndex, 1169 if (shProg->data->ShaderStorageBlocks[shaderStorageBlockIndex].Binding != 1175 shProg->data->ShaderStorageBlocks[shaderStorageBlockIndex].Binding = 1182 GLuint shaderStorageBlockIndex, 1188 shader_storage_block_binding(ctx, shProg, shaderStorageBlockIndex, 1194 GLuint shaderStorageBlockIndex, 1210 if (shaderStorageBlockIndex >= shProg->data->NumShaderStorageBlocks) { 1213 shaderStorageBlockIndex, 1226 shader_storage_block_binding(ctx, shProg, shaderStorageBlockIndex, 1164 shader_storage_block_binding(struct gl_context * ctx,struct gl_shader_program * shProg,GLuint shaderStorageBlockIndex,GLuint shaderStorageBlockBinding) argument 1181 _mesa_ShaderStorageBlockBinding_no_error(GLuint program,GLuint shaderStorageBlockIndex,GLuint shaderStorageBlockBinding) argument 1193 _mesa_ShaderStorageBlockBinding(GLuint program,GLuint shaderStorageBlockIndex,GLuint shaderStorageBlockBinding) argument
|
| H A D | uniforms.h | 251 GLuint shaderStorageBlockIndex, 256 GLuint shaderStorageBlockIndex,
|
| /xsrc/external/mit/MesaLib/src/mapi/glapi/gen/ |
| H A D | marshal_generated4.c | 3934 GLuint shaderStorageBlockIndex; member in struct:marshal_cmd_ShaderStorageBlockBinding 3941 GLuint shaderStorageBlockIndex = cmd->shaderStorageBlockIndex; local in function:_mesa_unmarshal_ShaderStorageBlockBinding 3943 CALL_ShaderStorageBlockBinding(ctx->CurrentServerDispatch, (program, shaderStorageBlockIndex, shaderStorageBlockBinding)); 3949 _mesa_marshal_ShaderStorageBlockBinding(GLuint program, GLuint shaderStorageBlockIndex, GLuint shaderStorageBlockBinding) argument 3956 cmd->shaderStorageBlockIndex = shaderStorageBlockIndex;
|
| /xsrc/external/mit/MesaLib.old/src/mapi/ |
| H A D | shared-glapi_glapi_mapi_tmp.h | 912 void APIENTRY shared_dispatch_stub_899(GLuint program, GLuint shaderStorageBlockIndex, GLuint shaderStorageBlockBinding); 6863 static void APIENTRY noopShaderStorageBlockBinding(GLuint program, GLuint shaderStorageBlockIndex, GLuint shaderStorageBlockBinding) argument 6865 (void) program; (void) shaderStorageBlockIndex; (void) shaderStorageBlockBinding; 23841 void APIENTRY shared_dispatch_stub_899(GLuint program, GLuint shaderStorageBlockIndex, GLuint shaderStorageBlockBinding) argument 23845 ((void (APIENTRY *)(GLuint program, GLuint shaderStorageBlockIndex, GLuint shaderStorageBlockBinding)) _func)(program, shaderStorageBlockIndex, shaderStorageBlockBinding); [all...] |
| /xsrc/external/mit/MesaLib.old/src/mapi/glapi/ |
| H A D | marshal_generated.c | 27089 GLuint shaderStorageBlockIndex; member in struct:marshal_cmd_ShaderStorageBlockBinding 27096 const GLuint shaderStorageBlockIndex = cmd->shaderStorageBlockIndex; local in function:_mesa_unmarshal_ShaderStorageBlockBinding 27098 CALL_ShaderStorageBlockBinding(ctx->CurrentServerDispatch, (program, shaderStorageBlockIndex, shaderStorageBlockBinding)); 27101 _mesa_marshal_ShaderStorageBlockBinding(GLuint program, GLuint shaderStorageBlockIndex, GLuint shaderStorageBlockBinding) argument 27110 cmd->shaderStorageBlockIndex = shaderStorageBlockIndex; 27118 CALL_ShaderStorageBlockBinding(ctx->CurrentServerDispatch, (program, shaderStorageBlockIndex, shaderStorageBlockBinding)); [all...] |
| /xsrc/external/mit/MesaLib/src/mapi/shared-glapi/ |
| H A D | glapi_mapi_tmp.h | 916 void APIENTRY shared_dispatch_stub_899(GLuint program, GLuint shaderStorageBlockIndex, GLuint shaderStorageBlockBinding); 7102 static void APIENTRY noopShaderStorageBlockBinding(GLuint program, GLuint shaderStorageBlockIndex, GLuint shaderStorageBlockBinding) argument 7104 (void) program; (void) shaderStorageBlockIndex; (void) shaderStorageBlockBinding; 26494 void APIENTRY shared_dispatch_stub_899(GLuint program, GLuint shaderStorageBlockIndex, GLuint shaderStorageBlockBinding) argument 26498 ((void (APIENTRY *)(GLuint program, GLuint shaderStorageBlockIndex, GLuint shaderStorageBlockBinding)) _func)(program, shaderStorageBlockIndex, shaderStorageBlockBinding); [all...] |
| /xsrc/external/mit/MesaLib/src/mesa/main/ |
| H A D | marshal_generated.h | 3739 void GLAPIENTRY _mesa_marshal_ShaderStorageBlockBinding(GLuint program, GLuint shaderStorageBlockIndex, GLuint shaderStorageBlockBinding);
|