Searched defs:tObj (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/drivers/dri/common/
H A Dtexmem.h63 struct gl_texture_object * tObj;/**< Pointer to Mesa texture object member in struct:dri_texture_object
98 unsigned firstLevel; /**< Image in \c tObj->Image[0] that
103 unsigned lastLevel; /**< Last image in \c tObj->Image[0]
/vbox/src/VBox/GuestHost/OpenGL/state_tracker/
H A Dstate_texture.c714 static void crStateCleanupTextureRefs(CRContext *g, CRTextureObj *tObj) argument
724 if (tObj == t->unit[u].currentTexture1D)
728 if (tObj == t->unit[u].currentTexture2D)
733 if (tObj == t->unit[u].currentTexture3D)
739 if (tObj == t->unit[u].currentTextureCubeMap)
745 if (tObj == t->unit[u].currentTextureRect)
752 crStateTextureCheckFBOAPs(GL_DRAW_FRAMEBUFFER, tObj->id);
753 crStateTextureCheckFBOAPs(GL_READ_FRAMEBUFFER, tObj->id);
785 CRTextureObj *tObj; local
789 GET_TOBJ(tObj,
[all...]
/vbox/src/VBox/Additions/common/crOpenGL/
H A Ddri_drv.c284 struct gl_texture_object *tObj)
283 vboxDDBindTexture(GLcontext *ctx, GLenum target, struct gl_texture_object *tObj) argument

Completed in 52 milliseconds