Home
last modified time | relevance | path

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

/packages/apps/Gallery2/src/com/android/gallery3d/photoeditor/
DRendererUtils.java39 private FloatBuffer posVertices; field in RendererUtils.RenderContext
150 context.posVertices = createVerticesBuffer( in setRenderToFit()
182 context.posVertices = createVerticesBuffer(vertices); in setRenderToRotate()
242 context.posVertices = createVerticesBuffer(vertices); in setRenderToFlip()
268 context.posCoordHandle, 2, GLES20.GL_FLOAT, false, 0, context.posVertices); in renderTexture()
316 context.posVertices = createVerticesBuffer(POS_VERTICES); in createProgram()