Home
last modified time | relevance | path

Searched defs:InternalFormat (Results 1 – 15 of 15) sorted by relevance

/external/angle/src/libANGLE/
Dformatutils.h142 struct InternalFormat struct
146 InternalFormat &operator=(const InternalFormat &other); argument
223 bool operator==(const InternalFormat &other) const; argument
229 GLenum sizedInternalFormat; argument
231 GLuint redBits;
232 GLuint greenBits;
233 GLuint blueBits;
235 GLuint luminanceBits;
237 GLuint alphaBits;
238 GLuint sharedBits;
[all …]
Dformatutils.cpp353 InternalFormat::InternalFormat() in InternalFormat() function in gl::InternalFormat
/external/angle/src/libANGLE/renderer/gl/
Dformatutilsgl.h51 struct InternalFormat struct
59 // Texture created with InternalFormat can be used in glFramebufferTexture2D argument
61 // Renderbuffer created with InternalFormat can be used in glFramebufferRenderbuffer argument
64 const InternalFormat &GetInternalFormatInfo(GLenum internalFormat, StandardGL standard); argument
Dformatutilsgl.cpp37 InternalFormat::InternalFormat() : texture(), filter(), textureAttachment(), renderbuffer() {} in InternalFormat() function in rx::nativegl::InternalFormat
/external/deqp/modules/gles3/functional/
Des3fInternalFormatQueryTests.cpp177 const struct InternalFormat in init() struct
179 const char *name; in init()
180 GLenum format; in init()
181 bool isIntegerFormat; in init()
/external/deqp/external/openglcts/modules/gl/
Dgl4cTextureGatherTests.cpp996 virtual GLenum InternalFormat() in InternalFormat() function in gl4cts::__anon3b2007520111::GatherBase
1160 virtual GLenum InternalFormat() in InternalFormat() function in gl4cts::__anon3b2007520111::PlainGatherFloat2DRg
1169 virtual GLenum InternalFormat() in InternalFormat() function in gl4cts::__anon3b2007520111::PlainGatherUnorm2D
1187 virtual GLenum InternalFormat() in InternalFormat() function in gl4cts::__anon3b2007520111::PlainGatherInt2DRgba
1245 virtual GLenum InternalFormat() in InternalFormat() function in gl4cts::__anon3b2007520111::PlainGatherInt2DRg
1254 virtual GLenum InternalFormat() in InternalFormat() function in gl4cts::__anon3b2007520111::PlainGatherUint2D
1324 virtual GLenum InternalFormat() in InternalFormat() function in gl4cts::__anon3b2007520111::PlainGatherDepth2D
1404 virtual GLenum InternalFormat() in InternalFormat() function in gl4cts::__anon3b2007520111::PlainGatherUnorm2DArray
1418 virtual GLenum InternalFormat() in InternalFormat() function in gl4cts::__anon3b2007520111::PlainGatherInt2DArray
1488 virtual GLenum InternalFormat() in InternalFormat() function in gl4cts::__anon3b2007520111::PlainGatherUint2DArray
[all …]
Dgl4cDirectStateAccessTexturesTests.cpp221 glw::GLenum Reference::InternalFormat<glw::GLbyte, 1, false>() in InternalFormat() function in gl4cts::DirectStateAccess::Textures::Reference
227 glw::GLenum Reference::InternalFormat<glw::GLbyte, 2, false>() in InternalFormat() function in gl4cts::DirectStateAccess::Textures::Reference
233 glw::GLenum Reference::InternalFormat<glw::GLbyte, 3, false>() in InternalFormat() function in gl4cts::DirectStateAccess::Textures::Reference
239 glw::GLenum Reference::InternalFormat<glw::GLbyte, 4, false>() in InternalFormat() function in gl4cts::DirectStateAccess::Textures::Reference
245 glw::GLenum Reference::InternalFormat<glw::GLubyte, 1, false>() in InternalFormat() function in gl4cts::DirectStateAccess::Textures::Reference
251 glw::GLenum Reference::InternalFormat<glw::GLubyte, 2, false>() in InternalFormat() function in gl4cts::DirectStateAccess::Textures::Reference
257 glw::GLenum Reference::InternalFormat<glw::GLubyte, 3, false>() in InternalFormat() function in gl4cts::DirectStateAccess::Textures::Reference
263 glw::GLenum Reference::InternalFormat<glw::GLubyte, 4, false>() in InternalFormat() function in gl4cts::DirectStateAccess::Textures::Reference
269 glw::GLenum Reference::InternalFormat<glw::GLshort, 1, false>() in InternalFormat() function in gl4cts::DirectStateAccess::Textures::Reference
275 glw::GLenum Reference::InternalFormat<glw::GLshort, 2, false>() in InternalFormat() function in gl4cts::DirectStateAccess::Textures::Reference
[all …]
/external/deqp/modules/gles31/functional/
Des31fInternalFormatQueryTests.cpp410 static const struct InternalFormat in init() struct
412 const char *name; in init()
413 glw::GLenum format; in init()
414 FormatSamplesCase::FormatType type; in init()
/external/deqp/external/openglcts/modules/gles31/
Des31cTextureGatherTests.cpp882 virtual GLenum InternalFormat() in InternalFormat() function in glcts::__anon189539630111::GatherBase
1018 virtual GLenum InternalFormat() in InternalFormat() function in glcts::__anon189539630111::PlainGatherInt2D
1047 virtual GLenum InternalFormat() in InternalFormat() function in glcts::__anon189539630111::PlainGatherUint2D
1086 virtual GLenum InternalFormat() in InternalFormat() function in glcts::__anon189539630111::PlainGatherDepth2D
1150 virtual GLenum InternalFormat() in InternalFormat() function in glcts::__anon189539630111::PlainGatherInt2DArray
1189 virtual GLenum InternalFormat() in InternalFormat() function in glcts::__anon189539630111::PlainGatherUint2DArray
1223 virtual GLenum InternalFormat() in InternalFormat() function in glcts::__anon189539630111::PlainGatherDepth2DArray
1307 virtual GLenum InternalFormat() in InternalFormat() function in glcts::__anon189539630111::PlainGatherIntCube
1346 virtual GLenum InternalFormat() in InternalFormat() function in glcts::__anon189539630111::PlainGatherUintCube
1371 virtual GLenum InternalFormat() in InternalFormat() function in glcts::__anon189539630111::PlainGatherDepthCube
[all …]
/external/deqp/external/openglcts/modules/common/
DglcTextureRepeatModeTests.cpp233 struct InternalFormat struct
235 GLenum sizedFormat;
236 GLenum baseFormat;
237 GLenum format;
238 GLenum type;
239 InternalFormatSamplerType sampler;
240 InternalFormatBits bits;
241 GLuint flags; // InternalFormatFlag
DglcPackedPixelsTests.cpp130 struct InternalFormat struct
132 GLenum sizedFormat;
133 GLenum baseFormat;
134 GLenum format;
135 GLenum type;
136 InternalFormatSamplerType sampler;
137 InternalFormatBits bits;
138 int flags; // InternalFormatFlag
/external/angle/src/tests/gl_tests/
DCopyCompressedTextureTest.cpp150 TEST_P(CopyCompressedTextureTest, InternalFormat) in TEST_P() argument
DCopyTextureTest.cpp760 TEST_P(CopyTextureTest, InternalFormat) in TEST_P() argument
/external/angle/src/common/
Dgl_enum_utils_autogen.h95 InternalFormat, enumerator
300 InternalFormat, enumerator
/external/mesa3d/src/mesa/main/
Dmtypes.h758 GLint InternalFormat; /**< Internal format as given by the user */ member
2530 GLenum16 InternalFormat; /**< The user-specified format */ member