HomeSort by relevance Sort by last modified time
    Searched refs:mPosVertices (Results 1 - 4 of 4) sorted by null

  /developers/build/prebuilts/gradle/MediaEffects/Application/src/main/java/com/example/android/mediaeffects/
TextureRenderer.java 33 private FloatBuffer mPosVertices;
83 mPosVertices = ByteBuffer.allocateDirect(
86 mPosVertices.put(POS_VERTICES).position(0);
125 0, mPosVertices);
143 if (mPosVertices != null) {
160 mPosVertices.put(coords).position(0);
  /developers/samples/android/media/MediaEffects/Application/src/main/java/com/example/android/mediaeffects/
TextureRenderer.java 33 private FloatBuffer mPosVertices;
83 mPosVertices = ByteBuffer.allocateDirect(
86 mPosVertices.put(POS_VERTICES).position(0);
125 0, mPosVertices);
143 if (mPosVertices != null) {
160 mPosVertices.put(coords).position(0);
  /development/samples/HelloEffects/src/com/example/android/mediafx/
TextureRenderer.java 33 private FloatBuffer mPosVertices;
83 mPosVertices = ByteBuffer.allocateDirect(
86 mPosVertices.put(POS_VERTICES).position(0);
125 0, mPosVertices);
143 if (mPosVertices != null) {
160 mPosVertices.put(coords).position(0);
  /development/samples/browseable/MediaEffects/src/com.example.android.mediaeffects/
TextureRenderer.java 33 private FloatBuffer mPosVertices;
83 mPosVertices = ByteBuffer.allocateDirect(
86 mPosVertices.put(POS_VERTICES).position(0);
125 0, mPosVertices);
143 if (mPosVertices != null) {
160 mPosVertices.put(coords).position(0);

Completed in 232 milliseconds