Home
last modified time | relevance | path

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

/cts/tests/tests/opengl/src/android/opengl/cts/
DCompressedTextureCtsActivity.java44 CompressedTextureLoader.Texture compressed = null; in onCreate() local
52 compressed = CompressedTextureLoader.createFromUncompressedETC1(bitmap); in onCreate()
54 compressed = CompressedTextureLoader.loadTextureDXT(mResources, R.raw.ddstex); in onCreate()
56 compressed = CompressedTextureLoader.loadTextureATC(mResources, 0); //cts for now in onCreate()
58 compressed = CompressedTextureLoader.loadTexturePVRTC(mResources, R.raw.pvrtex); in onCreate()
61 mCompressedTextureView = new CompressedTextureSurfaceView(this, bitmap, compressed); in onCreate()
DCompressedTextureLoader.java188 ETC1Util.ETC1Texture compressed = compressTexture(dataBuffer, in createFromUncompressedETC1() local
194 Texture tex = new Texture(compressed.getWidth(), compressed.getHeight(), in createFromUncompressedETC1()
195 ETC1.ETC1_RGB8_OES, compressed.getData(), TEXTURE_ETC1); in createFromUncompressedETC1()
DCompressedTextureSurfaceView.java42 CompressedTextureLoader.Texture compressed) { in CompressedTextureSurfaceView() argument
46 mRenderer = new CompressedTextureRender(base, compressed); in CompressedTextureSurfaceView()
124 CompressedTextureLoader.Texture compressed) { in CompressedTextureRender() argument
126 mCompressedTexture = compressed; in CompressedTextureRender()
/cts/hostsidetests/appsecurity/test-apps/PrivilegedUpdateApp/
DAndroid.bp60 // This apk has compressed JNI libraries when it shouldn't if it's presigned
93 // This apk has compressed JNI libraries when it shouldn't if it's presigned
/cts/hostsidetests/appsecurity/test-apps/UseEmbeddedDexApp/
DAndroid.bp61 // Not specifying use_embedded_dex keeps dex compressed
70 // Not specifying use_embedded_dex keeps dex compressed
/cts/hostsidetests/incrementalinstall/app/nativelibcompressed/
DAndroid.bp45 // lib to be compressed in the apk, and needs to be extracted by the installer instead of
/cts/hostsidetests/incrementalinstall/app/
DAndroid.bp42 // This flag allow the native lib to be compressed in the apk or associated split apk, and