Searched refs:mPosVertices (Results 1 – 2 of 2) sorted by relevance
33 private FloatBuffer mPosVertices; field in TextureRenderer83 mPosVertices = ByteBuffer.allocateDirect( in init()86 mPosVertices.put(POS_VERTICES).position(0); in init()125 0, mPosVertices); in renderTexture()143 if (mPosVertices != null) { in computeOutputVertices()160 mPosVertices.put(coords).position(0); in computeOutputVertices()