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

  /frameworks/base/opengl/java/android/opengl/
Group.java 32 private ShortBuffer indexBuffer = null;
34 public MaterialIndices(Material material, ShortBuffer indexBuffer) {
36 this.indexBuffer = indexBuffer;
44 return indexBuffer;
109 ShortBuffer indexBuffer = matIdx.getIndexBuffer();
110 numTriangles += indexBuffer.capacity()/3;
135 ShortBuffer indexBuffer = matIdx.getIndexBuffer();
144 indexBuffer.capacity(),
146 indexBuffer);
    [all...]
  /external/opencore/pvmi/media_io/pvmiofileoutput/include/
avi_write.h 137 uint8 indexBuffer[20000 * 16 + 2];
138 } IndexBuffer;
  /external/opencore/pvmi/media_io/pvmiofileoutput/src/
pvmi_media_io_fileoutput.cpp     [all...]

Completed in 840 milliseconds