Searched refs:glInternalFormat (Results 1 - 1 of 1) sorted by relevance

/external/swiftshader/third_party/PowerVR_SDK/Tools/OGLES3/
H A DPVRTTextureAPI.cpp38 @Modified: glInternalFormat
46 static const void PVRTGetOGLES3TextureFormat(const PVRTextureHeaderV3& sTextureHeader, PVRTuint32& glInternalFormat, PVRTuint32& glFormat, PVRTuint32& glType) argument
55 glInternalFormat=0;
70 //glInternalFormat=GL_COMPRESSED_SRGB_PVRTC_2BPPV1_EXT;
74 glInternalFormat=GL_COMPRESSED_RGB_PVRTC_2BPPV1_IMG;
82 //glInternalFormat=GL_COMPRESSED_SRGB_ALPHA_PVRTC_2BPPV1_EXT;
86 glInternalFormat=GL_COMPRESSED_RGBA_PVRTC_2BPPV1_IMG;
94 //glInternalFormat=GL_COMPRESSED_SRGB_PVRTC_4BPPV1_EXT;
98 glInternalFormat=GL_COMPRESSED_RGB_PVRTC_4BPPV1_IMG;
106 //glInternalFormat
[all...]

Completed in 133 milliseconds