Home
last modified time | relevance | path

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

/external/deqp/modules/glshared/
DglsLongStressCase.cpp155 static inline T randomChoose (Random& rnd, const T (&arr)[N]) in randomChoose() function
187 return isGLES3 ? randomChoose(rnd, bufferTargets) : randomChoose(rnd, bufferTargetsGLES2); in randomBufferTarget()
192 return isGLES3 ? randomChoose(rnd, bufferUsages) : randomChoose(rnd, bufferUsagesGLES2); in randomBufferUsage()