HomeSort by relevance Sort by last modified time
    Searched refs:PVRTEX_CUBEMAP (Results 1 - 3 of 3) sorted by null

  /external/swiftshader/third_party/PowerVR_SDK/Tools/OGLES2/
PVRTPFXParserAPI.cpp 466 eTarget = (m_Textures[uiTex].flags & PVRTEX_CUBEMAP ? GL_TEXTURE_CUBE_MAP : GL_TEXTURE_2D);
705 if((u32flags & PVRTEX_CUBEMAP) != 0)
  /external/swiftshader/third_party/PowerVR_SDK/Tools/
PVRTTexture.h 528 const PVRTuint32 PVRTEX_CUBEMAP = (1<<12); ///< Is a cubemap/skybox. DEPRECATED.
PVRTTexture.cpp 422 bool isCubeMap = (LegacyHeader->dwpfFlags&PVRTEX_CUBEMAP)!=0;
    [all...]

Completed in 83 milliseconds