Home
last modified time | relevance | path

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

/cts/tests/tests/opengl/src/android/opengl/cts/
DCompressedTextureLoader.java229 int internalFormat = 0; in loadTexturePVRTC() local
231 internalFormat = GL_COMPRESSED_RGBA_PVRTC_2BPPV1_IMG; in loadTexturePVRTC()
233 internalFormat = GL_COMPRESSED_RGB_PVRTC_2BPPV1_IMG; in loadTexturePVRTC()
235 internalFormat = GL_COMPRESSED_RGBA_PVRTC_4BPPV1_IMG; in loadTexturePVRTC()
237 internalFormat = GL_COMPRESSED_RGB_PVRTC_4BPPV1_IMG; in loadTexturePVRTC()
244 internalFormat, dataBuffer, in loadTexturePVRTC()
400 int internalFormat = 0; in loadTextureDXT() local
404 internalFormat = COMPRESSED_RGB_S3TC_DXT1_EXT; in loadTextureDXT()
408 internalFormat = COMPRESSED_RGBA_S3TC_DXT5_EXT; in loadTextureDXT()
422 Texture tex = new Texture(header.mWidth, header.mHeight, internalFormat, in loadTextureDXT()