Searched refs:s_types (Results 1 – 4 of 4) sorted by relevance
/external/deqp/external/openglcts/modules/common/ |
D | glcConfigListCase.cpp | 95 …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/cronet/net/disk_cache/blockfile/ |
D | block_files.cc | 31 const char s_types[16] = {4, 3, 2, 2, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0}; variable 37 return s_types[value]; in GetMapBlockType()
|
/external/deqp/modules/gles31/functional/ |
D | es31fSeparateShaderTests.cpp | 133 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()
|
D | es31fProgramInterfaceQueryTests.cpp | 4338 static const glu::DataType s_types[] = in generateRandomDataType() local 4401 const glu::DataType type = s_types[rnd.getInt(0, DE_LENGTH_OF_ARRAY(s_types)-1)]; in generateRandomDataType()
|