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

  /frameworks/rs/driver/
rsdAllocation.h 62 uint32_t faceCount;
rsdAllocation.cpp 114 uint32_t faceCount = 1;
116 faceCount = 6;
120 for (uint32_t face = 0; face < faceCount; face ++) {
242 drv->faceCount = type->getDimFaces();
274 if(drv->faceCount) {
  /frameworks/support/renderscript/v8/rs_support/driver/
rsdAllocation.h 62 uint32_t faceCount;
rsdAllocation.cpp 77 drv->faceCount = type->getDimFaces();
109 if(drv->faceCount) {
  /external/jmonkeyengine/engine/src/ogre/com/jme3/scene/plugins/ogre/
MeshLoader.java 517 int faceCount = Integer.parseInt(numfaces);
523 ib = BufferUtils.createIntBuffer(faceCount * 3);
527 sb = BufferUtils.createShortBuffer(faceCount * 3);

Completed in 5168 milliseconds