OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_mesa_reference_texobj
(Results
1 - 7
of
7
) sorted by null
/external/mesa3d/src/mesa/main/
texobj.h
73
_mesa_reference_texobj
(struct gl_texture_object **ptr,
function
texstate.c
109
_mesa_reference_texobj
(&dst->Texture.Unit[u].CurrentTex[tex],
584
_mesa_reference_texobj
(&texUnit->_Current, texObj);
610
_mesa_reference_texobj
(&texUnit->_Current, texObj);
786
_mesa_reference_texobj
(&texUnit->CurrentTex[tex],
837
_mesa_reference_texobj
(&ctx->Texture.Unit[u]._Current, NULL);
840
_mesa_reference_texobj
(&ctx->Texture.Unit[u].CurrentTex[tgt], NULL);
872
_mesa_reference_texobj
(&texUnit->CurrentTex[tex],
texobj.c
335
* This is normally only called from the
_mesa_reference_texobj
() macro
1044
_mesa_reference_texobj
(&unit->CurrentTex[tex],
[
all
...]
attrib.c
439
_mesa_reference_texobj
(&texstate->SavedTexRef[u][tex],
820
_mesa_reference_texobj
(&texstate->SavedTexRef[u][tgt], NULL);
[
all
...]
framebuffer.c
219
_mesa_reference_texobj
(&att->Texture, NULL);
fbobject.c
311
_mesa_reference_texobj
(&att->Texture, NULL); /* unbind */
348
_mesa_reference_texobj
(&att->Texture, texObj);
[
all
...]
/external/mesa3d/src/mesa/drivers/common/
meta.c
695
_mesa_reference_texobj
(&save->CurrentTexture[tgt],
1021
_mesa_reference_texobj
(&ctx->Texture.Unit[0].CurrentTex[tgt],
1024
_mesa_reference_texobj
(&save->CurrentTexture[tgt], NULL);
[
all
...]
Completed in 1002 milliseconds