OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tex_obj
(Results
1 - 4
of
4
) sorted by null
/external/mesa3d/src/mesa/drivers/dri/intel/
intel_span.c
114
struct intel_texture_object *
tex_obj
;
local
119
tex_obj
= intel_texture_object(ctx->Texture.Unit[i]._Current);
121
intel_tex_map_images(intel,
tex_obj
,
intel_fbo.c
669
struct gl_texture_object *
tex_obj
= att->Texture;
local
671
tex_obj
->Image[att->CubeMapFace][att->TextureLevel];
/external/mesa3d/src/mesa/drivers/dri/i965/
brw_draw.c
304
struct intel_texture_object *
tex_obj
;
local
315
tex_obj
= intel_texture_object(ctx->Texture.Unit[i]._Current);
316
if (!
tex_obj
|| !
tex_obj
->mt)
318
intel_miptree_all_slices_resolve_depth(intel,
tex_obj
->mt);
/external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_fbo.c
902
struct gl_texture_object *
tex_obj
= att->Texture;
local
904
tex_obj
->Image[att->CubeMapFace][att->TextureLevel];
Completed in 552 milliseconds