/external/skqp/src/gpu/ |
D | GrGpu.cpp | 36 GrGpu::GrGpu(GrContext* context) in GrGpu() function in GrGpu 42 GrGpu::~GrGpu() {} in ~GrGpu() 44 void GrGpu::disconnect(DisconnectType) {} in disconnect() 48 bool GrGpu::IsACopyNeededForRepeatWrapMode(const GrCaps* caps, GrTextureProxy* texProxy, in IsACopyNeededForRepeatWrapMode() 88 bool GrGpu::IsACopyNeededForMips(const GrCaps* caps, const GrTextureProxy* texProxy, in IsACopyNeededForMips() 105 sk_sp<GrTexture> GrGpu::createTexture(const GrSurfaceDesc& origDesc, SkBudgeted budgeted, in createTexture() 146 sk_sp<GrTexture> GrGpu::createTexture(const GrSurfaceDesc& desc, SkBudgeted budgeted) { in createTexture() 150 sk_sp<GrTexture> GrGpu::wrapBackendTexture(const GrBackendTexture& backendTex, in wrapBackendTexture() 166 sk_sp<GrTexture> GrGpu::wrapRenderableBackendTexture(const GrBackendTexture& backendTex, in wrapRenderableBackendTexture() 188 sk_sp<GrRenderTarget> GrGpu::wrapBackendRenderTarget(const GrBackendRenderTarget& backendRT) { in wrapBackendRenderTarget() [all …]
|
D | GrBufferAllocPool.h | 18 class GrGpu; variable 62 GrBufferAllocPool(GrGpu* gpu, GrBufferType bufferType, void* initialBuffer); 138 GrGpu* fGpu; 159 GrVertexBufferAllocPool(GrGpu* gpu, void* initialBuffer); 238 GrIndexBufferAllocPool(GrGpu* gpu, void* initialBuffer);
|
D | GrBuffer.h | 13 class GrGpu; variable 20 static SK_WARN_UNUSED_RESULT sk_sp<GrBuffer> MakeCPUBacked(GrGpu*, size_t sizeInBytes, 104 GrBuffer(GrGpu*, size_t sizeInBytes, GrBufferType, GrAccessPattern); 112 GrBuffer(GrGpu*, size_t sizeInBytes, GrBufferType, void* cpuData);
|
D | GrResourceProvider.h | 20 class GrGpu; variable 61 GrResourceProvider(GrGpu*, GrResourceCache*, GrSingleOwner*, 281 GrGpu* gpu() { return fGpu; } in gpu() 282 const GrGpu* gpu() const { return fGpu; } in gpu() 298 GrGpu* fGpu;
|
D | GrPathRendering.h | 14 class GrGpu; variable 120 GrPathRendering(GrGpu* gpu) : fGpu(gpu) { } in GrPathRendering() 130 GrGpu* fGpu;
|
D | GrBuffer.cpp | 12 sk_sp<GrBuffer> GrBuffer::MakeCPUBacked(GrGpu* gpu, size_t sizeInBytes, GrBufferType intendedType, in MakeCPUBacked() 27 GrBuffer::GrBuffer(GrGpu* gpu, size_t sizeInBytes, GrBufferType type, void* cpuData) in GrBuffer() 37 GrBuffer::GrBuffer(GrGpu* gpu, size_t sizeInBytes, GrBufferType type, GrAccessPattern pattern) in GrBuffer()
|
D | GrOpFlushState.h | 21 class GrGpu; variable 32 GrOpFlushState(GrGpu*, GrResourceProvider*, GrTokenTracker*, void* vertexSpace, 51 GrGpu* gpu() { return fGpu; } in gpu() 160 GrGpu* fGpu;
|
D | GrTextureMaker.cpp | 31 !GrGpu::IsACopyNeededForRepeatWrapMode(fContext->contextPriv().caps(), original.get(), in onRefTextureProxyForParams() 34 needsCopyForMipsOnly = GrGpu::IsACopyNeededForMips(fContext->contextPriv().caps(), in onRefTextureProxyForParams() 43 !GrGpu::IsACopyNeededForRepeatWrapMode(fContext->contextPriv().caps(), nullptr, in onRefTextureProxyForParams()
|
/external/skia/src/gpu/ |
D | GrGpu.cpp | 40 GrGpu::GrGpu(GrContext* context) : fResetBits(kAll_GrBackendState), fContext(context) {} in GrGpu() function in GrGpu 42 GrGpu::~GrGpu() {} in ~GrGpu() 44 void GrGpu::disconnect(DisconnectType) {} in disconnect() 48 bool GrGpu::IsACopyNeededForRepeatWrapMode(const GrCaps* caps, in IsACopyNeededForRepeatWrapMode() 87 bool GrGpu::IsACopyNeededForMips(const GrCaps* caps, const GrTextureProxy* texProxy, in IsACopyNeededForMips() 150 sk_sp<GrTexture> GrGpu::createTextureCommon(SkISize dimensions, in createTextureCommon() 199 sk_sp<GrTexture> GrGpu::createTexture(SkISize dimensions, in createTexture() 221 sk_sp<GrTexture> GrGpu::createTexture(SkISize dimensions, in createTexture() 278 sk_sp<GrTexture> GrGpu::createCompressedTexture(SkISize dimensions, in createCompressedTexture() 310 sk_sp<GrTexture> GrGpu::wrapBackendTexture(const GrBackendTexture& backendTex, in wrapBackendTexture() [all …]
|
D | GrBufferAllocPool.h | 19 class GrGpu; variable 85 GrBufferAllocPool(GrGpu* gpu, GrGpuBufferType bufferType, sk_sp<CpuBufferCache> cpuBufferCache); 163 GrGpu* fGpu; 181 GrVertexBufferAllocPool(GrGpu* gpu, sk_sp<CpuBufferCache> cpuBufferCache); 260 GrIndexBufferAllocPool(GrGpu* gpu, sk_sp<CpuBufferCache> cpuBufferCache);
|
D | GrPathRendering.h | 13 class GrGpu; variable 124 GrPathRendering(GrGpu* gpu) : fGpu(gpu) { } in GrPathRendering() 132 GrGpu* fGpu;
|
D | GrResourceProvider.h | 20 class GrGpu; variable 40 GrResourceProvider(GrGpu*, GrResourceCache*, GrSingleOwner*); 363 GrGpu* gpu() { return fGpu; } in gpu() 364 const GrGpu* gpu() const { return fGpu; } in gpu() 381 GrGpu* fGpu;
|
D | GrOpFlushState.h | 21 class GrGpu; variable 31 GrOpFlushState(GrGpu*, GrResourceProvider*, GrTokenTracker*, 53 GrGpu* gpu() { return fGpu; } in gpu() 202 GrGpu* fGpu;
|
D | GrGpuBuffer.h | 14 class GrGpu; variable 84 GrGpuBuffer(GrGpu*, size_t sizeInBytes, GrGpuBufferType, GrAccessPattern);
|
D | GrTextureMaker.cpp | 33 !GrGpu::IsACopyNeededForRepeatWrapMode(this->context()->priv().caps(), texProxy, in onRefTextureProxyViewForParams() 36 needsCopyForMipsOnly = GrGpu::IsACopyNeededForMips(this->context()->priv().caps(), in onRefTextureProxyViewForParams() 45 !GrGpu::IsACopyNeededForRepeatWrapMode(this->context()->priv().caps(), nullptr, in onRefTextureProxyViewForParams()
|
/external/skia/include/gpu/ |
D | GrGpuResource.h | 16 class GrGpu; variable 203 GrGpuResource(GrGpu*); 206 GrGpu* getGpu() const { return fGpu; } in getGpu() 274 friend class GrGpu; // for assert in GrGpu to access getGpu variable 291 GrGpu* fGpu;
|
/external/skqp/include/gpu/ |
D | GrGpuResource.h | 16 class GrGpu; variable 259 GrGpuResource(GrGpu*); 262 GrGpu* getGpu() const { return fGpu; } in getGpu() 330 friend class GrGpu; // for assert in GrGpu to access getGpu variable 347 GrGpu* fGpu;
|
/external/skia/bench/ |
D | GrResourceCacheBench.cpp | 24 BenchResource (GrGpu* gpu) in BenchResource() 43 static void populate_cache(GrGpu* gpu, int resourceCount, int keyData32Count) { in populate_cache() 85 GrGpu* gpu = context->priv().getGpu(); in onDraw() 131 GrGpu* gpu = fContext->priv().getGpu(); in onDelayedSetup()
|
/external/skqp/bench/ |
D | GrResourceCacheBench.cpp | 24 BenchResource (GrGpu* gpu) in BenchResource() 43 static void populate_cache(GrGpu* gpu, int resourceCount, int keyData32Count) { in populate_cache() 85 GrGpu* gpu = context->contextPriv().getGpu(); in onDraw() 131 GrGpu* gpu = fContext->contextPriv().getGpu(); in onDelayedSetup()
|
/external/skqp/src/gpu/mtl/ |
D | GrMtlTrampoline.h | 15 class GrGpu; variable 24 static sk_sp<GrGpu> MakeGpu(GrContext*, const GrContextOptions&, void* device, void* queue);
|
/external/skia/src/gpu/mtl/ |
D | GrMtlTrampoline.h | 15 class GrGpu; variable 24 static sk_sp<GrGpu> MakeGpu(GrContext*, const GrContextOptions&, void* device, void* queue);
|
/external/skia/src/gpu/ops/ |
D | GrDashLinePathRenderer.h | 13 class GrGpu; variable 25 sk_sp<GrGpu> fGpu;
|
/external/skqp/src/gpu/ops/ |
D | GrDashLinePathRenderer.h | 13 class GrGpu; variable 25 sk_sp<GrGpu> fGpu;
|
/external/skqp/src/gpu/gl/ |
D | GrGLTexture.h | 92 GrGpu::ResetTimestamp getCachedParamsTimestamp() const { return fParamsTimestamp; } in getCachedParamsTimestamp() 98 GrGpu::ResetTimestamp currTimestamp) { in setCachedParams() 150 GrGpu::ResetTimestamp fParamsTimestamp;
|
/external/skqp/src/gpu/mock/ |
D | GrMockGpu.h | 21 class GrMockGpu : public GrGpu { 23 static sk_sp<GrGpu> Make(const GrMockOptions*, const GrContextOptions&, GrContext*); 130 typedef GrGpu INHERITED;
|