Home | History | Annotate | Download | only in gpu

Lines Matching refs:height

88      *                    it contains width*height texels. If nullptr texture data
162 (in terms of width and height) for the intermediate texture instead of approximate. */
199 * that would allow a successful readPixels call. The passed width, height, and rowBytes,
226 * height, and rowBytes, must be non-zero and already reflect clipping to the dst bounds.
228 bool getWritePixelsInfo(GrSurface* dstSurface, int width, int height,
238 * @param height height of rectangle to read in pixels.
251 int left, int top, int width, int height,
261 * @param height height of rectangle to write in pixels.
268 int left, int top, int width, int height,
279 * @param height height of rectangle to write in pixels.
287 int left, int top, int width, int height,
430 // width and height may be larger than rt (if underlying API allows it).
435 int height) = 0;
445 bool makeCopyForTextureParams(int width, int height, const GrTextureParams&,
454 if (this->makeCopyForTextureParams(texture->width(), texture->height(), params,
543 virtual bool onGetWritePixelsInfo(GrSurface* dstSurface, int width, int height,
550 int width, int height,
557 int left, int top, int width, int height,
563 int left, int top, int width, int height,