Home
last modified time | relevance | path

Searched defs:TextureView (Results 1 – 10 of 10) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DRenderPassBuilderD3D12.h29 class TextureView; variable
DForward.h39 class TextureView; variable
DTextureD3D12.cpp1170 TextureView::TextureView(TextureBase* texture, const TextureViewDescriptor* descriptor) in TextureView() function in dawn_native::d3d12::TextureView
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
DForward.h38 class TextureView; variable
DTextureGL.cpp533 TextureView::TextureView(TextureBase* texture, const TextureViewDescriptor* descriptor) in TextureView() function in dawn_native::opengl::TextureView
/third_party/skia/third_party/externals/dawn/src/dawn_native/metal/
DForward.h39 class TextureView; variable
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DForward.h39 class TextureView; variable
/third_party/skia/third_party/externals/dawn/src/dawn_native/null/
DDeviceNull.h56 using TextureView = TextureViewBase; variable
/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/
DLabelTests.cpp460 TEST_F(LabelTest, TextureView) { in TEST_F() argument
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cTextureViewTests.hpp39 namespace TextureView namespace