Home
last modified time | relevance | path

Searched refs:textures (Results 1 – 10 of 10) sorted by relevance

/cts/tests/tests/effect/src/android/effect/cts/
DGLEnv.java77 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/graphics/src/android/opengl/cts/
DCompressedTextureSurfaceView.java282 int[] textures = new int[1]; in initFBO() local
283 GLES20.glGenTextures(1, textures, 0); in initFBO()
285 mColorTargetID = textures[0]; in initFBO()
294 GLES20.glGenFramebuffers(1, textures, 0); in initFBO()
295 mFrameBufferObjectID = textures[0]; in initFBO()
339 int[] textures = new int[1]; in onSurfaceCreated() local
340 GLES20.glGenTextures(1, textures, 0); in onSurfaceCreated()
342 mTextureID = textures[0]; in onSurfaceCreated()
/cts/suite/cts/deviceTests/opengl/src/com/android/cts/opengl/reference/
DGLGameActivity.java156 int[] textures = new int[1]; in loadTexture() local
157 GLES20.glGenTextures(1, textures, 0); in loadTexture()
158 int textureID = textures[0]; in loadTexture()
/cts/tests/tests/openglperf/src/android/openglperf/cts/
DTextureTestRenderer.java158 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/
DGLArrowSensorTestRenderer.java126 int[] textures = new int[1]; in onSurfaceCreated() local
127 gl.glGenTextures(1, textures, 0); in onSurfaceCreated()
128 mTextureID = textures[0]; in onSurfaceCreated()
/cts/tests/tests/media/src/android/media/cts/
DTextureRender.java165 int[] textures = new int[1]; in surfaceCreated() local
166 GLES20.glGenTextures(1, textures, 0); in surfaceCreated()
168 mTextureID = textures[0]; in surfaceCreated()
DEncodeVirtualDisplayWithCompositionTest.java948 int[] textures = new int[1]; in init() local
949 GLES20.glGenTextures(1, textures, 0); in init()
951 mTextureId = textures[0]; in init()
973 int[] textures = new int[] { in cleanup() local
976 GLES20.glDeleteTextures(1, textures, 0); in cleanup()
/cts/tests/tests/mediastress/src/android/mediastress/cts/
DSurfaceTextureRenderer.java202 int[] textures = new int[1]; in onSurfaceCreated() local
203 GLES20.glGenTextures(1, textures, 0); in onSurfaceCreated()
205 mTextureID = textures[0]; in onSurfaceCreated()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
DCtsMediaTextureRender.java169 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/hardware/src/android/hardware/cts/
DCameraGLTest.java762 int[] textures = new int[1]; in onSurfaceCreated() local
763 GLES20.glGenTextures(1, textures, 0); in onSurfaceCreated()
765 mTextureID = textures[0]; in onSurfaceCreated()