HomeSort by relevance Sort by last modified time
    Searched full:mtexturebuffer (Results 1 - 1 of 1) sorted by null

  /packages/apps/Nfc/src/com/android/nfc/beam/
FireflyRenderer.java 89 final FloatBuffer mTextureBuffer;
118 mTextureBuffer = tbb.asFloatBuffer();
119 mTextureBuffer.put(mTextCoords);
120 mTextureBuffer.position(0);
407 gl.glTexCoordPointer(2, GL10.GL_FLOAT, 0, mTextureBuffer);

Completed in 491 milliseconds