Home
last modified time | relevance | path

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

/packages/apps/Gallery2/src/com/android/gallery3d/photoeditor/
DRendererUtils.java38 private FloatBuffer texVertices; field in RendererUtils.RenderContext
265 context.texCoordHandle, 2, GLES20.GL_FLOAT, false, 0, context.texVertices); in renderTexture()
315 context.texVertices = createVerticesBuffer(TEX_VERTICES); in createProgram()