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"
46 GrGpu::GrGpu(GrContext* context)
52 GrGpu::~GrGpu() {}
54 void GrGpu::contextAbandoned() {}
58 bool GrGpu::makeCopyForTextureParams(int width, int height, const GrTextureParams& textureParams,
91 GrTexture* GrGpu::createTexture(const GrSurfaceDesc& origDesc, SkBudgeted budgeted,
161 GrTexture* GrGpu::wrapBackendTexture(const GrBackendTextureDesc& desc, GrWrapOwnership ownership) {
188 GrRenderTarget* GrGpu::wrapBackendRenderTarget(const GrBackendRenderTargetDesc& desc
    [all...]
GrGpu.h 39 class GrGpu : public SkRefCnt {
42 * Create an instance of GrGpu that matches the specified backend. If the requested backend is
44 * fully constructed and should not be used by GrGpu until after this function returns.
46 static GrGpu* Create(GrBackend, GrBackendContext, const GrContextOptions&, GrContext* context);
50 GrGpu(GrContext* context);
51 ~GrGpu() override;
64 // GrGpu should use this to ensure that no backend API calls will be made from
70 * The GrGpu object normally assumes that no outsider is setting state
72 * the GrGpu that the state was modified and it shouldn't make assumptions
157 /** If the GrGpu is requesting that the caller do a draw to an intermediate surface the
    [all...]

Completed in 415 milliseconds