Lines Matching refs:texObj
98 _mesa_lock_texture(struct gl_context *ctx, struct gl_texture_object *texObj)
103 (void) texObj;
107 _mesa_unlock_texture(struct gl_context *ctx, struct gl_texture_object *texObj)
109 (void) texObj;
117 _mesa_is_texture_complete(const struct gl_texture_object *texObj,
121 struct gl_texture_image *img = texObj->Image[0][texObj->Attrib.BaseLevel];
143 (texObj->_IsIntegerFormat ||
144 (texObj->StencilSampling &&
154 if (texObj->_IsIntegerFormat &&
168 return texObj->_MipmapComplete;
170 return texObj->_BaseComplete;
179 _mesa_cube_level_complete(const struct gl_texture_object *texObj,
183 _mesa_cube_complete(const struct gl_texture_object *texObj);
186 _mesa_dirty_texobj(struct gl_context *ctx, struct gl_texture_object *texObj);
195 _mesa_texture_base_format(const struct gl_texture_object *texObj);