/third_party/skia/third_party/externals/swiftshader/src/Renderer/ |
D | Sampler.hpp | 43 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/skia/third_party/externals/swiftshader/src/OpenGL/libEGL/ |
D | Texture.hpp | 27 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/ |
D | Sampler.hpp | 45 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/vulkan/image/ |
D | vktImageTexture.cpp | 84 …Texture::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
|
D | vktImageTexture.hpp | 35 class Texture class
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/ |
D | vktImageTexture.cpp | 84 …Texture::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
|
D | vktImageTexture.hpp | 35 class Texture class
|
/third_party/skia/third_party/externals/tint/src/sem/ |
D | texture_type.cc | 22 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/ |
D | CommandBufferMTL.h | 31 class Texture; variable
|
D | SwapChainMTL.h | 28 class Texture; variable
|
/third_party/skia/experimental/graphite/src/ |
D | Texture.cpp | 12 Texture::Texture(SkISize dimensions, const TextureInfo& info) in Texture() function in skgpu::Texture
|
D | CopyTask.h | 19 class Texture; variable
|
D | TextureProxy.h | 18 class Texture; variable
|
D | ResourceProvider.h | 22 class Texture; variable
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/ |
D | CommandRecordingContext.h | 28 class Texture; variable
|
D | SwapChainD3D12.h | 26 class Texture; variable
|
/third_party/skia/third_party/externals/tint/src/ast/ |
D | texture.cc | 81 Texture::Texture(ProgramID pid, const Source& src, TextureDimension d) in Texture() function in tint::ast::Texture
|
/third_party/flutter/engine/flutter/flow/ |
D | texture.cc | 38 Texture::Texture(int64_t id) : id_(id) {} in Texture() function in flutter::Texture
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/ |
D | queryutils.h | 30 class Texture; variable
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | queryutils.h | 31 class Texture; variable
|
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/opengl/ |
D | TextureGL.cpp | 134 Texture::Texture(Device* device, const TextureDescriptor* descriptor) in Texture() function in dawn_native::opengl::Texture 186 Texture::Texture(Device* device, in Texture() function in dawn_native::opengl::Texture
|
/third_party/skia/third_party/externals/tint/src/reader/spirv/ |
D | parser_type.h | 317 struct Texture : public Castable<Texture, Type> { struct 327 ast::TextureDimension const dims; argument
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
D | TextureVk.h | 30 class Texture; variable
|
/third_party/skia/experimental/graphite/include/ |
D | TextureInfo.h | 23 class Texture; variable
|
/third_party/vk-gl-cts/modules/glshared/ |
D | glsFboUtil.hpp | 222 struct Texture : public Image struct 224 Texture (void) : numLevels(1) {} in Texture() argument 226 glw::GLint numLevels;
|