Lines Matching refs:desc
125 * @param desc Description of the texture properties.
133 const GrTextureDesc& desc,
143 * @param desc Description of the texture properties.
150 GrTexture* findAndRefTexture(const GrTextureDesc& desc,
158 bool isTextureInCache(const GrTextureDesc& desc,
173 * at least as large in width and height as desc specifies. If desc
175 * render target. If desc specifies a render target and doesn't set the
183 * Returns a texture matching the desc. It's contents are unknown. Subsequent
216 GrTexture* createUncachedTexture(const GrTextureDesc& desc,
311 * @param desc description of the object to create.
315 GrTexture* wrapBackendTexture(const GrBackendTextureDesc& desc);
323 * @param desc description of the object to create.
327 GrRenderTarget* wrapBackendRenderTarget(const GrBackendRenderTargetDesc& desc);
915 GrTexture* createResizedTexture(const GrTextureDesc& desc,
972 const GrTextureDesc& desc,
976 this->set(context, desc, match);
1023 const GrTextureDesc& desc,
1029 fTexture = fContext->lockAndRefScratchTexture(desc, match);