HomeSort by relevance Sort by last modified time
    Searched defs:destroyResources (Results 1 - 8 of 8) sorted by null

  /external/skia/tests/
VkMakeCopyPipelineTest.cpp 72 this->destroyResources(gpu);
81 this->destroyResources(gpu);
116 this->destroyResources(gpu);
129 this->destroyResources(gpu);
150 this->destroyResources(gpu);
153 void destroyResources(GrVkGpu* gpu) {
  /external/skqp/tests/
VkMakeCopyPipelineTest.cpp 72 this->destroyResources(gpu);
81 this->destroyResources(gpu);
116 this->destroyResources(gpu);
129 this->destroyResources(gpu);
150 this->destroyResources(gpu);
153 void destroyResources(GrVkGpu* gpu) {
  /external/skia/src/gpu/vk/
GrVkCopyManager.cpp 84 this->destroyResources(gpu);
92 this->destroyResources(gpu);
128 this->destroyResources(gpu);
424 void GrVkCopyManager::destroyResources(GrVkGpu* gpu) {
GrVkResourceProvider.cpp 400 void GrVkResourceProvider::destroyResources(bool deviceLost) {
GrVkGpu.cpp 203 void GrVkGpu::destroyResources() {
246 fCopyManager.destroyResources(this);
249 fResourceProvider.destroyResources(VK_ERROR_DEVICE_LOST == res);
260 this->destroyResources();
270 this->destroyResources();
    [all...]
  /external/skqp/src/gpu/vk/
GrVkCopyManager.cpp 84 this->destroyResources(gpu);
92 this->destroyResources(gpu);
128 this->destroyResources(gpu);
424 void GrVkCopyManager::destroyResources(GrVkGpu* gpu) {
GrVkResourceProvider.cpp 388 void GrVkResourceProvider::destroyResources(bool deviceLost) {
GrVkGpu.cpp 203 void GrVkGpu::destroyResources() {
246 fCopyManager.destroyResources(this);
249 fResourceProvider.destroyResources(VK_ERROR_DEVICE_LOST == res);
260 this->destroyResources();
270 this->destroyResources();
    [all...]

Completed in 773 milliseconds