Searched refs:MakeTextureHandleResident (Results 1 - 6 of 6) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| H A D | texturebindless.c | 133 ctx->Driver.MakeTextureHandleResident(ctx, handle, GL_TRUE); 147 ctx->Driver.MakeTextureHandleResident(ctx, handle, GL_FALSE);
|
| H A D | dd.h | 1129 void (*MakeTextureHandleResident)(struct gl_context *ctx, GLuint64 handle, member in struct:dd_function_table
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| H A D | texturebindless.c | 134 ctx->Driver.MakeTextureHandleResident(ctx, handle, GL_TRUE); 148 ctx->Driver.MakeTextureHandleResident(ctx, handle, GL_FALSE);
|
| H A D | dd.h | 1225 void (*MakeTextureHandleResident)(struct gl_context *ctx, GLuint64 handle, member in struct:dd_function_table
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/ |
| H A D | st_cb_texture.c | 3326 functions->MakeTextureHandleResident = st_MakeTextureHandleResident;
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/ |
| H A D | st_cb_texture.c | 3753 functions->MakeTextureHandleResident = st_MakeTextureHandleResident;
|
Completed in 19 milliseconds