Home
last modified time | relevance | path

Searched defs:texture (Results 1 – 5 of 5) sorted by relevance

/cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/
DTextureViewTests.java85 final SurfaceTexture texture = createSurfaceTexture(singleBuffered, Color.RED); in testConstructDetached() local
97 SurfaceTexture texture = new SurfaceTexture(singleBuffered); in createSurfaceTexture() local
/cts/tests/tests/graphics/src/android/graphics/cts/
DRenderTarget.java124 SurfaceTexture texture = new SurfaceTexture(tex[0]); in createSink() local
136 private void updateTexImage(SurfaceTexture texture) { in updateTexImage()
/cts/tests/tests/security/src/android/security/cts/
DRenderTarget.java127 SurfaceTexture texture = new SurfaceTexture(tex[0]); in createSink() local
139 private void updateTexImage(SurfaceTexture texture) { in updateTexImage()
/cts/tests/camera/src/android/hardware/camera2/cts/
DImageWriterTest.java199 SurfaceTexture texture = new SurfaceTexture(/*random int*/1); in testWriterFormatOverride() local
/cts/tests/tests/nativehardware/jni/
DAHardwareBufferGLTest.cpp1482 GLuint& texture = mTextures[mWhich]; in SetUpTexture() local