Searched refs:GLVertexAttributesBench (Results 1 – 3 of 3) sorted by relevance
25 class GLVertexAttributesBench : public GLBench { class27 GLVertexAttributesBench(uint32_t attribs) in GLVertexAttributesBench() function in GLVertexAttributesBench66 GrGLuint GLVertexAttributesBench::setupShader(const GrGLContext* ctx, uint32_t attribs, in setupShader()155 void GLVertexAttributesBench::setup(const GrGLContext* ctx) { in setup()209 void GLVertexAttributesBench::glDraw(int loops, const GrGLContext* ctx) { in glDraw()247 void GLVertexAttributesBench::teardown(const GrGLInterface* gl) { in teardown()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(3) )[all …]
52 "$_bench/GLVertexAttributesBench.cpp",
1694 "bench/GLVertexAttributesBench.cpp",