Searched refs:repeatDraw (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/angle_dx11/src/libGLESv2/renderer/
H A DVertexDeclarationCache.h28 GLenum applyDeclaration(IDirect3DDevice9 *device, TranslatedAttribute attributes[], gl::ProgramBinary *programBinary, GLsizei instances, GLsizei *repeatDraw);
H A DVertexDeclarationCache.cpp46 GLenum VertexDeclarationCache::applyDeclaration(IDirect3DDevice9 *device, TranslatedAttribute attributes[], gl::ProgramBinary *programBinary, GLsizei instances, GLsizei *repeatDraw) argument
48 *repeatDraw = 1;
96 *repeatDraw = instances;
/external/skia/bench/
H A Dbenchmain.cpp350 int repeatDraw = 1; local
403 repeatDraw = atoi(*argv);
404 if (repeatDraw < 1) {
405 repeatDraw = 1;
849 if (repeatDraw > 1 && NULL != canvas) {
877 TimerData timerData(repeatDraw);
878 for (int i = 0; i < repeatDraw; i++) {
922 if (repeatDraw > 1) {

Completed in 99 milliseconds