Searched defs:drawIndexed (Results 1 - 3 of 3) sorted by relevance

/external/deqp/framework/opengl/
H A DgluDrawUtil.cpp485 static inline void drawIndexed (const glw::Functions& gl, PrimitiveType type, int numElements, IndexType indexType, const void* indexPtr) function in namespace:glu::__anon19731
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/
H A DGrDrawTarget.cpp473 void GrDrawTarget::drawIndexed(GrPrimitiveType type, function in class:GrDrawTarget
/external/skia/src/gpu/
H A DGrDrawTarget.cpp463 void GrDrawTarget::drawIndexed(GrPrimitiveType type, function in class:GrDrawTarget

Completed in 122 milliseconds