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

  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/renderers/
Monolith.java 30 private static final int NUM_VERTICES = 8;
37 mVertexBuffer = ByteBuffer.allocateDirect(NUM_VERTICES * 3 * 4)
  /external/deqp/framework/referencerenderer/
rrPrimitiveAssembler.hpp 38 NUM_VERTICES = 3
167 NUM_VERTICES = 2
277 NUM_VERTICES = 1
314 NUM_VERTICES = 4
393 NUM_VERTICES = 6
  /external/deqp/modules/gles3/functional/
es3fLifetimeTests.cpp 83 enum { NUM_COMPONENTS = 4, NUM_VERTICES = 3 };
225 static const GLfloat s_varrData[NUM_VERTICES * NUM_COMPONENTS] =
242 for (int ndx = 0; ndx < NUM_VERTICES; ndx++)

Completed in 144 milliseconds