Searched refs:uTextureTransformHandle (Results 1 – 1 of 1) sorted by relevance
1025 private int uTextureTransformHandle; field in GLSurfaceViewFactory.GLSurfaceViewThread1159 uTextureTransformHandle = GLES20.glGetUniformLocation(glProgram, "uTextureTransform"); in eglSurfaceCreated()1160 checkLocation(uTextureTransformHandle, "uTextureTransform"); in eglSurfaceCreated()1202 GLES20.glUniformMatrix4fv(uTextureTransformHandle, 1, false, textureTransform, 0); in drawFrame()