Home
last modified time | relevance | path

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

/external/deqp/modules/egl/
DteglChooseConfigReference.cpp178 … const SurfaceConfig& b, const tcu::BVec4& specifiedRGBColors, const tcu::BVec2& specifiedLuminanc… in compareColorBufferBits()
242 …bool compareTo (const SurfaceConfig& b, const tcu::BVec4& specifiedRGBColors, const tcu::BVec2& sp… in compareTo()
340 …CompareConfigs (const tcu::BVec4& specifiedRGBColors, const tcu::BVec2& specifiedLuminanceColors, … in CompareConfigs()
354 const tcu::BVec2 m_specifiedLuminanceColors;
459 tcu::BVec2 getSpecifiedLuminanceColors (void) const in getSpecifiedLuminanceColors()
467 tcu::BVec2 result; in getSpecifiedLuminanceColors()
/external/deqp/framework/common/
DtcuVectorType.hpp54 typedef Vector<bool, 2> BVec2; typedef
/external/skia/src/sksl/
DSkSLCompiler.cpp84 ADD_TYPE(BVec2); in Compiler()