/cts/tests/tests/effect/src/android/effect/cts/ |
D | GLEnv.java | 77 int textures[] = new int[1]; in generateTexture() local 78 GLES20.glGenTextures(1, textures, 0); in generateTexture() 79 return textures[0]; in generateTexture() 90 int[] textures = new int[1]; in releaseTexture() local 91 textures[0] = texId; in releaseTexture() 92 GLES20.glDeleteTextures(1, textures, 0); in releaseTexture()
|
/cts/tests/tests/opengl/src/android/opengl/cts/ |
D | CompressedTextureSurfaceView.java | 256 int[] textures = new int[1]; in initFBO() local 257 GLES20.glGenTextures(1, textures, 0); in initFBO() 259 mColorTargetID = textures[0]; in initFBO() 268 GLES20.glGenFramebuffers(1, textures, 0); in initFBO() 269 mFrameBufferObjectID = textures[0]; in initFBO() 313 int[] textures = new int[1]; in onSurfaceCreated() local 314 GLES20.glGenTextures(1, textures, 0); in onSurfaceCreated() 316 mTextureID = textures[0]; in onSurfaceCreated()
|
/cts/tests/openglperf2/src/android/opengl2/cts/reference/ |
D | GLGameActivity.java | 158 int[] textures = new int[1]; in loadTexture() local 159 GLES20.glGenTextures(1, textures, 0); in loadTexture() 160 int textureID = textures[0]; in loadTexture()
|
/cts/tests/tests/openglperf/src/android/openglperf/cts/ |
D | TextureTestRenderer.java | 158 int[] textures = new int[1]; in onSurfaceCreated() local 159 gl.glGenTextures(1, textures, 0); in onSurfaceCreated() 161 mTextureID = textures[0]; in onSurfaceCreated()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/renderers/ |
D | GLArrowSensorTestRenderer.java | 126 int[] textures = new int[1]; in onSurfaceCreated() local 127 gl.glGenTextures(1, textures, 0); in onSurfaceCreated() 128 mTextureID = textures[0]; in onSurfaceCreated()
|
/cts/tests/mediapc/src/android/mediapc/cts/ |
D | TextureRender.java | 163 int[] textures = new int[1]; in surfaceCreated() local 164 GLES20.glGenTextures(1, textures, 0); in surfaceCreated() 166 mTextureID = textures[0]; in surfaceCreated()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/ |
D | CtsMediaTextureRender.java | 169 int[] textures = new int[1]; in surfaceCreated() local 170 GLES20.glGenTextures(1, textures, 0); in surfaceCreated() 172 mTextureID = textures[0]; in surfaceCreated()
|
/cts/tests/tests/mediastress/src/android/mediastress/cts/ |
D | SurfaceTextureRenderer.java | 202 int[] textures = new int[1]; in onSurfaceCreated() local 203 GLES20.glGenTextures(1, textures, 0); in onSurfaceCreated() 205 mTextureID = textures[0]; in onSurfaceCreated()
|
/cts/tests/tests/media/common/src/android/media/cts/ |
D | TextureRender.java | 172 int[] textures = new int[1]; in surfaceCreated() local 173 GLES20.glGenTextures(1, textures, 0); in surfaceCreated() 175 mTextureID = textures[0]; in surfaceCreated()
|
/cts/tests/media/common/src/android/mediav2/common/cts/ |
D | TextureRender.java | 197 int[] textures = new int[1]; in surfaceCreated() local 198 GLES20.glGenTextures(1, textures, 0); in surfaceCreated() 200 mTextureID = textures[0]; in surfaceCreated()
|
/cts/tests/camera/src/android/hardware/camera2/cts/ |
D | CameraGPURecordingTest.java | 700 int[] textures = new int[1]; in surfaceCreated() local 701 GLES20.glGenTextures(1, textures, 0); in surfaceCreated() 703 mTextureID = textures[0]; in surfaceCreated()
|
/cts/tests/camera/src/android/hardware/cts/ |
D | CameraGLTest.java | 803 int[] textures = new int[1]; in onSurfaceCreated() local 804 GLES20.glGenTextures(1, textures, 0); in onSurfaceCreated() 806 mTextureID = textures[0]; in onSurfaceCreated()
|
/cts/tests/tests/media/codec/src/android/media/codec/cts/ |
D | EncodeVirtualDisplayWithCompositionTestImpl.java | 1000 int[] textures = new int[1]; in init() local 1001 GLES20.glGenTextures(1, textures, 0); in init() 1003 mTextureId = textures[0]; in init() 1025 int[] textures = new int[] { in cleanup() local 1028 GLES20.glDeleteTextures(1, textures, 0); in cleanup()
|
/cts/tests/tests/media/decoder/src/android/media/decoder/cts/ |
D | DecodeAccuracyTestBase.java | 1176 int[] textures = new int[1]; in eglSurfaceCreated() local 1177 GLES20.glGenTextures(1, textures, 0); in eglSurfaceCreated() 1179 textureID = textures[0]; in eglSurfaceCreated()
|
/cts/tests/mediapc/requirements/ |
D | requirements.txtpb | 883 …T advertise support for the EXT_YUV_target extension to sample from YUV textures in both 8 and 10-…
|