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