Home
last modified time | relevance | path

Searched defs:getResourceType (Results 1 – 25 of 27) sorted by relevance

12

/third_party/skia/src/gpu/
DGrGpuBuffer.h104 const char* getResourceType() const override { in getResourceType() function
108 const char* getResourceType() const override { return "Buffer Object"; } in getResourceType() function
DGrAttachment.h88 const char* getResourceType() const override { in getResourceType() function
DGrSurface.h141 const char* getResourceType() const override { return "Surface"; } in getResourceType() function
/third_party/skia/m133/src/gpu/ganesh/
DGrGpuBuffer.h144 const char* getResourceType() const override { in getResourceType() function
148 const char* getResourceType() const override { return "Buffer Object"; } in getResourceType() function
DGrAttachment.h110 const char* getResourceType() const override { in getResourceType() function
DGrSurface.h170 const char* getResourceType() const override { return "Surface"; } in getResourceType() function
/third_party/skia/m133/src/gpu/graphite/
DSampler.h19 const char* getResourceType() const override { return "Sampler"; } in getResourceType() function
DComputePipeline.h32 const char* getResourceType() const override { return "Compute Pipeline"; } in getResourceType() function
DTexture.h36 const char* getResourceType() const override { return "Texture"; } in getResourceType() function
DBuffer.h36 const char* getResourceType() const override { return "Buffer"; } in getResourceType() function
DGraphicsPipeline.h41 const char* getResourceType() const override { return "Graphics Pipeline"; } in getResourceType() function
/third_party/skia/m133/src/gpu/graphite/vk/
DVulkanYcbcrConversion.h44 const char* getResourceType() const override { return "Vulkan YCbCr Conversion"; } in getResourceType() function
DVulkanFramebuffer.h31 const char* getResourceType() const override { return "Vulkan Framebuffer"; } in getResourceType() function
DVulkanDescriptorSet.h36 const char* getResourceType() const override { return "Vulkan Descriptor Set"; } in getResourceType() function
DVulkanRenderPass.h61 const char* getResourceType() const override { return "Vulkan RenderPass"; } in getResourceType() function
/third_party/skia/m133/src/gpu/graphite/mtl/
DMtlBlitCommandEncoder.h36 const char* getResourceType() const override { return "Metal Blit Command Encoder"; } in getResourceType() function
DMtlComputeCommandEncoder.h41 const char* getResourceType() const override { return "Metal Compute Command Encoder"; } in getResourceType() function
DMtlRenderCommandEncoder.h38 const char* getResourceType() const override { return "Metal Render Command Encoder"; } in getResourceType() function
/third_party/skia/bench/
DGrResourceCacheBench.cpp39 const char* getResourceType() const override { return "bench"; } in getResourceType() function in BenchResource
/third_party/skia/m133/bench/
DGrResourceCacheBench.cpp40 const char* getResourceType() const override { return "bench"; } in getResourceType() function in BenchResource
/third_party/skia/src/gpu/vk/
DGrVkImage.h221 const char* getResourceType() const override { return "VkImage"; } in getResourceType() function
/third_party/skia/m133/src/gpu/ganesh/vk/
DGrVkImage.h240 const char* getResourceType() const override { return "VkImage"; } in getResourceType() function
/third_party/glslang/glslang/MachineIndependent/
Diomapper.cpp915 TResourceType TDefaultGlslIoResolver::getResourceType(const glslang::TType& type) { in getResourceType() function in glslang::TDefaultGlslIoResolver
1279 TResourceType getResourceType(const glslang::TType& type) override { in getResourceType() function
1367 TResourceType getResourceType(const glslang::TType& type) override { in getResourceType() function
/third_party/skia/m133/tests/graphite/
DGraphiteResourceCacheTest.cpp59 const char* getResourceType() const override { return "Test Resource"; } in getResourceType() function in skgpu::graphite::TestResource
/third_party/vk-gl-cts/modules/egl/
DteglRobustnessTests.cpp230 const ResourceType& getResourceType (void) const { return m_resourceType; } in getResourceType() function in deqp::egl::__anon228fdb220111::RobustnessTestCase::Params

12