HomeSort by relevance Sort by last modified time
    Searched refs:DestroyShaderModule (Results 1 - 25 of 25) sorted by null

  /external/skia/tests/
VkMakeCopyPipelineTest.cpp 152 GR_VK_CALL(gpu->vkInterface(), DestroyShaderModule(gpu->device(), fVertShaderModule,
158 GR_VK_CALL(gpu->vkInterface(), DestroyShaderModule(gpu->device(), fFragShaderModule,
  /external/skqp/tests/
VkMakeCopyPipelineTest.cpp 151 GR_VK_CALL(gpu->vkInterface(), DestroyShaderModule(gpu->device(), fVertShaderModule,
157 GR_VK_CALL(gpu->vkInterface(), DestroyShaderModule(gpu->device(), fFragShaderModule,
  /external/skia/src/gpu/vk/
GrVkPipelineStateBuilder.cpp 181 GR_VK_CALL(fGpu->vkInterface(), DestroyShaderModule(fGpu->device(), vertShaderModule,
183 GR_VK_CALL(fGpu->vkInterface(), DestroyShaderModule(fGpu->device(), fragShaderModule,
188 GR_VK_CALL(fGpu->vkInterface(), DestroyShaderModule(fGpu->device(), geomShaderModule,
GrVkCopyManager.cpp 396 GR_VK_CALL(gpu->vkInterface(), DestroyShaderModule(gpu->device(), fVertShaderModule,
402 GR_VK_CALL(gpu->vkInterface(), DestroyShaderModule(gpu->device(), fFragShaderModule,
GrVkInterface.cpp 112 ACQUIRE_PROC(DestroyShaderModule, VK_NULL_HANDLE, device);
  /external/skqp/src/gpu/vk/
GrVkPipelineStateBuilder.cpp 178 GR_VK_CALL(fGpu->vkInterface(), DestroyShaderModule(fGpu->device(), vertShaderModule,
180 GR_VK_CALL(fGpu->vkInterface(), DestroyShaderModule(fGpu->device(), fragShaderModule,
185 GR_VK_CALL(fGpu->vkInterface(), DestroyShaderModule(fGpu->device(), geomShaderModule,
GrVkCopyManager.cpp 404 GR_VK_CALL(gpu->vkInterface(), DestroyShaderModule(gpu->device(), fVertShaderModule,
410 GR_VK_CALL(gpu->vkInterface(), DestroyShaderModule(gpu->device(), fFragShaderModule,
GrVkInterface.cpp 112 ACQUIRE_PROC(DestroyShaderModule, VK_NULL_HANDLE, device);
  /frameworks/native/vulkan/libvulkan/
api_gen.h 110 PFN_vkDestroyShaderModule DestroyShaderModule;
api_gen.cpp 240 INIT_PROC(true, dev, DestroyShaderModule);
405 VKAPI_ATTR void DestroyShaderModule(VkDevice device, VkShaderModule shaderModule, const VkAllocationCallbacks* pAllocator);
    [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/include/vulkan/
vk_layer.h 83 PFN_vkDestroyShaderModule DestroyShaderModule;
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/build-android/generated/include/
vk_dispatch_table_helper.h 77 table->DestroyShaderModule = (PFN_vkDestroyShaderModule) gpa(device, "vkDestroyShaderModule");
thread_check.h     [all...]
unique_objects_wrappers.h     [all...]
  /external/vulkan-validation-layers/demos/smoke/
Smoke.cpp 153 vk::DestroyShaderModule(dev_, fs_, nullptr);
154 vk::DestroyShaderModule(dev_, vs_, nullptr);
  /frameworks/native/vulkan/nulldrv/
null_driver_gen.cpp 160 {"vkDestroyShaderModule", reinterpret_cast<PFN_vkVoidFunction>(static_cast<PFN_vkDestroyShaderModule>(DestroyShaderModule))},
null_driver_gen.h 91 VKAPI_ATTR void DestroyShaderModule(VkDevice device, VkShaderModule shaderModule, const VkAllocationCallbacks* pAllocator);
null_driver.cpp     [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/layers/
object_tracker.cpp     [all...]
parameter_validation.cpp     [all...]
core_validation.cpp     [all...]
  /external/vulkan-validation-layers/loader/
trampoline.c     [all...]
  /external/vulkan-validation-layers/tests/layers/
wrap_objects.cpp 497 device_dispatch_table(device)->DestroyShaderModule(device, shaderModule, pAllocator);
    [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/layers/
wrap_objects.cpp 495 device_dispatch_table(device)->DestroyShaderModule(device, shaderModule, pAllocator);
    [all...]
  /external/vulkan-validation-layers/layers/
core_validation.cpp     [all...]

Completed in 751 milliseconds