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

  /external/deqp/framework/opengl/
gluDrawUtil.cpp 485 static inline void drawIndexed (const glw::Functions& gl, PrimitiveType type, int numElements, IndexType indexType, const void* indexPtr)
516 drawIndexed(gl, primitives.type, primitives.numElements, primitives.indexType, primitives.indices);
556 drawIndexed(gl, primitives.type, primitives.numElements, primitives.indexType, 0);
  /external/chromium_org/third_party/skia/src/gpu/
GrDrawTarget.cpp 463 void GrDrawTarget::drawIndexed(GrPrimitiveType type,
    [all...]
  /external/skia/src/gpu/
GrDrawTarget.cpp 463 void GrDrawTarget::drawIndexed(GrPrimitiveType type,
    [all...]

Completed in 77 milliseconds