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

/external/skia/src/gpu/
H A DGrGpu.cpp9 #include "GrGpu.h"
31 GrGpu::GrGpu(GrContext* context) function in class:GrGpu
38 GrGpu::~GrGpu() {}
40 void GrGpu::disconnect(DisconnectType) {}
44 bool GrGpu::isACopyNeededForTextureParams(int width, int height,
133 sk_sp<GrTexture> GrGpu::createTexture(const GrSurfaceDesc& origDesc, SkBudgeted budgeted,
135 GR_CREATE_TRACE_MARKER_CONTEXT("GrGpu", "createTexture", fContext);
172 sk_sp<GrTexture> GrGpu
[all...]
H A DGrGpu.h50 class GrGpu : public SkRefCnt { class in inherits:SkRefCnt
53 * Create an instance of GrGpu that matches the specified backend. If the requested backend is
55 * fully constructed and should not be used by GrGpu until after this function returns.
57 static GrGpu* Create(GrBackend, GrBackendContext, const GrContextOptions&, GrContext* context);
61 GrGpu(GrContext* context);
62 ~GrGpu() override;
87 * The GrGpu object normally assumes that no outsider is setting state
89 * the GrGpu that the state was modified and it shouldn't make assumptions
163 /** If the GrGpu is requesting that the caller do a draw to an intermediate surface then
181 /** On input means that the caller would proceed without draw if the GrGpu does
[all...]

Completed in 89 milliseconds