Home
last modified time | relevance | path

Searched refs:PixelFormatInfo (Results 1 - 6 of 6) sorted by relevance

/third_party/vk-gl-cts/framework/platform/win32/
H A DtcuWGL.cpp321 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 in translatePixelType()
[all...]
H A DtcuWGL.hpp50 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);
H A DtcuWGLContextFactory.cpp124 const wgl::PixelFormatInfo info = wglCore.getPixelFormatInfo(deviceCtx, pixelFormat); in WGLContext()
/third_party/mesa3d/src/amd/addrlib/src/core/
H A Daddrelemlib.h155 * PixelFormatInfo
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);
H A Daddrelemlib.cpp407 PixelFormatInfo fmt; in Flt32ToDepthPixel()
473 PixelFormatInfo pixelInfo; in Flt32ToColorPixel()
480 memset(&pixelInfo, 0, sizeof(PixelFormatInfo)); in Flt32ToColorPixel()
555 PixelFormatInfo* pInfo) ///< [in][out] per component info out in GetCompType()
727 PixelFormatInfo* pInfo) ///< [in,out] output per component info in GetCompSwap()
818 PixelFormatInfo* pInfo) ///< [in,out] output per component info in SwapComps()
848 PixelFormatInfo* pInfo ///< [out] output per component info in PixGetColorCompInfo()
983 PixelFormatInfo* pInfo ///< [out] output per component bits and type in PixGetDepthCompInfo()
1087 PixelFormatInfo formatInfo; in PixGetExportNorm()
1640 PixelFormatInfo* pInf in GetCompBits()
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcConfigListWGL.cpp53 const tcu::wgl::PixelFormatInfo fmtInfo = wgl.getPixelFormatInfo(tmpWindow.getDeviceContext(), pixelFormat); in getDefaultWglConfigList()
58 bool isAOSPOk = (fmtInfo.surfaceTypes & tcu::wgl::PixelFormatInfo::SURFACE_WINDOW) && fmtInfo.supportOpenGL && in getDefaultWglConfigList()
59 fmtInfo.pixelType == tcu::wgl::PixelFormatInfo::PIXELTYPE_RGBA; in getDefaultWglConfigList()

Completed in 5 milliseconds