Home
last modified time | relevance | path

Searched refs:ScopedTintICEHandler (Results 1 - 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DTintUtils.h26 class ScopedTintICEHandler : public NonCopyable { class
28 ScopedTintICEHandler(DeviceBase* device);
29 ~ScopedTintICEHandler();
32 ScopedTintICEHandler(ScopedTintICEHandler&&) = delete;
H A DTintUtils.cpp39 ScopedTintICEHandler::ScopedTintICEHandler(DeviceBase* device) { in ScopedTintICEHandler() function in dawn_native::ScopedTintICEHandler
51 ScopedTintICEHandler::~ScopedTintICEHandler() { in ~ScopedTintICEHandler()
H A DShaderModule.cpp994 ScopedTintICEHandler scopedICEHandler(device);
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
H A DShaderModuleVk.cpp87 ScopedTintICEHandler scopedICEHandler(GetDevice()); in Initialize()
116 ScopedTintICEHandler scopedICEHandler(GetDevice()); in GetTransformedModuleHandle()
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
H A DShaderModuleD3D12.cpp744 ScopedTintICEHandler scopedICEHandler(GetDevice()); in Initialize()
753 ScopedTintICEHandler scopedICEHandler(GetDevice()); in Compile()
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
H A DShaderModuleGL.cpp247 ScopedTintICEHandler scopedICEHandler(GetDevice()); in Initialize()

Completed in 6 milliseconds