Lines Matching refs:RG
82 and two-component RG (red green) texture formats as well as sized
123 RG 0x8227
132 RG 0x8227
137 RG 0x8227
146 RG 0x8227
165 with the exception of the RED, RG and DEPTH_COMPONENT base and sized
173 RG R, G Color
182 RG R,G R,G
194 RG8 RG 8 8
195 RG16 RG 16 16
198 RG16F RG f16 f16
199 RG32F RG f32 f32
206 RG8I RG i8 i8
207 RG8UI RG ui8 ui8
208 RG16I RG i16 i16
209 RG16UI RG ui16 ui16
210 RG32I RG i32 i32
211 RG32UI RG ui32 ui32
219 COMPRESSED_RG RG Generic
240 RG (R_t, G_t, 0) 1
244 Add RED and RG to the "Texture Base Internal Format" column for the
249 Add RED and RG to the "Texture Base Internal Format" column for the
267 RG, RGB, RGBA, BGR, BGRA, LUMINANCE, or LUMINANCE_ALPHA, then red,
274 "Likewise if the format is RG, LUMINANCE_ALPHA, RGB, BGR, only the
279 point and add RED and RG to the list of base internal formats which
292 RG, RGB, BGR, RGBA, BGRA, LUMINANCE, LUMINANCE_ALPHA, or one of the
306 RG R_i G_i 0 1
350 3) Why use RG instead of REDGREEN?
352 The list {RED, RG, RGB, RGBA} is more visually appealing than
367 from an R or RG texture? Is it (r,0,0,1) or (r,1,1,1).
374 6) Are the RG formats accepted by the imaging subset of functions?
376 RESOLUTION: NO. This extension does not add RG support to the functions
389 - added issue 6) and clarify that support for RED and RG formats
391 - GetTexImage supports RG (but no conversion)
396 - allow unsized RED and RG formats as internal formats (Bug 4161)
397 - add enums for COMPRESSED_RED/RG and allow as internal formats (Bug 4162)
401 - add COMPRESSED_RED/RG generic formats.