Home
last modified time | relevance | path

Searched refs:OGL_RGBA_8888 (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/PowerVR_SDK/Tools/
DPVRTTexture.h325 OGL_RGBA_8888, enumerator
DPVRTPFXParser.cpp1263 { "RGBA8888", OGL_RGBA_8888, PVRPFXTEX_COLOUR }, in ParseGenericSurface()
1512 TexDesc.uiFlags = OGL_RGBA_8888 | PVRPFXTEX_COLOUR; in ParseTexture()
1699 TexDesc.uiFlags = OGL_RGBA_8888 | PVRPFXTEX_COLOUR; in ParseTarget()
DPVRTTexture.cpp646 case OGL_RGBA_8888: in PVRTMapLegacyTextureEnumToNewFormat()