Home
last modified time | relevance | path

Searched refs:CreateColorFBO (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/tests/test_utils/
Ddraw_call_perf_utils.h43 void CreateColorFBO(GLsizei width, GLsizei height, GLuint *fbo, GLuint *texture);
Ddraw_call_perf_utils.cpp196 void CreateColorFBO(GLsizei width, GLsizei height, GLuint *fbo, GLuint *texture) in CreateColorFBO() function
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/
DDrawElementsPerf.cpp153 CreateColorFBO(getWindow()->getWidth(), getWindow()->getHeight(), &mTexture, &mFBO); in initializeBenchmark()
DDrawCallPerf.cpp254 CreateColorFBO(getWindow()->getWidth(), getWindow()->getHeight(), &mFBOTexture, &mFBO); in initializeBenchmark()