Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/
Dformatutils.h133 struct InternalFormat struct
196 GLenum sizedInternalFormat; argument
198 GLuint redBits;
199 GLuint greenBits;
200 GLuint blueBits;
202 GLuint luminanceBits;
204 GLuint alphaBits;
205 GLuint sharedBits;
207 GLuint depthBits;
208 GLuint stencilBits;
[all …]
Dgl_enum_utils_autogen.h102 InternalFormat, enumerator
Dformatutils.cpp330 InternalFormat::InternalFormat() in InternalFormat() function in gl::InternalFormat
/device/generic/vulkan-cereal/third-party/angle/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
/device/generic/vulkan-cereal/third-party/angle/src/tests/gl_tests/
DCopyCompressedTextureTest.cpp150 TEST_P(CopyCompressedTextureTest, InternalFormat) in TEST_P() argument
DCopyTextureTest.cpp587 TEST_P(CopyTextureTest, InternalFormat) in TEST_P() argument