Searched refs:mTexCoordHandle (Results 1 – 2 of 2) sorted by relevance
156 private int mTexCoordHandle; field in SurfaceTextureView.Renderer179 mTexCoordHandle = GLES20.glGetAttribLocation(mGLProgram, "a_texCoord"); in onSurfaceCreated()186 GLES20.glVertexAttribPointer(mTexCoordHandle, 2, GLES20.GL_FLOAT, in onSurfaceCreated()234 GLES20.glEnableVertexAttribArray(mTexCoordHandle); in onDrawFrame()
32 GLuint mTexCoordHandle; // Handle to a_texCoord. variable