Searched defs:texture (Results 1 – 2 of 2) sorted by relevance
149 GX2_INLINE void GX2InitTexture(GX2Texture *texture, u32 width, u32 height, in GX2InitTexture()214 GX2_INLINE void GX2InitTextureCompSel(GX2Texture *texture, GX2CompSel compSel) in GX2InitTextureCompSel()228 GX2_INLINE void GX2InitTexturePtrs(GX2Texture *texture, void *imagePtr, void *mipPtr) in GX2InitTexturePtrs()
331 static GX2Texture texture; in GX2UTCopySurfaceRectOp() local