Home
last modified time | relevance | path

Searched refs:outSupport (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/include/android_stub/system/
Dwindow.h990 struct ANativeWindow* window, bool* outSupport) { in native_window_get_wide_color_support() argument
992 outSupport); in native_window_get_wide_color_support()
996 bool* outSupport) { in native_window_get_hdr_support() argument
997 return window->perform(window, NATIVE_WINDOW_GET_HDR_SUPPORT, outSupport); in native_window_get_hdr_support()
/external/angle/src/libANGLE/renderer/d3d/d3d11/
DRenderer11.cpp355 UINT *outSupport, in PopulateFormatDeviceCaps() argument
358 if (FAILED(device->CheckFormatSupport(format, outSupport))) in PopulateFormatDeviceCaps()
360 *outSupport = 0; in PopulateFormatDeviceCaps()