• Home
  • Raw
  • Download

Lines Matching refs:GrGpu

37 GrGpu::GrGpu(GrContext* context) : fResetBits(kAll_GrBackendState), fContext(context) {}  in GrGpu()  function in GrGpu
39 GrGpu::~GrGpu() {} in ~GrGpu()
41 void GrGpu::disconnect(DisconnectType) {} in disconnect()
45 bool GrGpu::IsACopyNeededForRepeatWrapMode(const GrCaps* caps, GrTextureProxy* texProxy, in IsACopyNeededForRepeatWrapMode()
85 bool GrGpu::IsACopyNeededForMips(const GrCaps* caps, const GrTextureProxy* texProxy, in IsACopyNeededForMips()
147 sk_sp<GrTexture> GrGpu::createTexture(const GrSurfaceDesc& desc, in createTexture()
209 sk_sp<GrTexture> GrGpu::createTexture(const GrSurfaceDesc& desc, const GrBackendFormat& format, in createTexture()
216 sk_sp<GrTexture> GrGpu::createCompressedTexture(int width, int height, in createCompressedTexture()
244 sk_sp<GrTexture> GrGpu::wrapBackendTexture(const GrBackendTexture& backendTex, in wrapBackendTexture()
265 sk_sp<GrTexture> GrGpu::wrapRenderableBackendTexture(const GrBackendTexture& backendTex, in wrapRenderableBackendTexture()
291 sk_sp<GrRenderTarget> GrGpu::wrapBackendRenderTarget(const GrBackendRenderTarget& backendRT, in wrapBackendRenderTarget()
304 sk_sp<GrRenderTarget> GrGpu::wrapBackendTextureAsRenderTarget(const GrBackendTexture& backendTex, in wrapBackendTextureAsRenderTarget()
323 sk_sp<GrRenderTarget> GrGpu::wrapVulkanSecondaryCBAsRenderTarget(const SkImageInfo& imageInfo, in wrapVulkanSecondaryCBAsRenderTarget()
328 sk_sp<GrRenderTarget> GrGpu::onWrapVulkanSecondaryCBAsRenderTarget(const SkImageInfo& imageInfo, in onWrapVulkanSecondaryCBAsRenderTarget()
334 sk_sp<GrGpuBuffer> GrGpu::createBuffer(size_t size, GrGpuBufferType intendedType, in createBuffer()
345 bool GrGpu::copySurface(GrSurface* dst, GrSurface* src, const SkIRect& srcRect, in copySurface()
359 bool GrGpu::readPixels(GrSurface* surface, int left, int top, int width, int height, in readPixels()
396 bool GrGpu::writePixels(GrSurface* surface, int left, int top, int width, int height, in writePixels()
438 bool GrGpu::transferPixelsTo(GrTexture* texture, int left, int top, int width, int height, in transferPixelsTo()
484 bool GrGpu::transferPixelsFrom(GrSurface* surface, int left, int top, int width, int height, in transferPixelsFrom()
515 bool GrGpu::regenerateMipMapLevels(GrTexture* texture) { in regenerateMipMapLevels()
532 void GrGpu::resetTextureBindings() { in resetTextureBindings()
537 void GrGpu::resolveRenderTarget(GrRenderTarget* target) { in resolveRenderTarget()
543 void GrGpu::didWriteToSurface(GrSurface* surface, GrSurfaceOrigin origin, const SkIRect* bounds, in didWriteToSurface()
565 int GrGpu::findOrAssignSamplePatternKey(GrRenderTarget* renderTarget) { in findOrAssignSamplePatternKey()
576 GrSemaphoresSubmitted GrGpu::finishFlush(GrSurfaceProxy* proxies[], in finishFlush()
609 void GrGpu::dumpJSON(SkJSONWriter* writer) const { in dumpJSON()
619 void GrGpu::dumpJSON(SkJSONWriter* writer) const { } in dumpJSON()
625 void GrGpu::Stats::dump(SkString* out) { in dump()
637 void GrGpu::Stats::dumpKeyValuePairs(SkTArray<SkString>* keys, SkTArray<double>* values) { in dumpKeyValuePairs()