Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
Dformatutils.h133 struct InternalFormat struct
137 InternalFormat &operator=(const InternalFormat &other); argument
204 bool operator==(const InternalFormat &other) const; argument
210 GLenum sizedInternalFormat; argument
212 GLuint redBits;
213 GLuint greenBits;
214 GLuint blueBits;
216 GLuint luminanceBits;
218 GLuint alphaBits;
219 GLuint sharedBits;
[all …]
Dformatutils.cpp330 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.cpp172 const struct InternalFormat in init() struct
174 const char* name; in init()
175 GLenum format; in init()
176 bool isIntegerFormat; in init()
/external/deqp/external/openglcts/modules/gl/
Dgl4cTextureGatherTests.cpp991 virtual GLenum InternalFormat() in InternalFormat() function in gl4cts::__anon86f181e50111::GatherBase
1156 virtual GLenum InternalFormat() in InternalFormat() function in gl4cts::__anon86f181e50111::PlainGatherFloat2DRg
1165 virtual GLenum InternalFormat() in InternalFormat() function in gl4cts::__anon86f181e50111::PlainGatherUnorm2D
1183 virtual GLenum InternalFormat() in InternalFormat() function in gl4cts::__anon86f181e50111::PlainGatherInt2DRgba
1241 virtual GLenum InternalFormat() in InternalFormat() function in gl4cts::__anon86f181e50111::PlainGatherInt2DRg
1250 virtual GLenum InternalFormat() in InternalFormat() function in gl4cts::__anon86f181e50111::PlainGatherUint2D
1320 virtual GLenum InternalFormat() in InternalFormat() function in gl4cts::__anon86f181e50111::PlainGatherDepth2D
1400 virtual GLenum InternalFormat() in InternalFormat() function in gl4cts::__anon86f181e50111::PlainGatherUnorm2DArray
1414 virtual GLenum InternalFormat() in InternalFormat() function in gl4cts::__anon86f181e50111::PlainGatherInt2DArray
1484 virtual GLenum InternalFormat() in InternalFormat() function in gl4cts::__anon86f181e50111::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.cpp376 static const struct InternalFormat in init() struct
378 const char* name; in init()
379 glw::GLenum format; in init()
380 FormatSamplesCase::FormatType type; in init()
/external/deqp/external/openglcts/modules/gles31/
Des31cTextureGatherTests.cpp879 virtual GLenum InternalFormat() in InternalFormat() function in glcts::__anon5b4947d60111::GatherBase
1015 virtual GLenum InternalFormat() in InternalFormat() function in glcts::__anon5b4947d60111::PlainGatherInt2D
1044 virtual GLenum InternalFormat() in InternalFormat() function in glcts::__anon5b4947d60111::PlainGatherUint2D
1083 virtual GLenum InternalFormat() in InternalFormat() function in glcts::__anon5b4947d60111::PlainGatherDepth2D
1147 virtual GLenum InternalFormat() in InternalFormat() function in glcts::__anon5b4947d60111::PlainGatherInt2DArray
1186 virtual GLenum InternalFormat() in InternalFormat() function in glcts::__anon5b4947d60111::PlainGatherUint2DArray
1220 virtual GLenum InternalFormat() in InternalFormat() function in glcts::__anon5b4947d60111::PlainGatherDepth2DArray
1304 virtual GLenum InternalFormat() in InternalFormat() function in glcts::__anon5b4947d60111::PlainGatherIntCube
1343 virtual GLenum InternalFormat() in InternalFormat() function in glcts::__anon5b4947d60111::PlainGatherUintCube
1368 virtual GLenum InternalFormat() in InternalFormat() function in glcts::__anon5b4947d60111::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.cpp129 struct InternalFormat struct
131 GLenum sizedFormat;
132 GLenum baseFormat;
133 GLenum format;
134 GLenum type;
135 InternalFormatSamplerType sampler;
136 InternalFormatBits bits;
137 int flags; // InternalFormatFlag
/external/angle/src/tests/gl_tests/
DCopyCompressedTextureTest.cpp150 TEST_P(CopyCompressedTextureTest, InternalFormat) in TEST_P() argument
DCopyTextureTest.cpp627 TEST_P(CopyTextureTest, InternalFormat) in TEST_P() argument
/external/angle/src/libANGLE/capture/
Dgl_enum_utils_autogen.h102 InternalFormat, enumerator
/external/mesa3d/src/mesa/main/
Dmtypes.h875 GLint InternalFormat; /**< Internal format as given by the user */ member
3441 GLenum16 InternalFormat; /**< The user-specified format */ member