Searched refs:texture (Results 1 – 14 of 14) sorted by relevance
/cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/ |
D | TextureViewTests.java | 85 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/ |
D | ImageWriterTest.java | 209 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/ |
D | RenderTarget.java | 124 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/ |
D | RenderTarget.java | 127 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/ |
D | passthrough_fsh.glsl | 8 uFragColor = texture(tex, texcoord);
|
/cts/tests/openglperf2/assets/vertex/ |
D | basic | 19 // Pass through the texture coordinate.
|
D | blur | 21 // Pass through the texture coordinate.
|
D | water | 24 // Pass through the texture coordinate.
|
D | perspective | 26 // Pass through the texture coordinate.
|
/cts/tests/openglperf2/assets/fragment/ |
D | perspective | 27 // Multiply the diffuse illumination and texture to get final output color.
|
/cts/tests/tests/virtualdevice/common/src/android/virtualdevice/cts/common/ |
D | VirtualDeviceRule.java | 280 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/ |
D | AHardwareBufferGLTest.cpp | 1490 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/ |
D | AdaptivePlaybackTest.java | 258 public void onlyTexture() { ex(H264(HW), new EarlyEosTest().texture()); } in onlyTexture() 1727 public MediaTest texture() {
|
/cts/tests/mediapc/requirements/ |
D | requirements.txtpb | 878 description: "- YUV texture sampling"
|