Home
last modified time | relevance | path

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

/cts/tests/tests/opengl/src/android/opengl/cts/
DCompressedTextureSurfaceView.java108 CompressedTextureLoader.Texture mCompressedTexture; field in CompressedTextureSurfaceView.CompressedTextureRender
126 mCompressedTexture = compressed; in CompressedTextureRender()
284 if (mCompressedTexture != null && !mCompressedTexture.isSupported()) { in onSurfaceCreated()
321 if (mCompressedTexture == null) { in onSurfaceCreated()
327 mCompressedTexture.getFormat(), in onSurfaceCreated()
328 mCompressedTexture.getWidth(), in onSurfaceCreated()
329 mCompressedTexture.getHeight(), in onSurfaceCreated()
331 mCompressedTexture.getData().remaining(), in onSurfaceCreated()
332 mCompressedTexture.getData()); in onSurfaceCreated()