HomeSort by relevance Sort by last modified time
    Searched refs:texobj (Results 1 - 18 of 18) sorted by null

  /external/mesa3d/src/mesa/drivers/dri/i965/
intel_tex.c 3 #include "main/texobj.h"
53 struct gl_texture_object *texObj)
55 struct intel_texture_object *intelObj = intel_texture_object(texObj);
58 _mesa_delete_texture_object(ctx, texObj);
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);
    [all...]
intel_tex_image.c 14 #include "main/texobj.h"
184 struct gl_texture_object *texobj = image->TexObject; local
185 struct intel_texture_object *intel_texobj = intel_texture_object(texobj);
302 struct gl_texture_object *texObj;
308 texObj = _mesa_get_current_tex_object(ctx, target);
310 if (!texObj)
349 _mesa_lock_texture(&brw->ctx, texObj);
350 texImage = _mesa_get_tex_image(ctx, texObj, target, 0);
353 _mesa_unlock_texture(&brw->ctx, texObj);
363 struct gl_texture_object *texobj = image->TexObject local
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_atom_sampler.c 40 #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->_IsIntegerFormat
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i915/
intel_tex.c 3 #include "main/texobj.h"
51 struct gl_texture_object *texObj)
53 struct intel_texture_object *intelObj = intel_texture_object(texObj);
56 _mesa_delete_texture_object(ctx, texObj);
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,
intel_tex_image.c 14 #include "main/texobj.h"
231 struct gl_texture_object *texobj = image->TexObject; local
232 struct intel_texture_object *intel_texobj = intel_texture_object(texobj);
286 struct gl_texture_object *texObj;
291 texObj = _mesa_get_current_tex_object(ctx, target);
292 intelObj = intel_texture_object(texObj);
322 _mesa_lock_texture(&intel->ctx, texObj);
323 texImage = _mesa_get_tex_image(ctx, texObj, target, level);
329 _mesa_unlock_texture(&intel->ctx, texObj);
343 struct gl_texture_object *texObj,
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_texstate.c 42 #include "main/texobj.h"
541 struct gl_texture_object *texObj;
554 texObj = _mesa_get_current_tex_object(&radeon->glCtx, target);
555 texImage = _mesa_get_tex_image(&radeon->glCtx, texObj, target, 0);
558 t = radeon_tex_obj(texObj);
570 _mesa_lock_texture(&radeon->glCtx, texObj);
640 _mesa_unlock_texture(&radeon->glCtx, texObj);
714 radeonTexObjPtr texobj )
723 cmd[TEX_PP_TXFILTER] |= texobj->pp_txfilter & TEXOBJ_TXFILTER_MASK;
725 cmd[TEX_PP_TXFORMAT] |= texobj->pp_txformat & TEXOBJ_TXFORMAT_MASK
    [all...]
radeon_tex.c 40 #include "main/texobj.h"
330 struct gl_texture_object *texObj,
333 radeonTexObj* t = radeon_tex_obj(texObj);
352 struct gl_texture_object *texObj )
355 radeonTexObj* t = radeon_tex_obj(texObj);
359 "%s( %p (target = %s) )\n", __func__, (void *)texObj,
360 _mesa_enum_to_string( texObj->Target ) );
365 if ( t == rmesa->state.texture.unit[i].texobj ) {
366 rmesa->state.texture.unit[i].texobj = NULL;
376 _mesa_delete_texture_object(ctx, texObj);
    [all...]
radeon_context.h 73 radeonTexObjPtr texobj; member in struct:radeon_texture_env_state
radeon_texture.c 41 #include "main/texobj.h"
51 struct gl_texture_object *texObj,
55 struct gl_texture_object *texObj,
108 struct gl_texture_object *texobj = timage->TexObject; local
115 teximage_assign_miptree(rmesa, texobj, timage);
491 struct gl_texture_object *texObj,
494 radeonTexObj *t = radeon_tex_obj(texObj);
501 texObj,
505 "%s: texObj %p, texImage %p, "
506 "texObj miptree doesn't match, allocated new miptree %p\n"
    [all...]
radeon_state_init.c 424 radeonTexObj *t = r100->state.texture.unit[i].texobj;
461 radeonTexObj *t = r100->state.texture.unit[i].texobj;
    [all...]
radeon_state.c     [all...]
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_texstate.c 40 #include "main/texobj.h"
638 struct gl_texture_object *texObj;
651 texObj = _mesa_get_current_tex_object(&radeon->glCtx, target);
652 texImage = _mesa_get_tex_image(&radeon->glCtx, texObj, target, 0);
655 t = radeon_tex_obj(texObj);
667 _mesa_lock_texture(&radeon->glCtx, texObj);
739 _mesa_unlock_texture(&radeon->glCtx, texObj);
977 radeonTexObjPtr texobj )
985 cmd[TEX_PP_TXFILTER] |= texobj->pp_txfilter & TEXOBJ_TXFILTER_MASK;
987 cmd[TEX_PP_TXFORMAT] |= texobj->pp_txformat & TEXOBJ_TXFORMAT_MASK
    [all...]
r200_tex.c 40 #include "main/texobj.h"
377 struct gl_texture_object *texObj,
380 radeonTexObj* t = radeon_tex_obj(texObj);
384 __func__, ctx, texObj,
408 static void r200DeleteTexture(struct gl_context * ctx, struct gl_texture_object *texObj)
411 radeonTexObj* t = radeon_tex_obj(texObj);
415 (void *)texObj,
416 _mesa_enum_to_string(texObj->Target));
422 if ( t == rmesa->state.texture.unit[i].texobj ) {
423 rmesa->state.texture.unit[i].texobj = NULL
    [all...]
r200_context.h 79 radeonTexObjPtr texobj; member in struct:r200_texture_env_state
r200_state_init.c 531 radeonTexObj *t = r200->state.texture.unit[i].texobj;
570 radeonTexObj *t = r200->state.texture.unit[i].texobj;
599 radeonTexObj *t = r200->state.texture.unit[i].texobj;
    [all...]
  /external/mesa3d/src/mapi/glapi/gen/
gl_genexec.py 111 #include "main/texobj.h"
  /external/mesa3d/src/mesa/
Makefile.sources 225 main/texobj.c \
226 main/texobj.h \
  /external/mesa3d/include/CL/
cl.hpp     [all...]

Completed in 271 milliseconds