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

/external/chromium_org/net/disk_cache/blockfile/
H A Dblock_files.cc27 const char s_types[16] = {4, 3, 2, 2, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0}; member in namespace:__anon9139
33 return s_types[value];
/external/deqp/modules/gles31/functional/
H A Des31fSeparateShaderTests.cpp132 static const DataType s_types[] = { TYPE_FLOAT, TYPE_INT, TYPE_UINT }; local
136 DE_ARRAY_BEGIN(s_types), DE_ARRAY_END(s_types), DE_ARRAY_BEGIN(s_weights));
H A Des31fProgramInterfaceQueryTests.cpp3903 static const glu::DataType s_types[] =
3966 const glu::DataType type = s_types[rnd.getInt(0, DE_LENGTH_OF_ARRAY(s_types)-1)];

Completed in 240 milliseconds