HomeSort by relevance Sort by last modified time
    Searched refs:pDevice (Results 51 - 75 of 326) sorted by null

1 23 4 5 6 7 8 91011>>

  /prebuilts/ndk/r13/sources/third_party/vulkan/src/layers/
swapchain.h 223 SwpDevice *pDevice;
294 SwpDevice *pDevice;
314 SwpDevice *pDevice;
threading.cpp 123 const VkAllocationCallbacks *pAllocator, VkDevice *pDevice) {
138 VkResult result = fpCreateDevice(gpu, pCreateInfo, pAllocator, pDevice);
143 layer_data *my_device_data = get_my_data_ptr(get_dispatch_key(*pDevice), layer_data_map);
147 layer_init_device_dispatch_table(*pDevice, my_device_data->device_dispatch_table, fpGetDeviceProcAddr);
149 my_device_data->report_data = layer_debug_report_create_device(my_instance_data->report_data, *pDevice);
unique_objects.h 200 VkDevice *pDevice) {
215 VkResult result = fpCreateDevice(gpu, pCreateInfo, pAllocator, pDevice);
221 initDeviceTable(*pDevice, fpGetDeviceProcAddr, unique_objects_device_table_map);
223 createDeviceRegisterExtensions(pCreateInfo, *pDevice);
225 layer_data *my_device_data = get_my_data_ptr(get_dispatch_key(*pDevice), layer_data_map);
  /external/pdfium/fpdfsdk/pdfwindow/
PWL_Utils.cpp     [all...]
PWL_ComboBox.h 41 void DrawThisAppearance(CFX_RenderDevice* pDevice,
PWL_ListBox.h 56 void DrawThisAppearance(CFX_RenderDevice* pDevice,
PWL_Wnd.cpp 339 void CPWL_Wnd::DrawAppearance(CFX_RenderDevice* pDevice,
342 DrawThisAppearance(pDevice, pUser2Device);
343 DrawChildAppearance(pDevice, pUser2Device);
347 void CPWL_Wnd::DrawThisAppearance(CFX_RenderDevice* pDevice,
354 CPWL_Utils::DrawFillRect(pDevice, pUser2Device, rcClient,
359 CPWL_Utils::DrawBorder(pDevice, pUser2Device, rectWnd,
367 void CPWL_Wnd::DrawChildAppearance(CFX_RenderDevice* pDevice,
375 pChild->DrawAppearance(pDevice, pUser2Device);
378 pChild->DrawAppearance(pDevice, &mt);
PWL_ScrollBar.h 54 void DrawThisAppearance(CFX_RenderDevice* pDevice,
128 void DrawThisAppearance(CFX_RenderDevice* pDevice,
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/layer-src/threading/
threading.cpp 123 const VkAllocationCallbacks *pAllocator, VkDevice *pDevice) {
138 VkResult result = fpCreateDevice(gpu, pCreateInfo, pAllocator, pDevice);
143 layer_data *my_device_data = get_my_data_ptr(get_dispatch_key(*pDevice), layer_data_map);
147 layer_init_device_dispatch_table(*pDevice, my_device_data->device_dispatch_table, fpGetDeviceProcAddr);
149 my_device_data->report_data = layer_debug_report_create_device(my_instance_data->report_data, *pDevice);
  /frameworks/wilhelm/src/itf/
IEngine.cpp 95 static SLresult IEngine_CreateLEDDevice(SLEngineItf self, SLObjectItf *pDevice, SLuint32 deviceID,
101 if ((NULL == pDevice) || (SL_DEFAULTDEVICEID_LED != deviceID)) {
104 *pDevice = NULL;
121 *pDevice = &thiz->mObject.mItf;
133 static SLresult IEngine_CreateVibraDevice(SLEngineItf self, SLObjectItf *pDevice, SLuint32 deviceID,
139 if ((NULL == pDevice) || (SL_DEFAULTDEVICEID_VIBRA != deviceID)) {
142 *pDevice = NULL;
159 *pDevice = &thiz->mObject.mItf;
    [all...]
  /external/pdfium/fpdfsdk/
cpdfsdk_widgethandler.cpp 93 CFX_RenderDevice* pDevice,
98 pDevice, pUser2Device, CPDF_Annot::Normal, nullptr);
101 m_pFormFiller->OnDraw(pPageView, pAnnot, pDevice, pUser2Device);
cpdfsdk_annothandlermgr.h 48 CFX_RenderDevice* pDevice,
cpdfsdk_baannothandler.h 45 CFX_RenderDevice* pDevice,
ipdfsdk_annothandler.h 44 CFX_RenderDevice* pDevice,
fpdfformfill.cpp 105 std::unique_ptr<CFX_FxgeDevice> pDevice(new CFX_FxgeDevice);
107 pDevice->AttachRecorder(static_cast<SkPictureRecorder*>(recorder));
109 pDevice->Attach(CFXBitmapFromFPDFBitmap(bitmap), false, nullptr, false);
110 pDevice->SaveState();
111 pDevice->SetClip_Rect(clip);
132 pPageView->PageView_OnDraw(pDevice.get(), &matrix, &options, clip);
137 pPageView->PageView_OnDraw(pDevice.get(), &matrix, &options);
140 pDevice->RestoreState(false);
142 pDevice->Flush();
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/UgaIo/
UgaIo.h 178 typedef UGA_STATUS (EFIAPI *PUGA_FW_SERVICE_DISPATCH) (IN PUGA_DEVICE pDevice, IN OUT PUGA_IO_REQUEST pIoRequest);
188 pDevice - pDevice specifies a pointer to a device object associated with a
191 is represented by pDevice being set to NULL.
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
UgaIo.h 141 @param pDevice pDevice specifies a pointer to a device object associated with a
144 is represented by pDevice being set to NULL.
157 IN PUGA_DEVICE pDevice,
  /external/mesa3d/src/gallium/state_trackers/nine/
surface9.h 64 NineSurface9_new( struct NineDevice9 *pDevice,
swapchain9.h 85 NineSwapChain9_new( struct NineDevice9 *pDevice,
pixelshader9.c 202 NinePixelShader9_new( struct NineDevice9 *pDevice,
206 NINE_DEVICE_CHILD_NEW(PixelShader9, ppOut, pDevice, pFunction, cso);
query9.c 309 NineQuery9_new( struct NineDevice9 *pDevice,
313 NINE_DEVICE_CHILD_NEW(Query9, ppOut, pDevice, Type);
  /external/pdfium/core/fpdfdoc/
cpdf_formcontrol.h 57 void DrawControl(CFX_RenderDevice* pDevice,
cpdf_annot.cpp 361 CFX_RenderDevice* pDevice,
382 context.Render(pDevice, pOptions, nullptr);
409 void CPDF_Annot::DrawBorder(CFX_RenderDevice* pDevice,
419 bool bPrinting = pDevice->GetDeviceClass() == FXDC_PRINTER ||
506 pDevice->DrawPath(&path, pUser2Device, &graph_state, argb, argb, fill_type);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dxgi1_2.h 773 IUnknown *pDevice,
781 IUnknown *pDevice,
816 IUnknown *pDevice,
    [all...]
  /external/vulkan-validation-layers/layers/
threading.cpp 130 const VkAllocationCallbacks *pAllocator, VkDevice *pDevice) {
145 VkResult result = fpCreateDevice(gpu, pCreateInfo, pAllocator, pDevice);
150 layer_data *my_device_data = get_my_data_ptr(get_dispatch_key(*pDevice), layer_data_map);
154 layer_init_device_dispatch_table(*pDevice, my_device_data->device_dispatch_table, fpGetDeviceProcAddr);
156 my_device_data->report_data = layer_debug_report_create_device(my_instance_data->report_data, *pDevice);

Completed in 872 milliseconds

1 23 4 5 6 7 8 91011>>