Searched refs:glDraw (Results 1 - 5 of 5) sorted by relevance

/external/skia/bench/
H A DGLBench.h37 virtual void glDraw(int loops, const GrGLContext*)=0;
H A DGLVec4ScalarBench.cpp58 void glDraw(int loops, const GrGLContext*) override;
264 void GLVec4ScalarBench::glDraw(int loops, const GrGLContext* ctx) { function in class:GLVec4ScalarBench
H A DGLVertexAttributesBench.cpp40 void glDraw(int loops, const GrGLContext*) override;
209 void GLVertexAttributesBench::glDraw(int loops, const GrGLContext* ctx) { function in class:GLVertexAttributesBench
H A DGLInstancedArraysBench.cpp66 void glDraw(int loops, const GrGLContext*) override;
341 void GLCpuPosInstancedArraysBench::glDraw(int loops, const GrGLContext* ctx) { function in class:GLCpuPosInstancedArraysBench
H A DGLBench.cpp64 this->glDraw(loops, ctx);

Completed in 364 milliseconds