Home
last modified time | relevance | path

Searched refs:MAX_DRAW_CALL_COUNT (Results 1 – 2 of 2) sorted by relevance

/external/deqp/modules/gles2/functional/
Des2fFlushFinishTests.cpp72 MAX_DRAW_CALL_COUNT = 1<<20, enumerator
300 curDrawCount = de::clamp(deFloorFloatToInt32(est), 1, int(MAX_DRAW_CALL_COUNT)); in calibrate()
306 else if (curDrawCount >= MAX_DRAW_CALL_COUNT) in calibrate()
/external/deqp/modules/gles3/functional/
Des3fFlushFinishTests.cpp71 MAX_DRAW_CALL_COUNT = 1<<20, enumerator
381 curDrawCount = de::clamp(deFloorFloatToInt32(est), 1, int(MAX_DRAW_CALL_COUNT)); in calibrate()
387 else if (curDrawCount >= MAX_DRAW_CALL_COUNT) in calibrate()