Home
last modified time | relevance | path

Searched refs:CheckFormatSupport (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DD3D11FormatTablesTest.cpp72 bool texSuccess = SUCCEEDED(device->CheckFormatSupport(formatInfo.texFormat, &texSupport)); in TEST_P()
89 SUCCEEDED(device->CheckFormatSupport(formatInfo.srvFormat, &filterSupport)); in TEST_P()
102 SUCCEEDED(device->CheckFormatSupport(formatInfo.dsvFormat, &renderSupport)); in TEST_P()
115 SUCCEEDED(device->CheckFormatSupport(formatInfo.rtvFormat, &renderSupport)); in TEST_P()
DD3DTextureTest.cpp1627 FAILED(mD3D11Device->CheckFormatSupport(format, &formatSupport))); in RunYUVTest()
/third_party/mesa3d/src/gallium/frontends/d3d10umd/
DDevice.cpp56 static void APIENTRY CheckFormatSupport(D3D10DDI_HDEVICE hDevice, DXGI_FORMAT Format,
258 pDeviceFuncs->pfnCheckFormatSupport = CheckFormatSupport; in CreateDevice()
447 CheckFormatSupport(D3D10DDI_HDEVICE hDevice, // IN in CheckFormatSupport() function
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/
DEGLStreamTest.cpp30 result = device->CheckFormatSupport(DXGI_FORMAT_NV12, &formatSupport); in CheckTextureSupport()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
Drenderer11_utils.cpp65 if (SUCCEEDED(mDevice->CheckFormatSupport(dxgiFormat, &formatSupport))) in query()
DRenderer11.cpp358 if (FAILED(device->CheckFormatSupport(format, outSupport))) in PopulateFormatDeviceCaps()