Lines Matching refs:GrGpu

36 GrGpu::GrGpu(GrContext* context)  in GrGpu()  function in GrGpu
42 GrGpu::~GrGpu() {} in ~GrGpu()
44 void GrGpu::disconnect(DisconnectType) {} in disconnect()
48 bool GrGpu::IsACopyNeededForRepeatWrapMode(const GrCaps* caps, GrTextureProxy* texProxy, in IsACopyNeededForRepeatWrapMode()
88 bool GrGpu::IsACopyNeededForMips(const GrCaps* caps, const GrTextureProxy* texProxy, in IsACopyNeededForMips()
105 sk_sp<GrTexture> GrGpu::createTexture(const GrSurfaceDesc& origDesc, SkBudgeted budgeted, in createTexture()
146 sk_sp<GrTexture> GrGpu::createTexture(const GrSurfaceDesc& desc, SkBudgeted budgeted) { in createTexture()
150 sk_sp<GrTexture> GrGpu::wrapBackendTexture(const GrBackendTexture& backendTex, in wrapBackendTexture()
166 sk_sp<GrTexture> GrGpu::wrapRenderableBackendTexture(const GrBackendTexture& backendTex, in wrapRenderableBackendTexture()
188 sk_sp<GrRenderTarget> GrGpu::wrapBackendRenderTarget(const GrBackendRenderTarget& backendRT) { in wrapBackendRenderTarget()
196 sk_sp<GrRenderTarget> GrGpu::wrapBackendTextureAsRenderTarget(const GrBackendTexture& tex, in wrapBackendTextureAsRenderTarget()
209 sk_sp<GrRenderTarget> GrGpu::wrapVulkanSecondaryCBAsRenderTarget(const SkImageInfo& imageInfo, in wrapVulkanSecondaryCBAsRenderTarget()
214 sk_sp<GrRenderTarget> GrGpu::onWrapVulkanSecondaryCBAsRenderTarget(const SkImageInfo& imageInfo, in onWrapVulkanSecondaryCBAsRenderTarget()
220 sk_sp<GrBuffer> GrGpu::createBuffer(size_t size, GrBufferType intendedType, in createBuffer()
230 bool GrGpu::copySurface(GrSurface* dst, GrSurfaceOrigin dstOrigin, in copySurface()
247 bool GrGpu::readPixels(GrSurface* surface, int left, int top, int width, int height, in readPixels()
268 bool GrGpu::writePixels(GrSurface* surface, int left, int top, int width, int height, in writePixels()
305 bool GrGpu::transferPixels(GrTexture* texture, int left, int top, int width, int height, in transferPixels()
334 bool GrGpu::regenerateMipMapLevels(GrTexture* texture) { in regenerateMipMapLevels()
350 void GrGpu::resolveRenderTarget(GrRenderTarget* target) { in resolveRenderTarget()
356 void GrGpu::didWriteToSurface(GrSurface* surface, GrSurfaceOrigin origin, const SkIRect* bounds, in didWriteToSurface()
378 GrSemaphoresSubmitted GrGpu::finishFlush(int numSemaphores, in finishFlush()
406 void GrGpu::dumpJSON(SkJSONWriter* writer) const { in dumpJSON()
416 void GrGpu::dumpJSON(SkJSONWriter* writer) const { } in dumpJSON()
420 GrBackendTexture GrGpu::createTestingOnlyBackendTexture(const void* pixels, int w, int h, in createTestingOnlyBackendTexture()