Searched refs:PixelFormatInfo (Results 1 – 6 of 6) sorted by relevance
/third_party/vk-gl-cts/framework/platform/win32/ |
D | tcuWGL.cpp | 321 static PixelFormatInfo::Acceleration translateAcceleration (int accel) in translateAcceleration() 325 case WGL_NO_ACCELERATION_ARB: return PixelFormatInfo::ACCELERATION_NONE; in translateAcceleration() 326 case WGL_GENERIC_ACCELERATION_ARB: return PixelFormatInfo::ACCELERATION_GENERIC; in translateAcceleration() 327 case WGL_FULL_ACCELERATION_ARB: return PixelFormatInfo::ACCELERATION_FULL; in translateAcceleration() 328 default: return PixelFormatInfo::ACCELERATION_UNKNOWN; in translateAcceleration() 332 static PixelFormatInfo::PixelType translatePixelType (int type) in translatePixelType() 336 case WGL_TYPE_RGBA_ARB: return PixelFormatInfo::PIXELTYPE_RGBA; in translatePixelType() 337 case WGL_TYPE_RGBA_FLOAT_ARB: return PixelFormatInfo::PIXELTYPE_RGBA_FLOAT; in translatePixelType() 338 case WGL_TYPE_RGBA_UNSIGNED_FLOAT_EXT: return PixelFormatInfo::PIXELTYPE_RGBA_UNSIGNED_FLOAT; in translatePixelType() 339 case WGL_TYPE_COLORINDEX_ARB: return PixelFormatInfo::PIXELTYPE_COLOR_INDEX; in translatePixelType() [all …]
|
D | tcuWGL.hpp | 50 class PixelFormatInfo class 136 PixelFormatInfo (void) in PixelFormatInfo() function in tcu::wgl::PixelFormatInfo 177 PixelFormatInfo getPixelFormatInfo (HDC deviceCtx, int pixelFormat) const; 231 bool isSupportedByTests (const PixelFormatInfo& pixelFormatInfo);
|
D | tcuWGLContextFactory.cpp | 124 const wgl::PixelFormatInfo info = wglCore.getPixelFormatInfo(deviceCtx, pixelFormat); in WGLContext()
|
/third_party/mesa3d/src/amd/addrlib/src/core/ |
D | addrelemlib.h | 162 struct PixelFormatInfo struct 213 PixelFormatInfo* pInfo) const; 216 AddrDepthFormat format, PixelFormatInfo* pInfo) const; 254 PixelFormatInfo* pInfo, 259 PixelFormatInfo* pInfo); 262 AddrSurfaceSwap swap, PixelFormatInfo* pInfo); 265 UINT_32 c0, UINT_32 c1, PixelFormatInfo* pInfo);
|
D | addrelemlib.cpp | 408 PixelFormatInfo fmt; in Flt32ToDepthPixel() 474 PixelFormatInfo pixelInfo; in Flt32ToColorPixel() 481 memset(&pixelInfo, 0, sizeof(PixelFormatInfo)); in Flt32ToColorPixel() 556 PixelFormatInfo* pInfo) ///< [in][out] per component info out in GetCompType() 728 PixelFormatInfo* pInfo) ///< [in,out] output per component info in GetCompSwap() 819 PixelFormatInfo* pInfo) ///< [in,out] output per component info in SwapComps() 849 PixelFormatInfo* pInfo ///< [out] output per component info in PixGetColorCompInfo() 984 PixelFormatInfo* pInfo ///< [out] output per component bits and type in PixGetDepthCompInfo() 1088 PixelFormatInfo formatInfo; in PixGetExportNorm() 1641 PixelFormatInfo* pInfo, ///< [out] per component info out in GetCompBits()
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
D | glcConfigListWGL.cpp | 53 …const tcu::wgl::PixelFormatInfo fmtInfo = wgl.getPixelFormatInfo(tmpWindow.getDeviceContext(), pi… in getDefaultWglConfigList() 58 …bool isAOSPOk = (fmtInfo.surfaceTypes & tcu::wgl::PixelFormatInfo::SURFACE_WINDOW) && fmtInfo.supp… in getDefaultWglConfigList() 59 fmtInfo.pixelType == tcu::wgl::PixelFormatInfo::PIXELTYPE_RGBA; in getDefaultWglConfigList()
|