Searched defs:TextureCubeArray (Results 1 – 7 of 7) sorted by relevance
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Frontend/HLSL/ |
D | HLSLResource.h | 44 TextureCubeArray, enumerator
|
/external/deqp/framework/opengl/ |
D | gluTexture.hpp | 328 class TextureCubeArray class
|
D | gluTexture.cpp | 791 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/ |
D | sglrReferenceContext.hpp | 401 class TextureCubeArray : public Texture class
|
D | sglrReferenceContext.cpp | 5486 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/ |
D | tcuTexture.cpp | 4921 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
|
D | tcuTexture.hpp | 1634 class TextureCubeArray : private TextureLevelPyramid class
|