Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/common/
DglcConfigListCase.cpp95 …static const tcu::SurfaceType s_types[] = { tcu::SURFACETYPE_WINDOW, tcu::SURFACETYPE_OFFSCREEN_NA… in operator <<() local
99 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(s_types); ndx++) in operator <<()
101 if (bits.bits & (1 << s_types[ndx])) in operator <<()
105 str << getSurfaceTypeName(s_types[ndx]); in operator <<()
/external/deqp/modules/gles31/functional/
Des31fSeparateShaderTests.cpp133 static const DataType s_types[] = { TYPE_FLOAT, TYPE_INT, TYPE_UINT }; in randomType() local
137 DE_ARRAY_BEGIN(s_types), DE_ARRAY_END(s_types), DE_ARRAY_BEGIN(s_weights)); in randomType()
Des31fProgramInterfaceQueryTests.cpp4329 static const glu::DataType s_types[] = in generateRandomDataType() local
4392 const glu::DataType type = s_types[rnd.getInt(0, DE_LENGTH_OF_ARRAY(s_types)-1)]; in generateRandomDataType()