Lines Matching refs:Format
32 typedef GrGLStencilAttachment::Format StencilFormat;
143 /** Returns the mapping between GrPixelConfig components and GL internal format components. */
163 /** The format to use read/write a texture as an image in a shader */
178 * Has a stencil format index been found for the config (or we've found that no format works).
185 * Gets the stencil format index for the config. This assumes
187 * no stencil format is supported with the config. Otherwise, returned index refers to the array
196 * If index is >= 0 this records an index into stencilFormats() as the best stencil format for
197 * the config. If < 0 it records that the config has no supported stencil format index.
266 * Depending on the ES extensions present the BGRA external format may
455 /** The external format and type are to be used when uploading/downloading data using this
457 format and type when converting between configs while copying to/from memory use
459 The kTexImage external format is usually the same as kOther except for kSRGBA on some
464 // Either the base or sized internal format depending on the GL and config.
476 // On ES contexts there are restrictions on type type/format that may be used for
477 // ReadPixels. One is implicitly specified by the current FBO's format. The other is
482 // This indicates that a stencil format has not yet been determined for the config.
484 // This indicates that there is no supported stencil format for the config.