Searched refs:PVRPFXTEX_DEPTH (Results 1 – 2 of 2) sorted by relevance
263 const PVRTuint32 PVRPFXTEX_DEPTH = PVRTuint32(1<<31); variable
1268 { "DEPTH24", OGL_RGB_888, PVRPFXTEX_DEPTH }, in ParseGenericSurface()1269 { "DEPTH16", OGL_RGB_565, PVRPFXTEX_DEPTH }, in ParseGenericSurface()1270 { "DEPTH8", OGL_I_8, PVRPFXTEX_DEPTH }, in ParseGenericSurface()2678 ….BufferType.find_first_of("DEPTH") != CPVRTString::npos && !(Pass.uiFormatFlags & PVRPFXTEX_DEPTH)) in DetermineRenderPassDependencies()