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"
47 GrGpu::GrGpu(GrContext* context)
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::wrapBackendRenderTarget(const GrBackendRenderTargetDesc& desc)
    [all...]
GrGpu.h 44 class GrGpu : public 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 doesn't reques
    [all...]

Completed in 320 milliseconds