Home
last modified time | relevance | path

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

/external/deqp/framework/egl/
DegluConfigFilter.hpp115 class ConfigColorBits class
118 ConfigColorBits (void) {}; in ConfigColorBits() function in eglu::ConfigColorBits
DegluConfigFilter.cpp69 FilterList ConfigColorBits::operator== (tcu::RGBA bits) const in operator ==()
79 FilterList ConfigColorBits::operator>= (tcu::RGBA bits) const in operator >=()
/external/deqp/modules/egl/
DteglRenderCase.cpp368 filters << (eglu::ConfigColorBits() == colorBits) << (eglu::ConfigSurfaceType() & surfaceType); in addRenderConfigIdSet()