Home
last modified time | relevance | path

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

/cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/
DTextureViewTests.java85 final SurfaceTexture texture = createSurfaceTexture(singleBuffered, Color.RED); in testConstructDetached() local
89 textureview.setSurfaceTexture(texture); in testConstructDetached()
92 Assert.assertTrue(texture.isReleased()); in testConstructDetached()
97 SurfaceTexture texture = new SurfaceTexture(singleBuffered); in createSurfaceTexture() local
98 texture.setDefaultBufferSize(TEST_WIDTH, TEST_HEIGHT); in createSurfaceTexture()
99 Surface producer = new Surface(texture); in createSurfaceTexture()
103 return texture; in createSurfaceTexture()
/cts/tests/camera/src/android/hardware/camera2/cts/
DImageWriterTest.java209 SurfaceTexture texture = new SurfaceTexture(false); in testWriterFormatOverride() local
210 texture.setDefaultBufferSize(BUFFER_WIDTH, BUFFER_HEIGHT); in testWriterFormatOverride()
211 Surface surface = new Surface(texture); in testWriterFormatOverride()
288 SurfaceTexture texture = new SurfaceTexture(false); in testWriterBuilderSetImageFormatAndSize() local
289 texture.setDefaultBufferSize(BUFFER_WIDTH, BUFFER_HEIGHT); in testWriterBuilderSetImageFormatAndSize()
290 Surface surface = new Surface(texture); in testWriterBuilderSetImageFormatAndSize()
320 SurfaceTexture texture = new SurfaceTexture(false); in testWriterBuilderSetHardwareBufferFormatAndDataSpace() local
321 texture.setDefaultBufferSize(BUFFER_WIDTH, BUFFER_HEIGHT); in testWriterBuilderSetHardwareBufferFormatAndDataSpace()
322 Surface surface = new Surface(texture); in testWriterBuilderSetHardwareBufferFormatAndDataSpace()
349 SurfaceTexture texture = new SurfaceTexture(false); in testWriterBuilderWithBLOB() local
[all …]
/cts/tests/tests/graphics/src/android/graphics/cts/
DRenderTarget.java124 SurfaceTexture texture = new SurfaceTexture(tex[0]); in createSink() local
125 texture.setOnFrameAvailableListener(this); in createSink()
126 sinkFuture.setResult(new RenderTarget(texture, tex[0])); in createSink()
136 private void updateTexImage(SurfaceTexture texture) { in updateTexImage() argument
137 texture.updateTexImage(); in updateTexImage()
/cts/tests/tests/security/src/android/security/cts/
DRenderTarget.java127 SurfaceTexture texture = new SurfaceTexture(tex[0]); in createSink() local
128 texture.setOnFrameAvailableListener(this); in createSink()
129 sinkFuture.setResult(new RenderTarget(texture, tex[0])); in createSink()
139 private void updateTexImage(SurfaceTexture texture) { in updateTexImage() argument
140 texture.updateTexImage(); in updateTexImage()
/cts/tests/tests/graphics/assets/shaders/
Dpassthrough_fsh.glsl8 uFragColor = texture(tex, texcoord);
/cts/tests/openglperf2/assets/vertex/
Dbasic19 // Pass through the texture coordinate.
Dblur21 // Pass through the texture coordinate.
Dwater24 // Pass through the texture coordinate.
Dperspective26 // Pass through the texture coordinate.
/cts/tests/openglperf2/assets/fragment/
Dperspective27 // Multiply the diffuse illumination and texture to get final output color.
/cts/tests/tests/virtualdevice/common/src/android/virtualdevice/cts/common/
DVirtualDeviceRule.java280 SurfaceTexture texture = new SurfaceTexture(1); in createDefaultVirtualDisplayConfigBuilder() local
281 texture.setDefaultBufferSize(width, height); in createDefaultVirtualDisplayConfigBuilder()
284 .setSurface(new Surface(texture)); in createDefaultVirtualDisplayConfigBuilder()
/cts/tests/tests/nativehardware/jni/
DAHardwareBufferGLTest.cpp1490 GLuint& texture = mTextures[mWhich]; in SetUpTexture() local
1491 glGenTextures(1, &texture); in SetUpTexture()
1493 glBindTexture(mTexTarget, texture); in SetUpTexture()
/cts/tests/tests/media/decoder/src/android/media/decoder/cts/
DAdaptivePlaybackTest.java258 public void onlyTexture() { ex(H264(HW), new EarlyEosTest().texture()); } in onlyTexture()
1727 public MediaTest texture() {
/cts/tests/mediapc/requirements/
Drequirements.txtpb878 description: "- YUV texture sampling"