Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Frontend/HLSL/
H A DHLSLResource.h44 TextureCubeArray, enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Frontend/HLSL/
DHLSLResource.h44 TextureCubeArray, enumerator
/aosp_15_r20/external/deqp/framework/opengl/
H A 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
H A DgluTexture.hpp328 class TextureCubeArray class
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Support/
DDXILABI.h54 TextureCubeArray, enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Support/
DDXILABI.h54 TextureCubeArray, enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Support/
DDXILABI.h54 TextureCubeArray, enumerator
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Dd3d10_1.h268 D3D10_TEXCUBE_ARRAY_SRV1 TextureCubeArray; member
Dd3d11_3.h205 D3D11_TEXCUBE_ARRAY_SRV TextureCubeArray; member
Dd3d11.h1921 D3D11_TEXCUBE_ARRAY_SRV TextureCubeArray; member
/aosp_15_r20/external/deqp/framework/opengl/simplereference/
H A DsglrReferenceContext.hpp401 class TextureCubeArray : public Texture class
H A DsglrReferenceContext.cpp5484 TextureCubeArray::TextureCubeArray(uint32_t name) : Texture(name, TYPE_CUBE_MAP_ARRAY), m_view(0, D… in TextureCubeArray() function in sglr::rc::TextureCubeArray
/aosp_15_r20/external/deqp/framework/common/
H A DtcuTexture.cpp4887 TextureCubeArray::TextureCubeArray(const TextureFormat &format, int size, int depth) in TextureCubeArray() function in tcu::TextureCubeArray
4896 TextureCubeArray::TextureCubeArray(const TextureCubeArray &other) in TextureCubeArray() function in tcu::TextureCubeArray
H A DtcuTexture.hpp1634 class TextureCubeArray : private TextureLevelPyramid class