Home
last modified time | relevance | path

Searched defs:InternalFormat (Results 1 – 7 of 7) 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/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/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