Searched refs:tex (Results 1 – 1 of 1) sorted by relevance
/cts/tests/tests/graphics/src/android/opengl/cts/ |
D | CompressedTextureLoader.java | 177 Texture tex = new Texture(0, 0, 0, null, "Cts!"); in loadTextureATC() local 178 return tex; in loadTextureATC() 206 Texture tex = new Texture(compressed.getWidth(), compressed.getHeight(), in createFromUncompressedETC1() local 209 return tex; in createFromUncompressedETC1() 255 Texture tex = new Texture(header.mWidth, header.mHeight, in loadTexturePVRTC() local 263 return tex; in loadTexturePVRTC() 434 Texture tex = new Texture(header.mWidth, header.mHeight, internalFormat, in loadTextureDXT() local 436 return tex; in loadTextureDXT()
|