Searched refs:CreateColorFBO (Results 1 – 4 of 4) sorted by relevance
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/ |
D | draw_call_perf_utils.h | 43 void CreateColorFBO(GLsizei width, GLsizei height, GLuint *fbo, GLuint *texture);
|
D | draw_call_perf_utils.cpp | 196 void CreateColorFBO(GLsizei width, GLsizei height, GLuint *fbo, GLuint *texture) in CreateColorFBO() function
|
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/ |
D | DrawElementsPerf.cpp | 153 CreateColorFBO(getWindow()->getWidth(), getWindow()->getHeight(), &mTexture, &mFBO); in initializeBenchmark()
|
D | DrawCallPerf.cpp | 254 CreateColorFBO(getWindow()->getWidth(), getWindow()->getHeight(), &mFBOTexture, &mFBO); in initializeBenchmark()
|