Home
last modified time | relevance | path

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

/development/samples/HelloEffects/src/com/example/android/mediafx/
DTextureRenderer.java33 private FloatBuffer mPosVertices; field in TextureRenderer
83 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()
/development/samples/browseable/MediaEffects/src/com.example.android.mediaeffects/
DTextureRenderer.java33 private FloatBuffer mPosVertices; field in TextureRenderer
83 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()