Home
last modified time | relevance | path

Searched defs:device (Results 1076 - 1100 of 1890) sorted by relevance

1...<<41424344454647484950>>...76

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/
H A DvktMeshShaderProvokingVertexTestsEXT.cpp273 const auto device = m_context.getDevice(); in iterate() local
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
H A DSwapChain11.cpp190 ID3D11Device *device = mRenderer->getDevice(); in resetOffscreenColorBuffer() local
468 ID3D11Device *device = mRenderer->getDevice(); in resize() local
601 ID3D11Device *device = mRenderer->getDevice(); in reset() local
685 ID3D11Device *device = mRenderer->getDevice(); initPassThroughResources() local
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
H A DImage9.cpp275 IDirect3DDevice9 *device = mRenderer->getDevice(); in createSurface() local
445 IDirect3DDevice9 *device = mRenderer->getDevice(); in copyToSurface() local
570 IDirect3DDevice9 *device = mRenderer->getDevice(); in copyFromRTInternal() local
H A Drenderer9_utils.cpp497 GenerateCaps(IDirect3D9 *d3d9, IDirect3DDevice9 *device, D3DDEVTYPE deviceType, UINT adapter, gl::Caps *caps, gl::TextureCapsMap *textureCapsMap, gl::Extensions *extensions, gl::Limitations *limitations) GenerateCaps() argument
H A DBlit9.cpp93 IDirect3DDevice9 *device = mRenderer->getDevice(); in initialize() local
129 IDirect3DDevice9 *device = mRenderer->getDevice(); in setShader() local
196 IDirect3DDevice9 *device = mRenderer->getDevice(); in boxFilter() local
340 IDirect3DDevice9 *device = mRenderer->getDevice(); copy() local
397 IDirect3DDevice9 *device = mRenderer->getDevice(); formatConvert() local
589 IDirect3DDevice9 *device = mRenderer->getDevice(); copySurfaceToTexture() local
618 IDirect3DDevice9 *device = mRenderer->getDevice(); setViewportAndShaderConstants() local
649 IDirect3DDevice9 *device = mRenderer->getDevice(); setCommonBlitState() local
682 IDirect3DDevice9 *device = mRenderer->getDevice(); render() local
693 IDirect3DDevice9 *device = mRenderer->getDevice(); saveState() local
745 IDirect3DDevice9 *device = mRenderer->getDevice(); restoreState() local
[all...]
H A DStateManager9.cpp567 IDirect3DDevice9 *device = mRenderer9->getDevice(); in setDepthFunc() local
587 IDirect3DDevice9 *device = mRenderer9->getDevice(); in setStencilOpsFront() local
605 IDirect3DDevice9 *device = mRenderer9->getDevice(); setStencilOpsBack() local
632 IDirect3DDevice9 *device = mRenderer9->getDevice(); setStencilFuncsBack() local
658 IDirect3DDevice9 *device = mRenderer9->getDevice(); setStencilFuncsFront() local
792 IDirect3DDevice9 *device = mRenderer9->getDevice(); setColorMask() local
828 IDirect3DDevice9 *device = mRenderer9->getDevice(); setSampleMask() local
861 IDirect3DDevice9 *device = mRenderer9->getDevice(); setDepthBias() local
870 IDirect3DDevice9 *device = mRenderer9->getDevice(); setDepthBias() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkPlatform.cpp166 VkResult DeviceDriver::createShaderModule (VkDevice device, in createShaderModule() argument
208 void DeviceDriverSC::destroyDeviceHandler (VkDevice device, in destroyDeviceHandler() argument
215 VkResult DeviceDriverSC::createDescriptorSetLayoutHandlerNorm (VkDevice device, in createDescriptorSetLayoutHandlerNorm() argument
147 DeviceDriver(const PlatformInterface& platformInterface, VkInstance instance, VkDevice device, uint32_t usedApiVersion) DeviceDriver() argument
182 DeviceDriverSC(const PlatformInterface& platformInterface, VkInstance instance, VkDevice device, const tcu::CommandLine& cmdLine, de::SharedPtr<vk::ResourceInterface> resourceInterface, const VkPhysicalDeviceVulkanSC10Properties& physicalDeviceVulkanSC10Properties, const VkPhysicalDeviceProperties& physicalDeviceProperties, const uint32_t usedApiVersion) DeviceDriverSC() argument
226 createDescriptorSetLayoutHandlerStat(VkDevice device, const VkDescriptorSetLayoutCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkDescriptorSetLayout* pSetLayout) const createDescriptorSetLayoutHandlerStat() argument
253 destroyDescriptorSetLayoutHandler(VkDevice device, VkDescriptorSetLayout descriptorSetLayout, const VkAllocationCallbacks* pAllocator) const destroyDescriptorSetLayoutHandler() argument
270 allocateDescriptorSetsHandlerStat(VkDevice device, const VkDescriptorSetAllocateInfo* pAllocateInfo, VkDescriptorSet* pDescriptorSets) const allocateDescriptorSetsHandlerStat() argument
284 freeDescriptorSetsHandlerStat(VkDevice device, VkDescriptorPool descriptorPool, uint32_t descriptorSetCount, const VkDescriptorSet* pDescriptorSets) const freeDescriptorSetsHandlerStat() argument
299 resetDescriptorPoolHandlerStat(VkDevice device, VkDescriptorPool descriptorPool, VkDescriptorPoolResetFlags flags) const resetDescriptorPoolHandlerStat() argument
321 createImageViewHandler(VkDevice device, const VkImageViewCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkImageView* pView) const createImageViewHandler() argument
359 destroyImageViewHandler(VkDevice device, VkImageView imageView, const VkAllocationCallbacks* pAllocator) const destroyImageViewHandler() argument
377 createQueryPoolHandler(VkDevice device, const VkQueryPoolCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkQueryPool* pQueryPool) const createQueryPoolHandler() argument
405 createPipelineLayoutHandlerNorm(VkDevice device, const VkPipelineLayoutCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkPipelineLayout* pPipelineLayout) const createPipelineLayoutHandlerNorm() argument
416 createPipelineLayoutHandlerStat(VkDevice device, const VkPipelineLayoutCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkPipelineLayout* pPipelineLayout) const createPipelineLayoutHandlerStat() argument
428 createGraphicsPipelinesHandlerNorm(VkDevice device, VkPipelineCache pipelineCache, deUint32 createInfoCount, const VkGraphicsPipelineCreateInfo* pCreateInfos, const VkAllocationCallbacks* pAllocator, VkPipeline* pPipelines) const createGraphicsPipelinesHandlerNorm() argument
439 createGraphicsPipelinesHandlerStat(VkDevice device, VkPipelineCache pipelineCache, deUint32 createInfoCount, const VkGraphicsPipelineCreateInfo* pCreateInfos, const VkAllocationCallbacks* pAllocator, VkPipeline* pPipelines) const createGraphicsPipelinesHandlerStat() argument
461 createComputePipelinesHandlerNorm(VkDevice device, VkPipelineCache pipelineCache, deUint32 createInfoCount, const VkComputePipelineCreateInfo* pCreateInfos, const VkAllocationCallbacks* pAllocator, VkPipeline* pPipelines) const createComputePipelinesHandlerNorm() argument
472 createComputePipelinesHandlerStat(VkDevice device, VkPipelineCache pipelineCache, deUint32 createInfoCount, const VkComputePipelineCreateInfo* pCreateInfos, const VkAllocationCallbacks* pAllocator, VkPipeline* pPipelines) const createComputePipelinesHandlerStat() argument
494 destroyPipelineHandler(VkDevice device, VkPipeline pipeline, const VkAllocationCallbacks* pAllocator) const destroyPipelineHandler() argument
520 createFramebufferHandlerNorm(VkDevice device, const VkFramebufferCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkFramebuffer* pFramebuffer) const createFramebufferHandlerNorm() argument
531 createFramebufferHandlerStat(VkDevice device, const VkFramebufferCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkFramebuffer* pFramebuffer) const createFramebufferHandlerStat() argument
546 createRenderPassHandlerNorm(VkDevice device, const VkRenderPassCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkRenderPass* pRenderPass) const createRenderPassHandlerNorm() argument
562 createRenderPassHandlerStat(VkDevice device, const VkRenderPassCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkRenderPass* pRenderPass) const createRenderPassHandlerStat() argument
586 createRenderPass2HandlerNorm(VkDevice device, const VkRenderPassCreateInfo2* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkRenderPass* pRenderPass) const createRenderPass2HandlerNorm() argument
602 createRenderPass2HandlerStat(VkDevice device, const VkRenderPassCreateInfo2* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkRenderPass* pRenderPass) const createRenderPass2HandlerStat() argument
626 destroyRenderPassHandler(VkDevice device, VkRenderPass renderPass, const VkAllocationCallbacks* pAllocator) const destroyRenderPassHandler() argument
654 createSamplerHandlerNorm(VkDevice device, const VkSamplerCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSampler* pSampler) const createSamplerHandlerNorm() argument
665 createSamplerHandlerStat(VkDevice device, const VkSamplerCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSampler* pSampler) const createSamplerHandlerStat() argument
677 createSamplerYcbcrConversionHandlerNorm(VkDevice device, const VkSamplerYcbcrConversionCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSamplerYcbcrConversion* pYcbcrConversion) const createSamplerYcbcrConversionHandlerNorm() argument
688 createSamplerYcbcrConversionHandlerStat(VkDevice device, const VkSamplerYcbcrConversionCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSamplerYcbcrConversion* pYcbcrConversion) const createSamplerYcbcrConversionHandlerStat() argument
700 getDescriptorSetLayoutSupportHandler(VkDevice device, const VkDescriptorSetLayoutCreateInfo* pCreateInfo, VkDescriptorSetLayoutSupport* pSupport) const getDescriptorSetLayoutSupportHandler() argument
712 createShaderModule(VkDevice device, const VkShaderModuleCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkShaderModule* pShaderModule) const createShaderModule() argument
721 createCommandPoolHandlerNorm(VkDevice device, const VkCommandPoolCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkCommandPool* pCommandPool) const createCommandPoolHandlerNorm() argument
753 resetCommandPoolHandlerNorm(VkDevice device, VkCommandPool commandPool, VkCommandPoolResetFlags flags) const resetCommandPoolHandlerNorm() argument
760 createCommandPoolHandlerStat(VkDevice device, const VkCommandPoolCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkCommandPool* pCommandPool) const createCommandPoolHandlerStat() argument
783 resetCommandPoolHandlerStat(VkDevice device, VkCommandPool commandPool, VkCommandPoolResetFlags flags) const resetCommandPoolHandlerStat() argument
790 allocateCommandBuffersHandler(VkDevice device, const VkCommandBufferAllocateInfo* pAllocateInfo, VkCommandBuffer* pCommandBuffers) const allocateCommandBuffersHandler() argument
801 freeCommandBuffersHandler(VkDevice device, VkCommandPool commandPool, deUint32 commandBufferCount, const VkCommandBuffer* pCommandBuffers) const freeCommandBuffersHandler() argument
[all...]
/third_party/vk-gl-cts/external/amber/src/src/vulkan/
H A Ddevice.cc400 Device(VkInstance instance, VkPhysicalDevice physical_device, uint32_t queue_family_index, VkDevice device, VkQueue queue) Device() argument
H A Dgraphics_pipeline.cc389 GraphicsPipeline( Device* device, const std::vector<amber::Pipeline::BufferInfo>& color_buffers, amber::Pipeline::BufferInfo depth_stencil_buffer, const std::vector<amber::Pipeline::BufferInfo>& resolve_targets, uint32_t fence_timeout_ms, const std::vector<VkPipelineShaderStageCreateInfo>& shader_stage_info) GraphicsPipeline() argument
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DD3DTextureTest.cpp86 EGLDeviceEXT device = EGL_NO_DEVICE_EXT; variable
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/
H A DEGLSurfaceTest.cpp965 EGLAttrib device = 0; in TEST_P() local
1054 EGLAttrib device = 0; in TEST_P() local
/third_party/skia/src/core/
H A DSkDraw_vertices.cpp120 onProgram(skvm::Builder* b, skvm::Coord device, skvm::Coord local, skvm::Color, const SkMatrixProvider& matrices, const SkMatrix* localM, const SkColorInfo&, skvm::Uniforms* uniforms, SkArenaAlloc* alloc) const onProgram() argument
H A DSkDevice.h569 SkAutoDeviceTransformRestore(SkBaseDevice* device, const SkMatrix& localToDevice) SkAutoDeviceTransformRestore() argument
[all...]
/third_party/skia/src/image/
H A DSkSurface_Gpu.cpp37 SkSurface_Gpu::SkSurface_Gpu(sk_sp<skgpu::BaseDevice> device) in SkSurface_Gpu() argument
417 auto device = rContext->priv().createDevice(budgeted, c.imageInfo(), SkBackingFit::kExact, in MakeRenderTarget() local
476 auto device = rContext->priv().createDevice(budgeted, info, SkBackingFit::kExact, in MakeRenderTarget() local
518 auto device = rContext->priv().createDevice(grColorType, std::move(proxy), MakeFromBackendTexture() local
634 auto device = rContext->priv().createDevice(grColorType, std::move(proxy), MakeFromBackendRenderTarget() local
[all...]
/third_party/skia/src/gpu/
H A DGrAHardwareBufferUtils.cpp109 VkDevice device = gpu->device(); in GetBackendFormat() local
316 VkDevice device = gpu->device(); in make_vk_backend_texture() local
[all...]
/third_party/skia/src/gpu/d3d/
H A DGrD3DCaps.cpp25 GrD3DCaps(const GrContextOptions& contextOptions, IDXGIAdapter1* adapter, ID3D12Device* device) GrD3DCaps() argument
124 init(const GrContextOptions& contextOptions, IDXGIAdapter1* adapter, ID3D12Device* device) init() argument
184 initGrCaps(const D3D12_FEATURE_DATA_D3D12_OPTIONS& optionsDesc, ID3D12Device* device) initGrCaps() argument
267 stencil_format_supported(ID3D12Device* device, DXGI_FORMAT format) stencil_format_supported() argument
276 initStencilFormat(ID3D12Device* device) initStencilFormat() argument
353 initFormatTable(const DXGI_ADAPTER_DESC& adapterDesc, ID3D12Device* device) initFormatTable() argument
716 multisample_count_supported(ID3D12Device* device, DXGI_FORMAT format, int sampleCount) multisample_count_supported() argument
727 initSampleCounts(const DXGI_ADAPTER_DESC& adapterDesc, ID3D12Device* device, DXGI_FORMAT format) initSampleCounts() argument
757 init(const DXGI_ADAPTER_DESC& adapterDesc, ID3D12Device* device, DXGI_FORMAT format) init() argument
[all...]
/third_party/skia/src/gpu/dawn/
H A DGrDawnProgramBuilder.cpp429 wgpu::Device device = fGpu->device(); in createShaderModule() local
/third_party/skia/third_party/externals/swiftshader/src/Device/
H A DRenderer.hpp203 Renderer(vk::Device *device); global() variable
243 vk::Device *device; global() variable
[all...]
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkPromotedExtensions.cpp51 VKAPI_ATTR VkResult VKAPI_CALL vkBindBufferMemory2KHR(VkDevice device, uint32_t bindInfoCount, const VkBindBufferMemoryInfo *pBindInfos) in vkBindBufferMemory2KHR() argument
56 VKAPI_ATTR VkResult VKAPI_CALL vkBindImageMemory2KHR(VkDevice device, uint32_t bindInfoCount, const VkBindImageMemoryInfo *pBindInfos) in vkBindImageMemory2KHR() argument
62 VKAPI_ATTR VkResult VKAPI_CALL vkCreateDescriptorUpdateTemplateKHR(VkDevice device, const VkDescriptorUpdateTemplateCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkDescriptorUpdateTemplate *pDescriptorUpdateTemplate) in vkCreateDescriptorUpdateTemplateKHR() argument
67 VKAPI_ATTR void VKAPI_CALL vkDestroyDescriptorUpdateTemplateKHR(VkDevice device, VkDescriptorUpdateTemplate descriptorUpdateTemplate, const VkAllocationCallbacks *pAllocator) in vkDestroyDescriptorUpdateTemplateKHR() argument
72 VKAPI_ATTR void VKAPI_CALL vkUpdateDescriptorSetWithTemplateKHR(VkDevice device, VkDescriptorSet descriptorSet, VkDescriptorUpdateTemplate descriptorUpdateTemplate, const void *pData) in vkUpdateDescriptorSetWithTemplateKHR() argument
78 vkGetDeviceGroupPeerMemoryFeaturesKHR(VkDevice device, uint32_t heapIndex, uint32_t localDeviceIndex, uint32_t remoteDeviceIndex, VkPeerMemoryFeatureFlags *pPeerMemoryFeatures) vkGetDeviceGroupPeerMemoryFeaturesKHR() argument
118 vkGetImageMemoryRequirements2KHR(VkDevice device, const VkImageMemoryRequirementsInfo2 *pInfo, VkMemoryRequirements2 *pMemoryRequirements) vkGetImageMemoryRequirements2KHR() argument
123 vkGetBufferMemoryRequirements2KHR(VkDevice device, const VkBufferMemoryRequirementsInfo2 *pInfo, VkMemoryRequirements2 *pMemoryRequirements) vkGetBufferMemoryRequirements2KHR() argument
128 vkGetImageSparseMemoryRequirements2KHR(VkDevice device, const VkImageSparseMemoryRequirementsInfo2 *pInfo, uint32_t *pSparseMemoryRequirementCount, VkSparseImageMemoryRequirements2 *pSparseMemoryRequirements) vkGetImageSparseMemoryRequirements2KHR() argument
170 vkTrimCommandPoolKHR(VkDevice device, VkCommandPool commandPool, VkCommandPoolTrimFlags flags) vkTrimCommandPoolKHR() argument
176 vkGetDescriptorSetLayoutSupportKHR(VkDevice device, const VkDescriptorSetLayoutCreateInfo *pCreateInfo, VkDescriptorSetLayoutSupport *pSupport) vkGetDescriptorSetLayoutSupportKHR() argument
182 vkCreateSamplerYcbcrConversionKHR(VkDevice device, const VkSamplerYcbcrConversionCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkSamplerYcbcrConversion *pYcbcrConversion) vkCreateSamplerYcbcrConversionKHR() argument
187 vkDestroySamplerYcbcrConversionKHR(VkDevice device, VkSamplerYcbcrConversion ycbcrConversion, const VkAllocationCallbacks *pAllocator) vkDestroySamplerYcbcrConversionKHR() argument
193 vkCreateRenderPass2KHR(VkDevice device, const VkRenderPassCreateInfo2 *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkRenderPass *pRenderPass) vkCreateRenderPass2KHR() argument
214 vkResetQueryPoolEXT(VkDevice device, VkQueryPool queryPool, uint32_t firstQuery, uint32_t queryCount) vkResetQueryPoolEXT() argument
220 vkGetSemaphoreCounterValueKHR(VkDevice device, VkSemaphore semaphore, uint64_t *pValue) vkGetSemaphoreCounterValueKHR() argument
225 vkSignalSemaphoreKHR(VkDevice device, const VkSemaphoreSignalInfo *pSignalInfo) vkSignalSemaphoreKHR() argument
230 vkWaitSemaphoresKHR(VkDevice device, const VkSemaphoreWaitInfo *pWaitInfo, uint64_t timeout) vkWaitSemaphoresKHR() argument
245 vkGetBufferDeviceAddressKHR(VkDevice device, const VkBufferDeviceAddressInfo *pInfo) vkGetBufferDeviceAddressKHR() argument
250 vkGetBufferOpaqueCaptureAddressKHR(VkDevice device, const VkBufferDeviceAddressInfo *pInfo) vkGetBufferOpaqueCaptureAddressKHR() argument
255 vkGetDeviceMemoryOpaqueCaptureAddressKHR(VkDevice device, const VkDeviceMemoryOpaqueCaptureAddressInfo *pInfo) vkGetDeviceMemoryOpaqueCaptureAddressKHR() argument
[all...]
/third_party/skia/third_party/externals/imgui/backends/
H A Dimgui_impl_dx10.cpp528 bool ImGui_ImplDX10_Init(ID3D10Device* device) in ImGui_ImplDX10_Init() argument
H A Dimgui_impl_dx11.cpp540 bool ImGui_ImplDX11_Init(ID3D11Device* device, ID3D11DeviceContext* device_context) in ImGui_ImplDX11_Init() argument
H A Dimgui_impl_dx12.cpp692 bool ImGui_ImplDX12_Init(ID3D12Device* device, int num_frames_in_flight, DXGI_FORMAT rtv_format, ID3D12DescriptorHeap* cbv_srv_heap, in ImGui_ImplDX12_Init() argument
H A Dimgui_impl_wgpu.cpp664 bool ImGui_ImplWGPU_Init(WGPUDevice device, int num_frames_in_flight, WGPUTextureFormat rt_format) in ImGui_ImplWGPU_Init() argument
/third_party/skia/src/shaders/
H A DSkImageShader.cpp665 onProgram(skvm::Builder* b, skvm::Coord device, skvm::Coord origLocal, skvm::Color paint, const SkMatrixProvider& matrices, const SkMatrix* localM, const SkColorInfo& dst, skvm::Uniforms* uniforms, SkArenaAlloc* alloc) const onProgram() argument
674 makeProgram( skvm::Builder* p, skvm::Coord device, skvm::Coord origLocal, skvm::Color paint, const SkMatrixProvider& matrices, const SkMatrix* localM, const SkColorInfo& dst, skvm::Uniforms* uniforms, const TransformShader* coordShader, SkArenaAlloc* alloc) const makeProgram() argument
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
H A DTextureD3D12.cpp487 MaybeError ValidateD3D12VideoTextureCanBeShared(Device* device, DXGI_FORMAT textureFormat) { in ValidateD3D12VideoTextureCanBeShared() argument
505 ResultOrError<Ref<Texture>> Texture::Create(Device* device, in Create() argument
546 ResultOrError<Ref<Texture>> Texture::Create(Device* device, in Create() argument
622 Device* device = ToBackend(GetDevice()); in InitializeAsInternalTexture() local
518 CreateExternalImage( Device* device, const TextureDescriptor* descriptor, ComPtr<ID3D12Resource> d3d12Texture, Ref<D3D11on12ResourceCacheEntry> d3d11on12Resource, ExternalMutexSerial acquireMutexKey, ExternalMutexSerial releaseMutexKey, bool isSwapChainTexture, bool isInitialized) CreateExternalImage() argument
648 Texture(Device* device, const TextureDescriptor* descriptor, TextureState state) Texture() argument
663 Device* device = ToBackend(GetDevice()); DestroyImpl() local
995 Device* device = ToBackend(GetDevice()); ClearTexture() local
[all...]

Completed in 30 milliseconds

1...<<41424344454647484950>>...76