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