Searched defs:texobj (Results 1 - 10 of 10) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i915/
H A Dintel_tex.c3 #include "main/texobj.h"
65 struct gl_texture_object *texobj = image->TexObject; local
66 struct intel_texture_object *intel_texobj = intel_texture_object(texobj);
83 __func__, texobj, image->Level,
98 __func__, texobj, image->Level,
H A Dintel_tex_image.c14 #include "main/texobj.h"
231 struct gl_texture_object *texobj = image->TexObject; local
232 struct intel_texture_object *intel_texobj = intel_texture_object(texobj);
/external/mesa3d/src/mesa/state_tracker/
H A Dst_atom_sampler.c40 #include "main/texobj.h"
134 const struct gl_texture_object *texobj; local
139 texobj = ctx->Texture.Unit[texUnit]._Current;
140 if (!texobj) {
141 texobj = _mesa_get_fallback_texture(ctx, TEXTURE_2D_INDEX);
142 msamp = &texobj->Sampler;
147 texBaseFormat = _mesa_texture_base_format(texobj);
158 if (texobj->Target != GL_TEXTURE_RECTANGLE_ARB)
186 const struct st_texture_object *stobj = st_texture_object_const(texobj);
187 const GLboolean is_integer = texobj
[all...]
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dintel_tex.c3 #include "main/texobj.h"
67 struct gl_texture_object *texobj = image->TexObject; local
68 struct intel_texture_object *intel_texobj = intel_texture_object(texobj);
92 __func__, texobj, image->Level,
107 __func__, texobj, image->Level,
124 struct gl_texture_object *texobj,
129 struct intel_texture_object *intel_texobj = intel_texture_object(texobj);
130 struct gl_texture_image *first_image = texobj->Image[0][0];
133 const int numFaces = _mesa_num_tex_faces(texobj->Target);
146 intel_texobj->mt = intel_miptree_create(brw, texobj
123 intel_alloc_texture_storage(struct gl_context *ctx, struct gl_texture_object *texobj, GLsizei levels, GLsizei width, GLsizei height, GLsizei depth) argument
[all...]
H A Dintel_tex_image.c14 #include "main/texobj.h"
184 struct gl_texture_object *texobj = image->TexObject; local
185 struct intel_texture_object *intel_texobj = intel_texture_object(texobj);
363 struct gl_texture_object *texobj = image->TexObject; local
364 struct intel_texture_object *intel_texobj = intel_texture_object(texobj);
374 _mesa_lock_texture(ctx, texobj);
386 _mesa_unlock_texture(ctx, texobj);
/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dradeon_texture.c41 #include "main/texobj.h"
108 struct gl_texture_object *texobj = timage->TexObject; local
115 teximage_assign_miptree(rmesa, texobj, timage);
H A Dr200_context.h79 radeonTexObjPtr texobj; member in struct:r200_texture_env_state
/external/mesa3d/src/mesa/drivers/dri/radeon/
H A Dradeon_texture.c41 #include "main/texobj.h"
108 struct gl_texture_object *texobj = timage->TexObject; local
115 teximage_assign_miptree(rmesa, texobj, timage);
H A Dradeon_context.h73 radeonTexObjPtr texobj; member in struct:radeon_texture_env_state
/external/mesa3d/include/CL/
H A Dcl.hpp2026 GLuint texobj,
2035 texobj,
2110 GLuint texobj,
2119 texobj,
2021 Image2DGL( const Context& context, cl_mem_flags flags, GLenum target, GLint miplevel, GLuint texobj, cl_int * err = NULL) argument
2105 Image3DGL( const Context& context, cl_mem_flags flags, GLenum target, GLint miplevel, GLuint texobj, cl_int * err = NULL) argument

Completed in 391 milliseconds