Searched defs:pView (Results 1 - 11 of 11) sorted by relevance

/external/pdfium/core/fpdfapi/page/
H A Dcpdf_page.h67 void SetView(View* pView) { m_pView = pView; } argument
/external/mesa3d/src/intel/vulkan/
H A Danv_image.c468 VkImageView *pView)
630 *pView = anv_image_view_to_handle(iview);
663 VkBufferView *pView)
718 *pView = anv_buffer_view_to_handle(view);
465 anv_CreateImageView(VkDevice _device, const VkImageViewCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkImageView *pView) argument
660 anv_CreateBufferView(VkDevice _device, const VkBufferViewCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkBufferView *pView) argument
/external/mesa3d/src/amd/vulkan/
H A Dradv_image.c971 VkImageView *pView)
983 *pView = radv_image_view_to_handle(view);
1020 VkBufferView *pView)
1032 *pView = radv_buffer_view_to_handle(view);
968 radv_CreateImageView(VkDevice _device, const VkImageViewCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkImageView *pView) argument
1017 radv_CreateBufferView(VkDevice _device, const VkBufferViewCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkBufferView *pView) argument
/external/vulkan-validation-layers/layers/
H A Dimage.cpp468 const VkAllocationCallbacks *pAllocator, VkImageView *pView) {
610 VkResult result = device_data->device_dispatch_table->CreateImageView(device, pCreateInfo, pAllocator, pView);
467 CreateImageView(VkDevice device, const VkImageViewCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkImageView *pView) argument
H A Dobject_tracker.cpp1095 const VkAllocationCallbacks *pAllocator, VkBufferView *pView) {
1108 VkResult result = get_dispatch_table(ot_device_table_map, device)->CreateBufferView(device, pCreateInfo, pAllocator, pView);
1112 CreateObject(device, *pView, VK_DEBUG_REPORT_OBJECT_TYPE_BUFFER_VIEW_EXT, pAllocator);
1187 const VkAllocationCallbacks *pAllocator, VkImageView *pView) {
1200 VkResult result = get_dispatch_table(ot_device_table_map, device)->CreateImageView(device, pCreateInfo, pAllocator, pView);
1204 CreateObject(device, *pView, VK_DEBUG_REPORT_OBJECT_TYPE_IMAGE_VIEW_EXT, pAllocator);
1094 CreateBufferView(VkDevice device, const VkBufferViewCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkBufferView *pView) argument
1186 CreateImageView(VkDevice device, const VkImageViewCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkImageView *pView) argument
H A Dparameter_validation.cpp2428 const VkAllocationCallbacks *pAllocator, VkBufferView *pView) {
2434 skip_call |= parameter_validation_vkCreateBufferView(my_data->report_data, pCreateInfo, pAllocator, pView);
2437 result = get_dispatch_table(pc_device_table_map, device)->CreateBufferView(device, pCreateInfo, pAllocator, pView);
2600 const VkAllocationCallbacks *pAllocator, VkImageView *pView) {
2607 skip_call |= parameter_validation_vkCreateImageView(report_data, pCreateInfo, pAllocator, pView);
2658 result = get_dispatch_table(pc_device_table_map, device)->CreateImageView(device, pCreateInfo, pAllocator, pView);
2427 CreateBufferView(VkDevice device, const VkBufferViewCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkBufferView *pView) argument
2599 CreateImageView(VkDevice device, const VkImageViewCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkImageView *pView) argument
H A Dcore_validation.cpp6424 const VkAllocationCallbacks *pAllocator, VkBufferView *pView) {
6431 VkResult result = dev_data->dispatch_table.CreateBufferView(device, pCreateInfo, pAllocator, pView);
6434 dev_data->bufferViewMap[*pView] = unique_ptr<BUFFER_VIEW_STATE>(new BUFFER_VIEW_STATE(*pView, pCreateInfo));
6518 const VkAllocationCallbacks *pAllocator, VkImageView *pView) {
6525 VkResult result = dev_data->dispatch_table.CreateImageView(device, pCreateInfo, pAllocator, pView);
6528 PostCallRecordCreateImageView(dev_data, pCreateInfo, *pView);
6423 CreateBufferView(VkDevice device, const VkBufferViewCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkBufferView *pView) argument
6517 CreateImageView(VkDevice device, const VkImageViewCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkImageView *pView) argument
/external/vulkan-validation-layers/loader/
H A Dtrampoline.c1318 VkBufferView *pView) {
1323 return disp->CreateBufferView(device, pCreateInfo, pAllocator, pView);
1369 const VkAllocationCallbacks *pAllocator, VkImageView *pView) {
1374 return disp->CreateImageView(device, pCreateInfo, pAllocator, pView);
1316 vkCreateBufferView(VkDevice device, const VkBufferViewCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkBufferView *pView) argument
1368 vkCreateImageView(VkDevice device, const VkImageViewCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkImageView *pView) argument
/external/vulkan-validation-layers/tests/layers/
H A Dwrap_objects.cpp445 VKAPI_ATTR VkResult VKAPI_CALL vkCreateBufferView(VkDevice device, const VkBufferViewCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkBufferView* pView) argument
447 VkResult result = device_dispatch_table(device)->CreateBufferView(device, pCreateInfo, pAllocator, pView);
475 VKAPI_ATTR VkResult VKAPI_CALL vkCreateImageView(VkDevice device, const VkImageViewCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkImageView* pView) argument
477 VkResult result = device_dispatch_table(device)->CreateImageView(device, pCreateInfo, pAllocator, pView);
/external/sqlite/dist/orig/
H A Dsqlite3.c26321 sqlite3TreeViewWith(TreeView *pView, const With *pWith, u8 moreToFollow) argument
26361 sqlite3TreeViewSelect(TreeView *pView, const Select *p, u8 moreToFollow) argument
26473 sqlite3TreeViewExpr(TreeView *pView, const Expr *pExpr, u8 moreToFollow) argument
26733 sqlite3TreeViewBareExprList( TreeView *pView, const ExprList *pList, const char *zLabel ) argument
26755 sqlite3TreeViewExprList( TreeView *pView, const ExprList *pList, u8 moreToFollow, const char *zLabel ) argument
104908 sqlite3MaterializeView( Parse *pParse, Table *pView, Expr *pWhere, int iCur ) argument
[all...]
/external/sqlite/dist/
H A Dsqlite3.c26321 sqlite3TreeViewWith(TreeView *pView, const With *pWith, u8 moreToFollow) argument
26361 sqlite3TreeViewSelect(TreeView *pView, const Select *p, u8 moreToFollow) argument
26473 sqlite3TreeViewExpr(TreeView *pView, const Expr *pExpr, u8 moreToFollow) argument
26733 sqlite3TreeViewBareExprList( TreeView *pView, const ExprList *pList, const char *zLabel ) argument
26755 sqlite3TreeViewExprList( TreeView *pView, const ExprList *pList, u8 moreToFollow, const char *zLabel ) argument
104908 sqlite3MaterializeView( Parse *pParse, Table *pView, Expr *pWhere, int iCur ) argument
[all...]

Completed in 2350 milliseconds