Home
last modified time | relevance | path

Searched refs:aTextureHandle (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/media/src/android/media/cts/
DDecodeAccuracyTestBase.java1023 private int aTextureHandle; field in GLSurfaceViewFactory.GLSurfaceViewThread
1158 aTextureHandle = GLES20.glGetAttribLocation(glProgram, "aTextureCoord"); in eglSurfaceCreated()
1159 checkLocation(aTextureHandle, "aTextureCoord"); in eglSurfaceCreated()
1197 GLES20.glVertexAttribPointer(aTextureHandle, 2, GLES20.GL_FLOAT, false, in drawFrame()
1200 GLES20.glEnableVertexAttribArray(aTextureHandle); in drawFrame()
DEncodeVirtualDisplayWithCompositionTestImpl.java1074 public void onDraw(int uSTMatrixHandle, int aPositionHandle, int aTextureHandle) { in onDraw() argument
1083 GLES20.glVertexAttribPointer(aTextureHandle, 2, GLES20.GL_FLOAT, false, in onDraw()
1085 GLES20.glEnableVertexAttribArray(aTextureHandle); in onDraw()