OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Texture2DArray
(Results
1 - 9
of
9
) sorted by null
/external/deqp/framework/opengl/
gluTexture.hpp
145
class
Texture2DArray
148
Texture2DArray
(const RenderContext& context, deUint32 format, deUint32 dataType, int width, int height, int numLayers);
149
Texture2DArray
(const RenderContext& context, deUint32 internalFormat, int width, int height, int numLayers);
150
Texture2DArray
(const RenderContext& context, const ContextInfo& contextInfo, int numLevels, const tcu::CompressedTexture* levels, const tcu::TexDecompressionParams& decompressionParams = tcu::TexDecompressionParams());
151
~
Texture2DArray
(void);
155
tcu::
Texture2DArray
& getRefTexture (void) { return m_refTexture; }
156
const tcu::
Texture2DArray
& getRefTexture (void) const { return m_refTexture; }
160
Texture2DArray
(const
Texture2DArray
& other); // Not allowed!
161
Texture2DArray
& operator= (const Texture2DArray& other); // Not allowed
[
all
...]
gluTexture.cpp
493
//
Texture2DArray
495
Texture2DArray
::
Texture2DArray
(const RenderContext& context, deUint32 format, deUint32 dataType, int width, int height, int numLevels)
508
Texture2DArray
::
Texture2DArray
(const RenderContext& context, deUint32 sizedFormat, int width, int height, int numLevels)
521
Texture2DArray
::
Texture2DArray
(const RenderContext& context, const ContextInfo& contextInfo, int numLevels, const tcu::CompressedTexture* levels, const tcu::TexDecompressionParams& decompressionParams)
547
Texture2DArray
::~
Texture2DArray
(void)
553
void
Texture2DArray
::upload (void
[
all
...]
/external/swiftshader/src/OpenGL/libGLESv2/
Texture.h
327
class
Texture2DArray
: public Texture3D
330
explicit
Texture2DArray
(GLuint name);
336
~
Texture2DArray
() override;
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3d10_1.h
261
D3D10_TEX2D_ARRAY_SRV
Texture2DArray
;
[
all
...]
d3d10.h
952
D3D10_TEX2D_ARRAY_DSV
Texture2DArray
;
1008
D3D10_TEX2D_ARRAY_RTV
Texture2DArray
;
1062
D3D10_TEX2D_ARRAY_SRV
Texture2DArray
;
[
all
...]
d3d11.h
[
all
...]
/external/deqp/modules/glshared/
glsFboUtil.hpp
251
struct
Texture2DArray
: public TextureLayered
/external/deqp/framework/common/
tcuTexture.hpp
[
all
...]
/external/deqp/framework/opengl/simplereference/
sglrReferenceContext.hpp
218
class
Texture2DArray
: public Texture
221
Texture2DArray
(deUint32 name = 0);
222
virtual ~
Texture2DArray
(void);
804
void setTex2DArrayBinding (int unit, rc::
Texture2DArray
* tex2DArray);
[
all
...]
Completed in 670 milliseconds