| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory/ |
| H A D | vktMemoryAddressBindingTests.cpp | 118 VkDevice device; member 1544 CaseDescription<Device> device; global() member 1668 Unique<VkDevice> device; global() member [all...] |
| H A D | vktMemoryBindingTests.cpp | 67 MemoryMappingRAII(const DeviceInterface& deviceInterface, const VkDevice& device, VkDeviceMemory deviceMemory, VkDeviceSize offset, VkDeviceSize size, VkMemoryMapFlags flags) MemoryMappingRAII() argument 425 createCommandBuffer(const DeviceInterface& vk, VkDevice device, VkCommandPool commandPool) createCommandBuffer() argument
|
| H A D | vktMemoryDeviceMemoryReportTests.cpp | 123 VkDevice device; member 1562 CaseDescription<Device> device; global() member 1702 Unique<VkDevice> device; global() member 2064 checkBufferSupport(const InstanceInterface& vki, VkPhysicalDevice device, VkBufferUsageFlags usage, VkExternalMemoryHandleTypeFlagBits externalMemoryType) checkBufferSupport() argument [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory_model/ |
| H A D | vktMemoryModelMessagePassing.cpp | 1085 const VkDevice device = m_context.getDevice(); in iterate() local [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/ |
| H A D | vktMeshShaderApiTestsEXT.cpp | 356 BufferWithMemoryPtr makeStridedBuffer(const DeviceInterface& vkd, VkDevice device, Allocator& alloc, const std::vector<T>& elements, uint32_t offset, uint32_t stride, VkBufferUsageFlags usage, uint32_t endPadding) in makeStridedBuffer() argument 405 const auto device = m_context.getDevice(); in iterate() local [all...] |
| H A D | vktMeshShaderBuiltinTests.cpp | 172 const auto device = m_context.getDevice(); in iterate() local [all...] |
| H A D | vktMeshShaderBuiltinTestsEXT.cpp | 172 Move<VkRenderPass> createCustomRenderPass (const DeviceInterface& vkd, VkDevice device, VkFormat format, bool multiview, uint32_t numLayers) in createCustomRenderPass() argument 267 const auto device = m_context.getDevice(); in iterate() local [all...] |
| /third_party/skia/third_party/externals/angle2/src/libANGLE/ |
| H A D | Display.cpp | 709 Display *Display::GetDisplayFromDevice(Device *device, const AttributeMap &attribMap) in GetDisplayFromDevice() argument [all...] |
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
| H A D | renderer11_utils.cpp | 49 DXGISupportHelper(ID3D11Device *device, D3D_FEATURE_LEVEL featureLevel) in DXGISupportHelper() argument 1377 void GenerateCaps(ID3D11Device *device, in GenerateCaps() argument 2068 ANGLED3D11DeviceType GetDeviceType(ID3D11Device *device) in GetDeviceType() argument 84 GenerateTextureFormatCaps(gl::Version maxClientVersion, GLenum internalFormat, ID3D11Device *device, const Renderer11DeviceCaps &renderer11DeviceCaps) GenerateTextureFormatCaps() argument
|
| /third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
| H A D | vkNullDriver.cpp | 562 CommandPool (VkDevice device, const VkCommandPoolCreateInfo*) in CommandPool() argument 632 DescriptorPool (VkDevice device, const VkDescriptorPoolCreateInfo* pCreateInfo) in DescriptorPool() argument 703 VKAPI_ATTR PFN_vkVoidFunction VKAPI_CALL getDeviceProcAddr (VkDevice device, const char* pName) in getDeviceProcAddr() argument 708 VKAPI_ATTR VkResult VKAPI_CALL createGraphicsPipelines (VkDevice device, VkPipelineCache, deUint32 count, const VkGraphicsPipelineCreateInfo* pCreateInfos, const VkAllocationCallbacks* pAllocator, VkPipeline* pPipelines) in createGraphicsPipelines() argument 734 VKAPI_ATTR VkResult VKAPI_CALL createComputePipelines (VkDevice device, VkPipelineCache, deUint32 count, const VkComputePipelineCreateInfo* pCreateInfos, const VkAllocationCallbacks* pAllocator, VkPipeline* pPipelines) in createComputePipelines() argument 762 createRayTracingPipelinesNV(VkDevice device, VkPipelineCache, deUint32 count, const VkRayTracingPipelineCreateInfoKHR* pCreateInfos, const VkAllocationCallbacks* pAllocator, VkPipeline* pPipelines) createRayTracingPipelinesNV() argument 788 createRayTracingPipelinesKHR(VkDevice device, VkPipelineCache, deUint32 count, const VkRayTracingPipelineCreateInfoKHR* pCreateInfos, const VkAllocationCallbacks* pAllocator, VkPipeline* pPipelines) createRayTracingPipelinesKHR() argument 814 createShadersEXT(VkDevice device, uint32_t createInfoCount, const VkShaderCreateInfoEXT* pCreateInfos, const VkAllocationCallbacks* pAllocator, VkShaderEXT* pShaders) createShadersEXT() argument 1172 getDeviceQueue(VkDevice device, deUint32 queueFamilyIndex, deUint32 queueIndex, VkQueue* pQueue) getDeviceQueue() argument 1251 allocateMemory(VkDevice device, const VkMemoryAllocateInfo* pAllocateInfo, const VkAllocationCallbacks* pAllocator, VkDeviceMemory* pMemory) allocateMemory() argument 1287 unmapMemory(VkDevice device, VkDeviceMemory memHandle) unmapMemory() argument 1298 getMemoryAndroidHardwareBufferANDROID(VkDevice device, const VkMemoryGetAndroidHardwareBufferInfoANDROID* pInfo, pt::AndroidHardwareBufferPtr* pBuffer) getMemoryAndroidHardwareBufferANDROID() argument 1365 allocateCommandBuffers(VkDevice device, const VkCommandBufferAllocateInfo* pAllocateInfo, VkCommandBuffer* pCommandBuffers) allocateCommandBuffers() argument 1380 freeCommandBuffers(VkDevice device, VkCommandPool commandPool, deUint32 commandBufferCount, const VkCommandBuffer* pCommandBuffers) freeCommandBuffers() argument 1397 createSharedSwapchainsKHR(VkDevice device, deUint32 swapchainCount, const VkSwapchainCreateInfoKHR* pCreateInfos, const VkAllocationCallbacks* pAllocator, VkSwapchainKHR* pSwapchains) createSharedSwapchainsKHR() argument [all...] |
| /third_party/vk-gl-cts/external/amber/src/src/dawn/ |
| H A D | engine_dawn.cc | 146 Result MakeTexture(const ::dawn::Device& device, in MakeTexture() argument 175 ::dawn::Texture MakeDawnTexture(const ::dawn::Device& device, in MakeDawnTexture() argument 247 MapBuffer(const ::dawn::Device& device, const ::dawn::Buffer& buf) MapBuffer() argument 301 MapDeviceTextureToHostBuffer( const RenderPipelineInfo& render_pipeline, const ::dawn::Device& device) MapDeviceTextureToHostBuffer() argument 364 MapDeviceBufferToHostBuffer( const ComputePipelineInfo& compute_pipeline, const ::dawn::Device& device) MapDeviceBufferToHostBuffer() argument 407 CreateBufferFromData(const ::dawn::Device& device, const void* data, uint64_t size, ::dawn::BufferUsage usage) CreateBufferFromData() argument 459 MakeBindGroup( const ::dawn::Device& device, const ::dawn::BindGroupLayout& layout, const std::vector<BindingInitializationHelper>& bindingsInitializer) MakeBindGroup() argument 478 MakeBindGroupLayout( const ::dawn::Device& device, const std::vector<::dawn::BindGroupLayoutBinding>& bindingsInitializer) MakeBindGroupLayout() argument 498 MakeBasicPipelineLayout( const ::dawn::Device& device, std::vector<::dawn::BindGroupLayout> bindingInitializer) MakeBasicPipelineLayout() argument 929 CreateRenderPipelineDescriptor( const RenderPipelineInfo& render_pipeline, const ::dawn::Device& device, const bool ignore_vertex_and_Index_buffers, const PipelineData* pipeline_data) CreateRenderPipelineDescriptor() argument 1170 CreateRenderPassDescriptor( const RenderPipelineInfo& render_pipeline, const ::dawn::Device& device, const std::vector<::dawn::TextureView>& texture_view, const ::dawn::LoadOp load_op) CreateRenderPassDescriptor() argument [all...] |
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
| H A D | vk_utils.cpp | 596 VkDevice device = renderer->getDevice(); in destroy() local 684 VkDevice device in InitMappableDeviceMemory() local 824 VkDevice device = renderer->getDevice(); destroy() local 1112 InitTransformFeedbackEXTFunctions(VkDevice device) InitTransformFeedbackEXTFunctions() argument 1123 InitSamplerYcbcrKHRFunctions(VkDevice device) InitSamplerYcbcrKHRFunctions() argument 1130 InitRenderPass2KHRFunctions(VkDevice device) InitRenderPass2KHRFunctions() argument 1173 InitGetMemoryRequirements2KHRFunctions(VkDevice device) InitGetMemoryRequirements2KHRFunctions() argument 1180 InitBindMemory2KHRFunctions(VkDevice device) InitBindMemory2KHRFunctions() argument 1206 InitGetSwapchainStatusKHRFunctions(VkDevice device) InitGetSwapchainStatusKHRFunctions() argument [all...] |
| H A D | vk_wrapper.h | 637 destroy(VkDevice device) destroy() argument 646 reset(VkDevice device, VkCommandPoolResetFlags flags) reset() argument 652 freeCommandBuffers(VkDevice device, uint32_t commandBufferCount, const VkCommandBuffer *commandBuffers) freeCommandBuffers() argument 660 init(VkDevice device, const VkCommandPoolCreateInfo &createInfo) init() argument 677 init(VkDevice device, const VkCommandBufferAllocateInfo &createInfo) init() argument 759 destroy(VkDevice device) destroy() argument 764 destroy(VkDevice device, const vk::CommandPool &commandPool) destroy() argument 1163 destroy(VkDevice device) destroy() argument 1172 init(VkDevice device, const VkImageCreateInfo &createInfo) init() argument 1178 getMemoryRequirements(VkDevice device, VkMemoryRequirements *requirementsOut) const getMemoryRequirements() argument 1185 bindMemory(VkDevice device, const vk::DeviceMemory &deviceMemory) bindMemory() argument 1191 bindMemory2(VkDevice device, const VkBindImageMemoryInfoKHR &bindInfo) bindMemory2() argument 1197 getSubresourceLayout(VkDevice device, VkImageAspectFlagBits aspectMask, uint32_t mipLevel, uint32_t arrayLayer, VkSubresourceLayout *outSubresourceLayout) const getSubresourceLayout() argument 1212 destroy(VkDevice device) destroy() argument 1221 init(VkDevice device, const VkImageViewCreateInfo &createInfo) init() argument 1227 destroy(VkDevice device) destroy() argument 1236 init(VkDevice device) init() argument 1247 init(VkDevice device, const VkSemaphoreCreateInfo &createInfo) init() argument 1253 importFd(VkDevice device, const VkImportSemaphoreFdInfoKHR &importFdInfo) const importFd() argument 1261 destroy(VkDevice device) destroy() argument 1270 init(VkDevice device, const VkFramebufferCreateInfo &createInfo) init() argument 1282 destroy(VkDevice device) destroy() argument 1291 allocate(VkDevice device, const VkMemoryAllocateInfo &allocInfo) allocate() argument 1297 map(VkDevice device, VkDeviceSize offset, VkDeviceSize size, VkMemoryMapFlags flags, uint8_t **mapPointer) const map() argument 1314 flush(VkDevice device, VkMappedMemoryRange &memRange) flush() argument 1319 invalidate(VkDevice device, VkMappedMemoryRange &memRange) invalidate() argument 1334 init(VkPhysicalDevice physicalDevice, VkDevice device, VkInstance instance, uint32_t apiVersion, VkDeviceSize preferredLargeHeapBlockSize) init() argument 1396 destroy(VkDevice device) destroy() argument 1405 init(VkDevice device, const VkRenderPassCreateInfo &createInfo) init() argument 1411 init2(VkDevice device, const VkRenderPassCreateInfo2 &createInfo) init2() argument 1418 destroy(VkDevice device) destroy() argument 1427 init(VkDevice device, const VkBufferCreateInfo &createInfo) init() argument 1433 bindMemory(VkDevice device, const DeviceMemory &deviceMemory) bindMemory() argument 1439 getMemoryRequirements(VkDevice device, VkMemoryRequirements *memoryRequirementsOut) getMemoryRequirements() argument 1447 destroy(VkDevice device) destroy() argument 1456 init(VkDevice device, const VkBufferViewCreateInfo &createInfo) init() argument 1463 destroy(VkDevice device) destroy() argument 1472 init(VkDevice device, const VkShaderModuleCreateInfo &createInfo) init() argument 1480 destroy(VkDevice device) destroy() argument 1489 init(VkDevice device, const VkPipelineLayoutCreateInfo &createInfo) init() argument 1497 destroy(VkDevice device) destroy() argument 1506 init(VkDevice device, const VkPipelineCacheCreateInfo &createInfo) init() argument 1515 merge(VkDevice device, VkPipelineCache dstCache, uint32_t srcCacheCount, const VkPipelineCache *srcCaches) merge() argument 1524 getCacheData(VkDevice device, size_t *cacheSize, void *cacheData) getCacheData() argument 1540 destroy(VkDevice device) destroy() argument 1549 initGraphics(VkDevice device, const VkGraphicsPipelineCreateInfo &createInfo, const PipelineCache &pipelineCacheVk) initGraphics() argument 1558 initCompute(VkDevice device, const VkComputePipelineCreateInfo &createInfo, const PipelineCache &pipelineCacheVk) initCompute() argument 1568 destroy(VkDevice device) destroy() argument 1577 init(VkDevice device, const VkDescriptorSetLayoutCreateInfo &createInfo) init() argument 1585 destroy(VkDevice device) destroy() argument 1594 init(VkDevice device, const VkDescriptorPoolCreateInfo &createInfo) init() argument 1602 allocateDescriptorSets(VkDevice device, const VkDescriptorSetAllocateInfo &allocInfo, VkDescriptorSet *descriptorSetsOut) allocateDescriptorSets() argument 1610 freeDescriptorSets(VkDevice device, uint32_t descriptorSetCount, const VkDescriptorSet *descriptorSets) freeDescriptorSets() argument 1620 destroy(VkDevice device) destroy() argument 1629 init(VkDevice device, const VkSamplerCreateInfo &createInfo) init() argument 1636 destroy(VkDevice device) destroy() argument 1646 init(VkDevice device, const VkSamplerYcbcrConversionCreateInfo &createInfo) init() argument 1653 destroy(VkDevice device) destroy() argument 1662 init(VkDevice device, const VkEventCreateInfo &createInfo) init() argument 1687 destroy(VkDevice device) destroy() argument 1696 init(VkDevice device, const VkFenceCreateInfo &createInfo) init() argument 1702 reset(VkDevice device) reset() argument 1714 wait(VkDevice device, uint64_t timeout) const wait() argument 1720 importFd(VkDevice device, const VkImportFenceFdInfoKHR &importFenceFdInfo) const importFd() argument 1727 exportFd(VkDevice device, const VkFenceGetFdInfoKHR &fenceGetFdInfo, int *fdOut) const exportFd() argument 1736 destroy(VkDevice device) destroy() argument 1745 init(VkDevice device, const VkQueryPoolCreateInfo &createInfo) init() argument 1751 getResults(VkDevice device, uint32_t firstQuery, uint32_t queryCount, size_t dataSize, void *data, VkDeviceSize stride, VkQueryResultFlags flags) const getResults() argument [all...] |
| H A D | vk_utils.h | 293 void destroy(VkDevice device) in destroy() argument 509 DeviceScoped(VkDevice device) : mDevice(device) {} in DeviceScoped() argument 663 void set(VkDevice device, RefCounted<T> *refCounted) in set() argument 692 void assign(VkDevice device, T &&newObject) in assign() argument 697 void copy(VkDevice device, const Shared<T> &other) { set(device, othe argument 701 reset(VkDevice device) reset() argument 775 destroy(VkDevice device) destroy() argument [all...] |
| H A D | SurfaceVk.cpp | 510 void SwapchainCleanupData::destroy(VkDevice device, vk::Recycler<vk::Semaphore> *semaphoreRecycler) in destroy() argument 595 VkDevice device = renderer->getDevice(); in destroy() local 1079 VkDevice device = renderer->getDevice(); createSwapChain() local 1355 VkDevice device = displayVk->getDevice(); destroySwapChainImages() local 1694 VkDevice device = context->getDevice(); acquireNextSwapchainImage() local [all...] |
| /third_party/skia/third_party/externals/angle2/src/libEGL/ |
| H A D | libEGL_autogen.cpp | 481 EGLBoolean EGLAPIENTRY eglReleaseDeviceANGLE(EGLDeviceEXT device) in eglReleaseDeviceANGLE() argument 624 EGLBoolean EGLAPIENTRY eglQueryDeviceAttribEXT(EGLDeviceEXT device, in eglQueryDeviceAttribEXT() argument 632 const char *EGLAPIENTRY eglQueryDeviceStringEXT(EGLDeviceEXT device, EGLint name) in eglQueryDeviceStringEXT() argument
|
| /third_party/skia/src/gpu/v1/ |
| H A D | Device.cpp | 739 void Device::drawDevice(SkBaseDevice* device, in drawDevice() argument
|
| /third_party/skia/src/gpu/dawn/ |
| H A D | GrDawnGpu.cpp | 48 Fence(const wgpu::Device& device) in Fence() argument 111 sk_sp<GrGpu> GrDawnGpu::Make(const wgpu::Device& device, in Make() argument 122 GrDawnGpu(GrDirectContext* direct, const GrContextOptions& options, const wgpu::Device& device) GrDawnGpu() argument 412 wgpu::Device device = this->device(); onClearBackendTexture() local [all...] |
| /third_party/skia/src/core/ |
| H A D | SkCanvas.cpp | 197 SkCanvas::Layer::Layer(sk_sp<SkBaseDevice> device, in Layer() argument 210 SkCanvas::MCRec::MCRec(SkBaseDevice* device) : fDevice(device) { in MCRec() argument 230 void SkCanvas::MCRec::reset(SkBaseDevice* device) { in reset() argument 395 init(sk_sp<SkBaseDevice> device) init() argument 443 SkCanvas(sk_sp<SkBaseDevice> device) SkCanvas() argument 556 SkBaseDevice* device = this->baseDevice(); writePixels() local 1157 SkBaseDevice* device = this->topDevice(); internalSaveBehind() local [all...] |
| /third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
| H A D | Context.h | 743 Device *device; member in es2::Context
|
| H A D | Program.cpp | 1089 void Program::applyUniforms(Device *device) in applyUniforms() argument 1162 applyUniformBuffers(Device *device, BufferBinding* uniformBuffers) applyUniformBuffers() argument 1215 applyTransformFeedback(Device *device, TransformFeedback* transformFeedback) applyTransformFeedback() argument 2104 applyUniform(Device *device, GLint location, float* data) applyUniform() argument 2121 applyUniform1bv(Device *device, GLint location, GLsizei count, const GLboolean *v) applyUniform1bv() argument 2138 applyUniform2bv(Device *device, GLint location, GLsizei count, const GLboolean *v) applyUniform2bv() argument 2155 applyUniform3bv(Device *device, GLint location, GLsizei count, const GLboolean *v) applyUniform3bv() argument 2172 applyUniform4bv(Device *device, GLint location, GLsizei count, const GLboolean *v) applyUniform4bv() argument 2189 applyUniform1fv(Device *device, GLint location, GLsizei count, const GLfloat *v) applyUniform1fv() argument 2206 applyUniform2fv(Device *device, GLint location, GLsizei count, const GLfloat *v) applyUniform2fv() argument 2223 applyUniform3fv(Device *device, GLint location, GLsizei count, const GLfloat *v) applyUniform3fv() argument 2240 applyUniform4fv(Device *device, GLint location, GLsizei count, const GLfloat *v) applyUniform4fv() argument 2245 applyUniformMatrix2fv(Device *device, GLint location, GLsizei count, const GLfloat *value) applyUniformMatrix2fv() argument 2260 applyUniformMatrix2x3fv(Device *device, GLint location, GLsizei count, const GLfloat *value) applyUniformMatrix2x3fv() argument 2275 applyUniformMatrix2x4fv(Device *device, GLint location, GLsizei count, const GLfloat *value) applyUniformMatrix2x4fv() argument 2290 applyUniformMatrix3fv(Device *device, GLint location, GLsizei count, const GLfloat *value) applyUniformMatrix3fv() argument 2306 applyUniformMatrix3x2fv(Device *device, GLint location, GLsizei count, const GLfloat *value) applyUniformMatrix3x2fv() argument 2322 applyUniformMatrix3x4fv(Device *device, GLint location, GLsizei count, const GLfloat *value) applyUniformMatrix3x4fv() argument 2338 applyUniformMatrix4fv(Device *device, GLint location, GLsizei count, const GLfloat *value) applyUniformMatrix4fv() argument 2343 applyUniformMatrix4x2fv(Device *device, GLint location, GLsizei count, const GLfloat *value) applyUniformMatrix4x2fv() argument 2360 applyUniformMatrix4x3fv(Device *device, GLint location, GLsizei count, const GLfloat *value) applyUniformMatrix4x3fv() argument 2377 applyUniform1iv(Device *device, GLint location, GLsizei count, const GLint *v) applyUniform1iv() argument 2428 applyUniform2iv(Device *device, GLint location, GLsizei count, const GLint *v) applyUniform2iv() argument 2445 applyUniform3iv(Device *device, GLint location, GLsizei count, const GLint *v) applyUniform3iv() argument 2462 applyUniform4iv(Device *device, GLint location, GLsizei count, const GLint *v) applyUniform4iv() argument 2479 applyUniform1uiv(Device *device, GLint location, GLsizei count, const GLuint *v) applyUniform1uiv() argument 2530 applyUniform2uiv(Device *device, GLint location, GLsizei count, const GLuint *v) applyUniform2uiv() argument 2547 applyUniform3uiv(Device *device, GLint location, GLsizei count, const GLuint *v) applyUniform3uiv() argument 2564 applyUniform4uiv(Device *device, GLint location, GLsizei count, const GLuint *v) applyUniform4uiv() argument [all...] |
| /third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
| H A D | VkCommandBuffer.cpp | 1220 CommandBuffer::CommandBuffer(Device *device, VkCommandBufferLevel pLevel) in CommandBuffer() argument
|
| H A D | VkImage.cpp | 176 Image::Image(const VkImageCreateInfo *pCreateInfo, void *mem, Device *device) in Image() argument [all...] |
| /third_party/skia/third_party/externals/imgui/backends/ |
| H A D | imgui_impl_vulkan.cpp | 695 static void ImGui_ImplVulkan_CreateShaderModules(VkDevice device, const VkAllocationCallbacks* allocator) in ImGui_ImplVulkan_CreateShaderModules() argument 719 static void ImGui_ImplVulkan_CreateFontSampler(VkDevice device, cons argument 740 ImGui_ImplVulkan_CreateDescriptorSetLayout(VkDevice device, const VkAllocationCallbacks* allocator) ImGui_ImplVulkan_CreateDescriptorSetLayout() argument 761 ImGui_ImplVulkan_CreatePipelineLayout(VkDevice device, const VkAllocationCallbacks* allocator) ImGui_ImplVulkan_CreatePipelineLayout() argument 784 ImGui_ImplVulkan_CreatePipeline(VkDevice device, const VkAllocationCallbacks* allocator, VkPipelineCache pipelineCache, VkRenderPass renderPass, VkSampleCountFlagBits MSAASamples, VkPipeline* pipeline, uint32_t subpass) ImGui_ImplVulkan_CreatePipeline() argument 1167 ImGui_ImplVulkanH_CreateWindowCommandBuffers(VkPhysicalDevice physical_device, VkDevice device, ImGui_ImplVulkanH_Window* wd, uint32_t queue_family, const VkAllocationCallbacks* allocator) ImGui_ImplVulkanH_CreateWindowCommandBuffers() argument 1227 ImGui_ImplVulkanH_CreateWindowSwapChain(VkPhysicalDevice physical_device, VkDevice device, ImGui_ImplVulkanH_Window* wd, const VkAllocationCallbacks* allocator, int w, int h, uint32_t min_image_count) ImGui_ImplVulkanH_CreateWindowSwapChain() argument 1395 ImGui_ImplVulkanH_CreateOrResizeWindow(VkInstance instance, VkPhysicalDevice physical_device, VkDevice device, ImGui_ImplVulkanH_Window* wd, uint32_t queue_family, const VkAllocationCallbacks* allocator, int width, int height, uint32_t min_image_count) ImGui_ImplVulkanH_CreateOrResizeWindow() argument 1403 ImGui_ImplVulkanH_DestroyWindow(VkInstance instance, VkDevice device, ImGui_ImplVulkanH_Window* wd, const VkAllocationCallbacks* allocator) ImGui_ImplVulkanH_DestroyWindow() argument 1425 ImGui_ImplVulkanH_DestroyFrame(VkDevice device, ImGui_ImplVulkanH_Frame* fd, const VkAllocationCallbacks* allocator) ImGui_ImplVulkanH_DestroyFrame() argument 1438 ImGui_ImplVulkanH_DestroyFrameSemaphores(VkDevice device, ImGui_ImplVulkanH_FrameSemaphores* fsd, const VkAllocationCallbacks* allocator) ImGui_ImplVulkanH_DestroyFrameSemaphores() argument 1445 ImGui_ImplVulkanH_DestroyFrameRenderBuffers(VkDevice device, ImGui_ImplVulkanH_FrameRenderBuffers* buffers, const VkAllocationCallbacks* allocator) ImGui_ImplVulkanH_DestroyFrameRenderBuffers() argument 1455 ImGui_ImplVulkanH_DestroyWindowRenderBuffers(VkDevice device, ImGui_ImplVulkanH_WindowRenderBuffers* buffers, const VkAllocationCallbacks* allocator) ImGui_ImplVulkanH_DestroyWindowRenderBuffers() argument [all...] |
| /third_party/skia/third_party/externals/angle2/src/tests/test_utils/ |
| H A D | ANGLETest.cpp | 1261 EGLAttrib device = 0; in checkD3D11SDKLayersMessages() local
|