Home
last modified time | relevance | path

Searched refs:PixelType (Results 1 – 4 of 4) sorted by relevance

/external/deqp/framework/platform/win32/
DtcuWGL.hpp52 enum PixelType enum in tcu::wgl::PixelFormatInfo
103 PixelType pixelType;
DtcuWGL.cpp292 static PixelFormatInfo::PixelType translatePixelType (int type) in translatePixelType()
/external/opencv/otherlibs/highgui/
Dgrfmt_exr.h77 PixelType m_type;
Dgrfmt_exr.cpp62 #define UINT ((Imf::PixelType)0)
64 #define HALF ((Imf::PixelType)1)
66 #define FLOAT ((Imf::PixelType)2)
595 PixelType type; in WriteImage()