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

/external/skia/bench/
H A DGLVertexAttributesBench.cpp25 class GLVertexAttributesBench : public GLBench { class in inherits:GLBench
27 GLVertexAttributesBench(uint32_t attribs) function in class:GLVertexAttributesBench
66 GrGLuint GLVertexAttributesBench::setupShader(const GrGLContext* ctx, uint32_t attribs,
155 void GLVertexAttributesBench::setup(const GrGLContext* ctx) {
209 void GLVertexAttributesBench::glDraw(int loops, const GrGLContext* ctx) {
247 void GLVertexAttributesBench::teardown(const GrGLInterface* gl) {
260 DEF_BENCH( return new GLVertexAttributesBench(0) )
261 DEF_BENCH( return new GLVertexAttributesBench(1) )
262 DEF_BENCH( return new GLVertexAttributesBench(2) )
263 DEF_BENCH( return new GLVertexAttributesBench(
[all...]

Completed in 123 milliseconds