Searched refs:CheckFormatSupport (Results 1 – 6 of 6) sorted by relevance
/external/angle/src/tests/gl_tests/ |
D | D3D11FormatTablesTest.cpp | 79 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()
|
D | D3DTextureTest.cpp | 1665 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/ |
D | Device.cpp | 56 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/ |
D | EGLStreamTest.cpp | 30 result = device->CheckFormatSupport(DXGI_FORMAT_NV12, &formatSupport); in CheckTextureSupport()
|
/external/angle/src/libANGLE/renderer/d3d/d3d11/ |
D | renderer11_utils.cpp | 64 if (SUCCEEDED(mDevice->CheckFormatSupport(dxgiFormat, &formatSupport))) in query()
|
D | Renderer11.cpp | 360 if (FAILED(device->CheckFormatSupport(format, outSupport))) in PopulateFormatDeviceCaps()
|