Lines Matching refs:GrGpu
35 GrGpu::GrGpu(GrContext* context) in GrGpu() function in GrGpu
42 GrGpu::~GrGpu() {} in ~GrGpu()
44 void GrGpu::disconnect(DisconnectType) {} in disconnect()
48 bool GrGpu::isACopyNeededForTextureParams(int width, int height, in isACopyNeededForTextureParams()
125 sk_sp<GrTexture> GrGpu::createTexture(const GrSurfaceDesc& origDesc, SkBudgeted budgeted, in createTexture()
167 sk_sp<GrTexture> GrGpu::createTexture(const GrSurfaceDesc& desc, SkBudgeted budgeted) { in createTexture()
171 sk_sp<GrTexture> GrGpu::wrapBackendTexture(const GrBackendTexture& backendTex, in wrapBackendTexture()
188 sk_sp<GrTexture> GrGpu::wrapRenderableBackendTexture(const GrBackendTexture& backendTex, in wrapRenderableBackendTexture()
211 sk_sp<GrRenderTarget> GrGpu::wrapBackendRenderTarget(const GrBackendRenderTarget& backendRT) { in wrapBackendRenderTarget()
219 sk_sp<GrRenderTarget> GrGpu::wrapBackendTextureAsRenderTarget(const GrBackendTexture& tex, in wrapBackendTextureAsRenderTarget()
232 GrBuffer* GrGpu::createBuffer(size_t size, GrBufferType intendedType, in createBuffer()
242 bool GrGpu::copySurface(GrSurface* dst, GrSurfaceOrigin dstOrigin, in copySurface()
257 bool GrGpu::getReadPixelsInfo(GrSurface* srcSurface, GrSurfaceOrigin srcOrigin, in getReadPixelsInfo()
289 bool GrGpu::getWritePixelsInfo(GrSurface* dstSurface, GrSurfaceOrigin dstOrigin, in getWritePixelsInfo()
316 bool GrGpu::readPixels(GrSurface* surface, GrSurfaceOrigin origin, in readPixels()
343 bool GrGpu::writePixels(GrSurface* surface, GrSurfaceOrigin origin, in writePixels()
381 bool GrGpu::writePixels(GrSurface* surface, GrSurfaceOrigin origin, in writePixels()
390 bool GrGpu::transferPixels(GrTexture* texture, in transferPixels()
420 void GrGpu::resolveRenderTarget(GrRenderTarget* target, GrSurfaceOrigin origin) { in resolveRenderTarget()
426 void GrGpu::didWriteToSurface(GrSurface* surface, const SkIRect* bounds, uint32_t mipLevels) const { in didWriteToSurface()
440 const GrGpu::MultisampleSpecs& GrGpu::queryMultisampleSpecs(const GrPipeline& pipeline) { in queryMultisampleSpecs()
482 bool GrGpu::SamplePatternComparator::operator()(const SamplePattern& a, in operator ()()
499 GrSemaphoresSubmitted GrGpu::finishFlush(int numSemaphores, in finishFlush()
525 void GrGpu::dumpJSON(SkJSONWriter* writer) const { in dumpJSON()