Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
Dformatutils.h80 struct InternalFormat struct
138 GLenum sizedInternalFormat; argument
140 GLuint redBits;
141 GLuint greenBits;
142 GLuint blueBits;
144 GLuint luminanceBits;
146 GLuint alphaBits;
147 GLuint sharedBits;
149 GLuint depthBits;
150 GLuint stencilBits;
[all …]
Dgl_enum_utils_autogen.h107 InternalFormat, enumerator
Dformatutils.cpp321 InternalFormat::InternalFormat() in InternalFormat() function in gl::InternalFormat
/third_party/skia/third_party/externals/angle2/src/libANGLE/
Dformatutils.h135 struct InternalFormat struct
139 InternalFormat &operator=(const InternalFormat &other); argument
206 bool operator==(const InternalFormat &other) const; argument
212 GLenum sizedInternalFormat; argument
214 GLuint redBits;
215 GLuint greenBits;
216 GLuint blueBits;
218 GLuint luminanceBits;
220 GLuint alphaBits;
221 GLuint sharedBits;
[all …]
Dformatutils.cpp334 InternalFormat::InternalFormat() in InternalFormat() function in gl::InternalFormat
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
Dformatutilsgl.h49 struct InternalFormat struct
57 // Texture created with InternalFormat can be used in glFramebufferTexture2D argument
59 // Renderbuffer created with InternalFormat can be used in glFramebufferRenderbuffer argument
62 const InternalFormat &GetInternalFormatInfo(GLenum internalFormat, StandardGL standard); argument
Dformatutilsgl.cpp35 InternalFormat::InternalFormat() : texture(), filter(), textureAttachment(), renderbuffer() {} in InternalFormat() function in rx::nativegl::InternalFormat
/third_party/skia/third_party/externals/angle2/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
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DCopyCompressedTextureTest.cpp150 TEST_P(CopyCompressedTextureTest, InternalFormat) in TEST_P() argument
DCopyTextureTest.cpp627 TEST_P(CopyTextureTest, InternalFormat) in TEST_P() argument
/third_party/flutter/skia/third_party/externals/angle2/src/tests/gl_tests/
DCopyCompressedTextureTest.cpp150 TEST_P(CopyCompressedTextureTest, InternalFormat) in TEST_P() argument
DCopyTextureTest.cpp582 TEST_P(CopyTextureTest, InternalFormat) in TEST_P() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
Dgl_enum_utils_autogen.h102 InternalFormat, enumerator