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

/external/deqp/modules/glshared/
H A DglsLongStressCase.cpp185 static inline deUint32 randomBufferTarget (Random& rnd, const bool isGLES3) argument
187 return isGLES3 ? randomChoose(rnd, bufferTargets) : randomChoose(rnd, bufferTargetsGLES2);
190 static inline deUint32 randomBufferUsage (Random& rnd, const bool isGLES3) argument
192 return isGLES3 ? randomChoose(rnd, bufferUsages) : randomChoose(rnd, bufferUsagesGLES2);

Completed in 109 milliseconds