Home | History | Annotate | Download | only in gpu

Lines Matching refs:config

47      * @return the pixel config. Can be kUnknown_GrPixelConfig
49 * config that isn't equivalent with one of our configs.
51 GrPixelConfig config() const { return fConfig; }
132 * @param config the pixel config of the destination buffer
138 * because of an unsupported pixel config.
141 GrPixelConfig config, void* buffer, size_t rowBytes);
150 * @param config the pixel config of the source buffer
156 GrPixelConfig config, const void* buffer, size_t rowBytes);
179 GrPixelConfig config,
186 , fConfig(config)