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

  /external/autotest/client/deps/glbench/src/
glinterfacetest.cc 31 const GLushort kIndices[] = { 0, 1, 2,
50 num_indices_ = arraysize(kIndices);
52 SetupVBO(GL_ELEMENT_ARRAY_BUFFER, sizeof(kIndices), kIndices);
  /frameworks/base/libs/hwui/
VertexBuffer.h 30 kIndices = 1 << 1,
AmbientShadow.cpp 169 shadowVertexBuffer.setMeshFeatureFlags(VertexBuffer::kAlpha | VertexBuffer::kIndices);
GlopBuilder.cpp 191 bool indices = flags & VertexBuffer::kIndices;
SpotShadow.cpp     [all...]

Completed in 229 milliseconds