Home
last modified time | relevance | path

Searched refs:GLVertexAttributesBench (Results 1 – 3 of 3) sorted by relevance

/external/skia/bench/
DGLVertexAttributesBench.cpp25 class GLVertexAttributesBench : public GLBench { class
27 GLVertexAttributesBench(uint32_t attribs) in GLVertexAttributesBench() function in GLVertexAttributesBench
66 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 …]
/external/skia/gn/
Dbench.gni52 "$_bench/GLVertexAttributesBench.cpp",
/external/skia/
DAndroid.bp1694 "bench/GLVertexAttributesBench.cpp",