Searched refs:texHandleObj (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| H A D | texturebindless.c | 43 struct gl_texture_handle_object *texHandleObj; local in function:lookup_texture_handle 46 texHandleObj = (struct gl_texture_handle_object *) 50 return texHandleObj; 120 struct gl_texture_handle_object *texHandleObj, 125 GLuint64 handle = texHandleObj->handle; 131 texHandleObj); 139 _mesa_reference_texobj(&texObj, texHandleObj->texObj); 140 if (texHandleObj->sampObj) 141 _mesa_reference_sampler_object(ctx, &sampObj, texHandleObj->sampObj); 152 texObj = texHandleObj 119 make_texture_handle_resident(struct gl_context * ctx,struct gl_texture_handle_object * texHandleObj,bool resident) argument 221 struct gl_texture_handle_object *texHandleObj; local in function:get_texture_handle 690 struct gl_texture_handle_object *texHandleObj; local in function:_mesa_MakeTextureHandleResidentARB_no_error 701 struct gl_texture_handle_object *texHandleObj; local in function:_mesa_MakeTextureHandleResidentARB 736 struct gl_texture_handle_object *texHandleObj; local in function:_mesa_MakeTextureHandleNonResidentARB_no_error 747 struct gl_texture_handle_object *texHandleObj; local in function:_mesa_MakeTextureHandleNonResidentARB [all...] |
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| H A D | texturebindless.c | 44 struct gl_texture_handle_object *texHandleObj; local in function:lookup_texture_handle 47 texHandleObj = (struct gl_texture_handle_object *) 51 return texHandleObj; 121 struct gl_texture_handle_object *texHandleObj, 126 GLuint64 handle = texHandleObj->handle; 132 texHandleObj); 140 _mesa_reference_texobj(&texObj, texHandleObj->texObj); 141 if (texHandleObj->sampObj) 142 _mesa_reference_sampler_object(ctx, &sampObj, texHandleObj->sampObj); 153 texObj = texHandleObj 120 make_texture_handle_resident(struct gl_context * ctx,struct gl_texture_handle_object * texHandleObj,bool resident) argument 222 struct gl_texture_handle_object *texHandleObj; local in function:get_texture_handle 697 struct gl_texture_handle_object *texHandleObj; local in function:_mesa_MakeTextureHandleResidentARB_no_error 708 struct gl_texture_handle_object *texHandleObj; local in function:_mesa_MakeTextureHandleResidentARB 743 struct gl_texture_handle_object *texHandleObj; local in function:_mesa_MakeTextureHandleNonResidentARB_no_error 754 struct gl_texture_handle_object *texHandleObj; local in function:_mesa_MakeTextureHandleNonResidentARB [all...] |
Completed in 4 milliseconds