Lines Matching defs:config
45 * Retrieves the pixel config specified when the surface was created.
48 * config that isn't equivalent with one of our configs.
50 GrPixelConfig config() const { return fDesc.fConfig; }
76 * @param config the pixel config of the destination buffer
84 * pixel config.
88 GrPixelConfig config,
100 * @param config the pixel config of the destination buffer
107 * pixel config.
110 GrPixelConfig config,
114 return this->readPixels(nullptr, left, top, width, height, config, nullptr, buffer,
126 * @param config the pixel config of the source buffer
134 * unsupported pixel config.
138 GrPixelConfig config,
151 * @param config the pixel config of the source buffer
158 * unsupported pixel config.
161 GrPixelConfig config,
165 return this->writePixels(nullptr, left, top, width, height, config, nullptr, buffer,