HomeSort by relevance Sort by last modified time
    Searched defs:GrGpu (Results 1 - 2 of 2) sorted by null

  /external/skia/src/gpu/
GrGpu.cpp 9 #include "GrGpu.h"
31 GrGpu::GrGpu(GrContext* context)
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::createTexture(const GrSurfaceDesc& desc, SkBudgeted budgeted)
    [all...]
GrGpu.h 50 class GrGpu : public 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 doesn't reques
    [all...]

Completed in 134 milliseconds