Home
last modified time | relevance | path

Searched defs:TextureCubeArray (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Frontend/HLSL/
DHLSLResource.h44 TextureCubeArray, enumerator
/external/deqp/framework/opengl/
DgluTexture.hpp328 class TextureCubeArray class
DgluTexture.cpp791 TextureCubeArray::TextureCubeArray(const RenderContext &context, uint32_t format, uint32_t dataType… in TextureCubeArray() function in glu::TextureCubeArray
804 TextureCubeArray::TextureCubeArray(const RenderContext &context, uint32_t sizedFormat, int size, in… in TextureCubeArray() function in glu::TextureCubeArray
/external/deqp/framework/opengl/simplereference/
DsglrReferenceContext.hpp401 class TextureCubeArray : public Texture class
DsglrReferenceContext.cpp5486 TextureCubeArray::TextureCubeArray(uint32_t name) : Texture(name, TYPE_CUBE_MAP_ARRAY), m_view(0, n… in TextureCubeArray() function in sglr::rc::TextureCubeArray
/external/deqp/framework/common/
DtcuTexture.cpp4921 TextureCubeArray::TextureCubeArray(const TextureFormat &format, int size, int depth) in TextureCubeArray() function in tcu::TextureCubeArray
4930 TextureCubeArray::TextureCubeArray(const TextureCubeArray &other) in TextureCubeArray() function in tcu::TextureCubeArray
DtcuTexture.hpp1634 class TextureCubeArray : private TextureLevelPyramid class