Home
last modified time | relevance | path

Searched defs:Texture (Results 1 – 25 of 80) 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/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/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_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/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/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/metal/
DCommandBufferMTL.h31 class Texture; variable
DSwapChainMTL.h28 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/third_party/externals/dawn/src/dawn_native/vulkan/
DTextureVk.h30 class Texture; variable
DSwapChainVk.h27 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/experimental/graphite/include/
DTextureInfo.h23 class Texture; variable
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
DBlit9.h20 class Texture; variable
/third_party/vk-gl-cts/modules/glshared/
DglsFboUtil.hpp222 struct Texture : public Image struct
224 Texture (void) : numLevels(1) {} in Texture() function
226 glw::GLint numLevels;
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
DResourceManager.h33 class Texture; variable

1234