Searched refs:bind_shader_storage_buffer (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| H A D | bufferobj.c | 1360 bind_shader_storage_buffer(struct gl_context *ctx, function in typeref:typename:void 1430 bind_shader_storage_buffer(ctx, index, bufObj, -1, -1, GL_TRUE); 1432 bind_shader_storage_buffer(ctx, index, bufObj, 0, 0, GL_TRUE); 3528 bind_shader_storage_buffer(ctx, index, bufObj, offset, size, GL_FALSE);
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| H A D | bufferobj.c | 1477 bind_shader_storage_buffer(struct gl_context *ctx, function in typeref:typename:void 1547 bind_shader_storage_buffer(ctx, index, bufObj, -1, -1, GL_TRUE); 1549 bind_shader_storage_buffer(ctx, index, bufObj, 0, 0, GL_TRUE); 3980 bind_shader_storage_buffer(ctx, index, bufObj, offset, size, GL_FALSE);
|
Completed in 14 milliseconds