Home
last modified time | relevance | path

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

/external/angle/src/tests/gl_tests/
DD3D11FormatTablesTest.cpp79 bool texSuccess = SUCCEEDED(device->CheckFormatSupport(formatInfo.texFormat, &texSupport)); in TEST_P()
96 SUCCEEDED(device->CheckFormatSupport(formatInfo.srvFormat, &filterSupport)); in TEST_P()
109 SUCCEEDED(device->CheckFormatSupport(formatInfo.dsvFormat, &renderSupport)); in TEST_P()
122 SUCCEEDED(device->CheckFormatSupport(formatInfo.rtvFormat, &renderSupport)); in TEST_P()
DD3DTextureTest.cpp1665 FAILED(mD3D11Device->CheckFormatSupport(format, &formatSupport))); in RunYUVSamplerTest()
1843 FAILED(mD3D11Device->CheckFormatSupport(format, &formatSupport))); in RunYUVRenderTest()
1994 FAILED(mD3D11Device->CheckFormatSupport(format, &formatSupport))); in RunYUVReadPixelTest()
2176 FAILED(mD3D11Device->CheckFormatSupport(format, &formatSupport))); in RunYUVWritePixelTest()
/external/mesa3d/src/gallium/frontends/d3d10umd/
DDevice.cpp56 static void APIENTRY CheckFormatSupport(D3D10DDI_HDEVICE hDevice, DXGI_FORMAT Format,
259 pDeviceFuncs->pfnCheckFormatSupport = CheckFormatSupport; in CreateDevice()
449 CheckFormatSupport(D3D10DDI_HDEVICE hDevice, // IN in CheckFormatSupport() function
/external/angle/src/tests/egl_tests/
DEGLStreamTest.cpp30 result = device->CheckFormatSupport(DXGI_FORMAT_NV12, &formatSupport); in CheckTextureSupport()
/external/angle/src/libANGLE/renderer/d3d/d3d11/
Drenderer11_utils.cpp64 if (SUCCEEDED(mDevice->CheckFormatSupport(dxgiFormat, &formatSupport))) in query()
DRenderer11.cpp360 if (FAILED(device->CheckFormatSupport(format, outSupport))) in PopulateFormatDeviceCaps()