Home
last modified time | relevance | path

Searched refs:_mesa_lookup_texture (Results 1 – 18 of 18) sorted by relevance

/external/mesa3d/src/mesa/main/
Dobjectpurge.c112 bufObj = _mesa_lookup_texture(ctx, name); in texture_object_purgeable()
253 bufObj = _mesa_lookup_texture(ctx, name); in texture_object_unpurgeable()
369 struct gl_texture_object *texObj = _mesa_lookup_texture(ctx, name); in get_texture_object_parameteriv()
Dtexturebindless.c547 texObj = _mesa_lookup_texture(ctx, texture); in _mesa_GetTextureHandleARB_no_error()
574 texObj = _mesa_lookup_texture(ctx, texture); in _mesa_GetTextureHandleARB()
613 texObj = _mesa_lookup_texture(ctx, texture); in _mesa_GetTextureSamplerHandleARB_no_error()
643 texObj = _mesa_lookup_texture(ctx, texture); in _mesa_GetTextureSamplerHandleARB()
787 texObj = _mesa_lookup_texture(ctx, texture); in _mesa_GetImageHandleARB_no_error()
818 texObj = _mesa_lookup_texture(ctx, texture); in _mesa_GetImageHandleARB()
Dtextureview.c714 origTexObj = _mesa_lookup_texture(ctx, origtexture); in _mesa_TextureView_no_error()
715 texObj = _mesa_lookup_texture(ctx, texture); in _mesa_TextureView_no_error()
746 origTexObj = _mesa_lookup_texture(ctx, origtexture); in _mesa_TextureView()
775 texObj = _mesa_lookup_texture(ctx, texture); in _mesa_TextureView()
Dtexobj.c107 _mesa_lookup_texture(struct gl_context *ctx, GLuint id) in _mesa_lookup_texture() function
123 texObj = _mesa_lookup_texture(ctx, id); /* Returns NULL if not found. */ in _mesa_lookup_texture_err()
1151 struct gl_texture_object *const t = _mesa_lookup_texture(ctx, texture); in invalidate_tex_image_error_check()
1469 = _mesa_lookup_texture(ctx, textures[i]); in delete_textures()
1749 newTexObj = _mesa_lookup_texture(ctx, texName); in bind_texture()
1842 texObj = _mesa_lookup_texture(ctx, texture); in bind_texture_unit()
2025 struct gl_texture_object *t = _mesa_lookup_texture(ctx, texName[i]); in _mesa_PrioritizeTextures()
2076 t = _mesa_lookup_texture(ctx, texName[i]); in _mesa_AreTexturesResident()
2112 t = _mesa_lookup_texture(ctx, texture); in _mesa_IsTexture()
Dshaderimage.c615 texObj = _mesa_lookup_texture(ctx, texture); in _mesa_BindImageTexture_no_error()
634 texObj = _mesa_lookup_texture(ctx, texture); in _mesa_BindImageTexture()
Dcopyimage.c138 struct gl_texture_object *texObj = _mesa_lookup_texture(ctx, name); in prepare_target_err()
284 struct gl_texture_object *texObj = _mesa_lookup_texture(ctx, name); in prepare_target()
Dgenmipmap.c228 struct gl_texture_object *texObj = _mesa_lookup_texture(ctx, texture); in _mesa_GenerateTextureMipmap_no_error()
Dtexobj.h51 _mesa_lookup_texture(struct gl_context *ctx, GLuint id);
Dexternalobjects.c366 texObj = _mesa_lookup_texture(ctx, texture); in texturestorage_memory()
395 texObj = _mesa_lookup_texture(ctx, texture); in texturestorage_memory_ms()
Dobjectlabel.c198 struct gl_texture_object *texObj = _mesa_lookup_texture(ctx, name); in get_label_pointer()
Ddebug.c389 struct gl_texture_object *texObj = _mesa_lookup_texture(ctx, texture); in _mesa_dump_texture()
Dtexstorage.c626 struct gl_texture_object *texObj = _mesa_lookup_texture(ctx, texture); in texturestorage_no_error()
Dteximage.c3430 texObj = _mesa_lookup_texture(ctx, texture); in texturesubimage()
4336 struct gl_texture_object* texObj = _mesa_lookup_texture(ctx, texture); in _mesa_CopyTextureSubImage1D_no_error()
4349 struct gl_texture_object* texObj = _mesa_lookup_texture(ctx, texture); in _mesa_CopyTextureSubImage2D_no_error()
4362 struct gl_texture_object* texObj = _mesa_lookup_texture(ctx, texture); in _mesa_CopyTextureSubImage3D_no_error()
4954 texObj = _mesa_lookup_texture(ctx, texture); in compressed_tex_sub_image()
Dfbobject.c2967 return _mesa_lookup_texture(ctx, texture); in get_texture_for_framebuffer()
2990 *texObj = _mesa_lookup_texture(ctx, texture); in get_texture_for_framebuffer_err()
/external/mesa3d/src/gallium/state_trackers/dri/
Ddri_helpers.c333 obj = _mesa_lookup_texture(ctx, texture); in dri2_create_from_texture()
Ddri2.c1826 struct gl_texture_object *obj = _mesa_lookup_texture(ctx, in->obj); in dri2_interop_export_object()
/external/mesa3d/src/mesa/drivers/dri/i915/
Dintel_screen.c382 obj = _mesa_lookup_texture(&intel->ctx, texture); in intel_create_image_from_texture()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dintel_screen.c544 obj = _mesa_lookup_texture(&brw->ctx, texture); in intel_create_image_from_texture()