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

  /external/chromium_org/third_party/angle_dx11/src/libGLESv2/renderer/
IndexBuffer9.cpp 20 mIndexType = 0;
83 mIndexType = indexType;
141 return mIndexType;
151 if (bufferSize > mBufferSize || indexType != mIndexType)
193 switch (mIndexType)
IndexBuffer11.cpp 62 mIndexType = indexType;
121 return mIndexType;
131 if (bufferSize > mBufferSize || indexType != mIndexType)
168 switch (mIndexType)
IndexBuffer11.h 47 GLenum mIndexType;
IndexBuffer9.h 47 GLenum mIndexType;
  /cts/tests/tests/rsg/src/android/renderscriptgraphics/cts/
MeshTest.java 34 Type mIndexType;
45 mIndexType = typeB.setX(3).create();
108 mb.addIndexSetType(mIndexType, prim);
134 mb.addIndexSetType(mIndexType, prim);

Completed in 227 milliseconds