Lines Matching refs:pixels
155 reading pixels for performance or correctness. */
206 to write pixels to a GrSurface for either performance or correctness reasons. */
210 should upload the pixels such that the upper left pixel of the upload rect is at 0,0 in
223 * Used to negotiate whether and how an intermediate surface should be used to write pixels to
225 * that would allow a successful transfer of the src pixels to the dst. The passed width,
232 * Reads a rectangle of pixels from a render target.
237 * @param width width of rectangle to read in pixels.
238 * @param height height of rectangle to read in pixels.
255 * Updates the pixels in a rectangle of a surface.
260 * @param width width of rectangle to write in pixels.
261 * @param height height of rectangle to write in pixels.
263 * @param buffer memory to read pixels from
273 * Updates the pixels in a rectangle of a surface using a GrTransferBuffer
278 * @param width width of rectangle to write in pixels.
279 * @param height height of rectangle to write in pixels.
281 * @param buffer GrTransferBuffer to read pixels from
420 virtual GrBackendObject createTestingOnlyBackendTexture(void* pixels, int w, int h,