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

  /frameworks/base/graphics/java/android/renderscript/
SimpleMesh.java 74 int mVertexTypeCount;
83 mVertexTypeCount = 0;
89 if (mVertexTypeCount >= mVertexTypes.length) {
93 int addedIndex = mVertexTypeCount;
94 mVertexTypes[mVertexTypeCount] = new Entry();
95 mVertexTypes[mVertexTypeCount].t = t;
96 mVertexTypeCount++;
101 if (mVertexTypeCount >= mVertexTypes.length) {
105 int addedIndex = mVertexTypeCount;
106 mVertexTypes[mVertexTypeCount] = new Entry()
    [all...]
  /frameworks/base/libs/rs/
rsSimpleMesh.h 38 uint32_t mVertexTypeCount;
rsSimpleMesh.cpp 61 for (uint32_t ct=0; ct < mVertexTypeCount; ct++) {
68 for (uint32_t ct=0; ct < mVertexTypeCount; ct++) {
90 for (uint32_t ct=0; ct < mVertexTypeCount; ct++) {
126 sm->mVertexTypeCount = vtxCount;
148 rsAssert(slot < sm->mVertexTypeCount);

Completed in 360 milliseconds