/external/mesa3d/src/mesa/drivers/dri/swrast/ |
swrast.c | 70 struct gl_texture_object *texObj; 81 texObj = _mesa_select_tex_object(&dri_ctx->Base, texUnit, target); 82 texImage = _mesa_get_tex_image(&dri_ctx->Base, texObj, target, 0); 85 _mesa_lock_texture(&dri_ctx->Base, texObj); 100 _mesa_unlock_texture(&dri_ctx->Base, texObj);
|
/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
mipmap.c | 36 #include "texobj.h" [all...] |
shared.c | 125 /* Mutex and timestamp for texobj state validation */ 158 struct gl_texture_object *texObj = (struct gl_texture_object *) data; 160 ctx->Driver.DeleteTexture(ctx, texObj);
|
fbobject.h | 100 struct gl_texture_object *texObj,
|
dd.h | 251 struct gl_texture_object *texObj); 319 struct gl_texture_object *texObj); 363 struct gl_texture_object *texObj, 530 struct gl_texture_object *texObj, 791 struct gl_texture_object *texObj, [all...] |
ff_fragment_shader.cpp | 430 const struct gl_texture_object *texObj = texUnit->_Current; 439 format = texObj->Image[0][texObj->BaseLevel]->_BaseFormat; [all...] |
/external/mesa3d/src/mesa/main/ |
mipmap.c | 36 #include "texobj.h" [all...] |
shared.c | 125 /* Mutex and timestamp for texobj state validation */ 158 struct gl_texture_object *texObj = (struct gl_texture_object *) data; 160 ctx->Driver.DeleteTexture(ctx, texObj);
|
fbobject.h | 100 struct gl_texture_object *texObj,
|
dd.h | 251 struct gl_texture_object *texObj); 319 struct gl_texture_object *texObj); 363 struct gl_texture_object *texObj, 530 struct gl_texture_object *texObj, 791 struct gl_texture_object *texObj, [all...] |
ff_fragment_shader.cpp | 430 const struct gl_texture_object *texObj = texUnit->_Current; 439 format = texObj->Image[0][texObj->BaseLevel]->_BaseFormat; [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/ |
r200_texstate.c | 40 #include "main/texobj.h" 732 struct gl_texture_object *texObj; 746 texObj = _mesa_select_tex_object(radeon->glCtx, texUnit, target); 747 texImage = _mesa_get_tex_image(radeon->glCtx, texObj, target, 0); 750 t = radeon_tex_obj(texObj); 762 _mesa_lock_texture(radeon->glCtx, texObj); 834 _mesa_unlock_texture(radeon->glCtx, texObj); 1072 radeonTexObjPtr texobj ) 1080 cmd[TEX_PP_TXFILTER] |= texobj->pp_txfilter & TEXOBJ_TXFILTER_MASK; 1082 cmd[TEX_PP_TXFORMAT] |= texobj->pp_txformat & TEXOBJ_TXFORMAT_MASK [all...] |
/external/mesa3d/src/mesa/drivers/dri/r200/ |
r200_texstate.c | 40 #include "main/texobj.h" 732 struct gl_texture_object *texObj; 746 texObj = _mesa_select_tex_object(radeon->glCtx, texUnit, target); 747 texImage = _mesa_get_tex_image(radeon->glCtx, texObj, target, 0); 750 t = radeon_tex_obj(texObj); 762 _mesa_lock_texture(radeon->glCtx, texObj); 834 _mesa_unlock_texture(radeon->glCtx, texObj); 1072 radeonTexObjPtr texobj ) 1080 cmd[TEX_PP_TXFILTER] |= texobj->pp_txfilter & TEXOBJ_TXFILTER_MASK; 1082 cmd[TEX_PP_TXFORMAT] |= texobj->pp_txformat & TEXOBJ_TXFORMAT_MASK [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/ |
swrast.h | 278 struct gl_texture_object *texObj,
|
s_texfilter.c | 30 #include "main/texobj.h" 498 * Compute nearest integer texcoords for given texobj and coordinate. 503 const struct gl_texture_object *texObj, 508 const struct gl_texture_image *img = texObj->Image[0][level]; 513 switch (texObj->Target) { 547 * Compute linear integer texcoords for given texobj and coordinate. 552 const struct gl_texture_object *texObj, 558 const struct gl_texture_image *img = texObj->Image[0][level]; 563 switch (texObj->Target) { [all...] |
/external/mesa3d/src/mesa/swrast/ |
swrast.h | 278 struct gl_texture_object *texObj,
|
s_texfilter.c | 30 #include "main/texobj.h" 498 * Compute nearest integer texcoords for given texobj and coordinate. 503 const struct gl_texture_object *texObj, 508 const struct gl_texture_image *img = texObj->Image[0][level]; 513 switch (texObj->Target) { 547 * Compute linear integer texcoords for given texobj and coordinate. 552 const struct gl_texture_object *texObj, 558 const struct gl_texture_image *img = texObj->Image[0][level]; 563 switch (texObj->Target) { [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/ |
radeon_common_context.h | 216 static INLINE radeonTexObj* radeon_tex_obj(struct gl_texture_object *texObj) 218 return (radeonTexObj*)texObj;
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
radeon_common_context.h | 216 static INLINE radeonTexObj* radeon_tex_obj(struct gl_texture_object *texObj) 218 return (radeonTexObj*)texObj;
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/ |
xm_api.c | [all...] |
/external/mesa3d/src/mesa/drivers/x11/ |
xm_api.c | [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/ |
intel_fbo.c | 835 const struct gl_texture_object *texObj = drawAtt->Texture; 837 const GLenum target = texObj->Target; 840 _mesa_select_tex_image(ctx, texObj, target, dstLevel);
|
/external/chromium_org/third_party/mesa/src/src/mesa/program/ |
prog_statevars.c | 439 const struct gl_texture_object *texObj 441 if (texObj) { 442 struct gl_texture_image *texImage = texObj->Image[0][0]; [all...] |
/external/mesa3d/src/mesa/drivers/dri/intel/ |
intel_fbo.c | 835 const struct gl_texture_object *texObj = drawAtt->Texture; 837 const GLenum target = texObj->Target; 840 _mesa_select_tex_image(ctx, texObj, target, dstLevel);
|
/external/mesa3d/src/mesa/program/ |
prog_statevars.c | 439 const struct gl_texture_object *texObj 441 if (texObj) { 442 struct gl_texture_image *texImage = texObj->Image[0][0]; [all...] |