Searched defs:InternalFormat (Results 1 – 7 of 7) sorted by relevance
133 struct InternalFormat struct196 GLenum sizedInternalFormat; argument198 GLuint redBits;199 GLuint greenBits;200 GLuint blueBits;202 GLuint luminanceBits;204 GLuint alphaBits;205 GLuint sharedBits;207 GLuint depthBits;208 GLuint stencilBits;[all …]
102 InternalFormat, enumerator
330 InternalFormat::InternalFormat() in InternalFormat() function in gl::InternalFormat
49 struct InternalFormat struct57 // Texture created with InternalFormat can be used in glFramebufferTexture2D argument59 // Renderbuffer created with InternalFormat can be used in glFramebufferRenderbuffer argument62 const InternalFormat &GetInternalFormatInfo(GLenum internalFormat, StandardGL standard); argument
35 InternalFormat::InternalFormat() : texture(), filter(), textureAttachment(), renderbuffer() {} in InternalFormat() function in rx::nativegl::InternalFormat
150 TEST_P(CopyCompressedTextureTest, InternalFormat) in TEST_P() argument
587 TEST_P(CopyTextureTest, InternalFormat) in TEST_P() argument