Searched defs:GrGpu (Results 1 - 2 of 2) sorted by relevance

/external/skia/src/gpu/
H A DGrGpu.cpp9 #include "GrGpu.h"
47 GrGpu::GrGpu(GrContext* context) function in class:GrGpu
54 GrGpu::~GrGpu() {}
56 void GrGpu::disconnect(DisconnectType) {}
60 bool GrGpu::isACopyNeededForTextureParams(int width, int height,
146 GrTexture* GrGpu::createTexture(const GrSurfaceDesc& origDesc, SkBudgeted budgeted,
203 sk_sp<GrTexture> GrGpu::wrapBackendTexture(const GrBackendTextureDesc& desc,
229 sk_sp<GrRenderTarget> GrGpu
[all...]
H A DGrGpu.h44 class GrGpu : public SkRefCnt { class in inherits:SkRefCnt
47 * Create an instance of GrGpu that matches the specified backend. If the requested backend is
49 * fully constructed and should not be used by GrGpu until after this function returns.
51 static GrGpu* Create(GrBackend, GrBackendContext, const GrContextOptions&, GrContext* context);
55 GrGpu(GrContext* context);
56 ~GrGpu() override;
81 * The GrGpu object normally assumes that no outsider is setting state
83 * the GrGpu that the state was modified and it shouldn't make assumptions
165 /** If the GrGpu is requesting that the caller do a draw to an intermediate surface then
183 /** On input means that the caller would proceed without draw if the GrGpu does
[all...]

Completed in 262 milliseconds