Home
last modified time | relevance | path

Searched defs:DataTypes (Results 1 – 4 of 4) sorted by relevance

/external/deqp/modules/gles31/functional/
Des31fFboTestUtil.hpp47 struct DataTypes struct
49 std::vector<glu::DataType> vec;
50 DataTypes& operator<< (glu::DataType type) { vec.push_back(type); return *this; } in operator <<()
/external/deqp/modules/gles3/functional/
Des3fFboTestUtil.hpp47 struct DataTypes struct
49 std::vector<glu::DataType> vec;
50 DataTypes& operator<< (glu::DataType type) { vec.push_back(type); return *this; } in operator <<()
/external/libchrome/base/strings/
Dsafe_sprintf_unittest.cc280 TEST(SafeSPrintfTest, DataTypes) { in TEST() argument
/external/llvm/lib/Transforms/Instrumentation/
DInstrProfiling.cpp388 Type *DataTypes[] = { in getOrCreateRegionCounters() local