Searched defs:is3d (Results 1 – 4 of 4) sorted by relevance
78 UINT_32 is3d : 1; // 3d mode member
303 const BOOL_32 is3d = (pSurfInfo->resourceType == ADDR_RSRC_TEX_3D); in GetMipOrigin() local
2413 void GLEScontext::prepareCoreProfileEmulatedTexture(TextureData* texData, bool is3d, GLenum target, in prepareCoreProfileEmulatedTexture()
147 const bool is3d = (texture.type() == IMAGE_TYPE_3D); in comparePixelBuffers() local