Home
last modified time | relevance | path

Searched refs:outHandle (Results 1 – 7 of 7) sorted by relevance

/external/minigbm/cros_gralloc/gralloc3/
DCrosGralloc3Allocator.cc35 hidl_handle* outHandle) { in allocate() argument
41 if (!outStride || !outHandle) { in allocate()
76 *outHandle = handle; in allocate()
DCrosGralloc3Allocator.h26 uint32_t* outStride, android::hardware::hidl_handle* outHandle);
/external/minigbm/cros_gralloc/gralloc4/
DCrosGralloc4Allocator.cc34 hidl_handle* outHandle) { in allocate() argument
40 if (!outStride || !outHandle) { in allocate()
75 *outHandle = handle; in allocate()
DCrosGralloc4Allocator.h23 uint32_t* outStride, android::hardware::hidl_handle* outHandle);
/external/angle/src/libANGLE/renderer/gl/wgl/
DDisplayWGL.cpp711 egl::Error DisplayWGL::registerD3DDevice(IUnknown *device, HANDLE *outHandle) in registerD3DDevice() argument
714 ASSERT(outHandle != nullptr); in registerD3DDevice()
720 *outHandle = iter->second.handle; in registerD3DDevice()
737 *outHandle = handle; in registerD3DDevice()
DDisplayWGL.h74 egl::Error registerD3DDevice(IUnknown *device, HANDLE *outHandle);
/external/python/cpython2/Mac/Modules/ctl/
D_Ctlmodule.c1638 MenuHandle outHandle; in CtlObj_GetBevelButtonMenuHandle() local
1645 &outHandle); in CtlObj_GetBevelButtonMenuHandle()
1648 MenuObj_New, outHandle); in CtlObj_GetBevelButtonMenuHandle()