Home
last modified time | relevance | path

Searched defs:Texture (Results 1 – 25 of 95) sorted by relevance

1234

/third_party/skia/third_party/externals/swiftshader/src/Renderer/
DSampler.hpp43 struct Texture struct
45 Mipmap mipmap[MIPMAP_LEVELS];
47 float LOD;
48 float4 widthHeightLOD;
49 float4 widthLOD;
50 float4 heightLOD;
51 float4 depthLOD;
53 word4 borderColor4[4];
54 float4 borderColorF[4];
55 float maxAnisotropy;
[all …]
/third_party/rust/rust/tests/ui/generic-associated-types/
Dissue-92033.rs1 struct Texture; struct
19 impl<'s> Surface for &'s Texture { implementation
29 impl Swapchain for Texture { implementation
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libEGL/
DTexture.hpp27 class [[clang::lto_visibility_public]] Texture : public gl::NamedObject class
30 Texture(GLuint name) : NamedObject(name) {} in Texture() function in egl::Texture
/third_party/skia/third_party/externals/swiftshader/src/Device/
DSampler.hpp45 struct Texture struct
47 Mipmap mipmap[MIPMAP_LEVELS];
49 float4 widthWidthHeightHeight;
50 float4 width;
51 float4 height;
52 float4 depth;
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/
DvktImageTexture.cpp84Texture::Texture (const ImageType imageType, const tcu::IVec3& imageLayerSize, const int layers, c… in Texture() function in vkt::image::Texture
94 Texture::Texture (const Texture& other, const int samples) in Texture() function in vkt::image::Texture
DvktImageTexture.hpp35 class Texture class
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
DvktImageTexture.cpp84Texture::Texture (const ImageType imageType, const tcu::IVec3& imageLayerSize, const int layers, c… in Texture() function in vkt::image::Texture
94 Texture::Texture (const Texture& other, const int samples) in Texture() function in vkt::image::Texture
DvktImageTexture.hpp35 class Texture class
/third_party/skia/third_party/externals/tint/src/sem/
Dtexture_type.cc22 Texture::Texture(ast::TextureDimension dim) : dim_(dim) {} in Texture() function in tint::sem::Texture
/third_party/skia/third_party/externals/dawn/src/dawn_native/metal/
DCommandBufferMTL.h31 class Texture; variable
DSwapChainMTL.h28 class Texture; variable
/third_party/skia/experimental/graphite/src/
DTexture.cpp12 Texture::Texture(SkISize dimensions, const TextureInfo& info) in Texture() function in skgpu::Texture
DCopyTask.h19 class Texture; variable
DTextureProxy.h18 class Texture; variable
DResourceProvider.h22 class Texture; variable
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DCommandRecordingContext.h28 class Texture; variable
DSwapChainD3D12.h26 class Texture; variable
/third_party/skia/third_party/externals/tint/src/ast/
Dtexture.cc81 Texture::Texture(ProgramID pid, const Source& src, TextureDimension d) in Texture() function in tint::ast::Texture
/third_party/skia/third_party/externals/angle2/src/libANGLE/
Dqueryutils.h31 class Texture; variable
/third_party/skia/m133/src/gpu/graphite/
DTexture.cpp19 Texture::Texture(const SharedContext* sharedContext, in Texture() function in skgpu::graphite::Texture
/third_party/skia/m133/src/gpu/graphite/task/
DTask.h22 class Texture; variable
DCopyTask.h18 class Texture; variable
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DTextureVk.h30 class Texture; variable
/third_party/skia/third_party/externals/tint/src/reader/spirv/
Dparser_type.h317 struct Texture : public Castable<Texture, Type> { struct
327 ast::TextureDimension const dims; argument
/third_party/skia/m133/include/gpu/graphite/
DRecording.h31 class Texture; variable

1234