Home
last modified time | relevance | path

Searched defs:Texture3D (Results 1 – 11 of 11) sorted by relevance

/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Frontend/HLSL/
DHLSLResource.h39 Texture3D, enumerator
/external/deqp/external/openglcts/modules/gl/
Dgl4cTextureFilterMinmaxTests.hpp181 class Texture3D : public SupportedTextureType class in gl4cts::TextureFilterMinmaxUtils
Dgl4cTextureFilterMinmaxTests.cpp384 TextureFilterMinmaxUtils::Texture3D::Texture3D() : SupportedTextureType(GL_TEXTURE_3D, "vec3", "sam… in Texture3D() function in gl4cts::TextureFilterMinmaxUtils::Texture3D
/external/deqp/framework/opengl/
DgluTexture.cpp667 Texture3D::Texture3D(const RenderContext &context, uint32_t format, uint32_t dataType, int width, i… in Texture3D() function in glu::Texture3D
680 Texture3D::Texture3D(const RenderContext &context, uint32_t sizedFormat, int width, int height, int… in Texture3D() function in glu::Texture3D
693 Texture3D::Texture3D(const RenderContext &context, const ContextInfo &contextInfo, int numLevels, in Texture3D() function in glu::Texture3D
DgluTexture.hpp283 class Texture3D class
/external/deqp/modules/glshared/
DglsFboUtil.hpp263 struct Texture3D : public TextureLayered struct
/external/angle/src/tests/gl_tests/
DGetImageTest.cpp513 TEST_P(GetImageTestES31, Texture3D) in TEST_P() argument
/external/deqp/framework/opengl/simplereference/
DsglrReferenceContext.hpp361 class Texture3D : public Texture class
DsglrReferenceContext.cpp5598 Texture3D::Texture3D(uint32_t name) : Texture(name, TYPE_3D), m_view(0, nullptr) in Texture3D() function in sglr::rc::Texture3D
/external/deqp/framework/common/
DtcuTexture.cpp4823 Texture3D::Texture3D(const TextureFormat &format, int width, int height, int depth) in Texture3D() function in tcu::Texture3D
4832 Texture3D::Texture3D(const Texture3D &other) in Texture3D() function in tcu::Texture3D
DtcuTexture.hpp1518 class Texture3D : private TextureLevelPyramid class