/external/skia/src/gpu/ |
D | GrGpu.cpp | 35 GrGpu::GrGpu(GrContext* context) in GrGpu() function in GrGpu 41 GrGpu::~GrGpu() {} in ~GrGpu() 43 void GrGpu::disconnect(DisconnectType) {} in disconnect() 47 bool GrGpu::IsACopyNeededForRepeatWrapMode(const GrCaps* caps, GrTextureProxy* texProxy, in IsACopyNeededForRepeatWrapMode() 87 bool GrGpu::IsACopyNeededForMips(const GrCaps* caps, const GrTextureProxy* texProxy, in IsACopyNeededForMips() 104 sk_sp<GrTexture> GrGpu::createTexture(const GrSurfaceDesc& origDesc, SkBudgeted budgeted, in createTexture() 145 sk_sp<GrTexture> GrGpu::createTexture(const GrSurfaceDesc& desc, SkBudgeted budgeted) { in createTexture() 149 sk_sp<GrTexture> GrGpu::wrapBackendTexture(const GrBackendTexture& backendTex, in wrapBackendTexture() 165 sk_sp<GrTexture> GrGpu::wrapRenderableBackendTexture(const GrBackendTexture& backendTex, in wrapRenderableBackendTexture() 187 sk_sp<GrRenderTarget> GrGpu::wrapBackendRenderTarget(const GrBackendRenderTarget& backendRT) { in wrapBackendRenderTarget() [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 | GrResourceProvider.h | 20 class GrGpu; variable 56 GrResourceProvider(GrGpu*, GrResourceCache*, GrSingleOwner*, 278 GrGpu* gpu() { return fGpu; } in gpu() 279 const GrGpu* gpu() const { return fGpu; } in gpu() 295 GrGpu* fGpu;
|
D | GrPathRendering.h | 14 class GrGpu; variable 120 GrPathRendering(GrGpu* gpu) : fGpu(gpu) { } in GrPathRendering() 130 GrGpu* fGpu;
|
D | GrOpFlushState.h | 21 class GrGpu; variable 32 GrOpFlushState(GrGpu*, GrResourceProvider*, GrTokenTracker*, 53 GrGpu* gpu() { return fGpu; } in gpu() 159 GrGpu* fGpu;
|
/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 | GrOpFlushState.h | 21 class GrGpu; variable 32 GrOpFlushState(GrGpu*, GrResourceProvider*, GrTokenTracker*, void* vertexSpace, 51 GrGpu* gpu() { return fGpu; } in gpu() 160 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()
|
/external/skia/include/gpu/ |
D | GrGpuResource.h | 16 class GrGpu; variable 264 GrGpuResource(GrGpu*); 267 GrGpu* getGpu() const { return fGpu; } in getGpu() 336 friend class GrGpu; // for assert in GrGpu to access getGpu variable 353 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/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/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/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/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/gl/ |
D | GrGLTexture.h | 79 GrGpu::ResetTimestamp getCachedParamsTimestamp() const { return fParamsTimestamp; } in getCachedParamsTimestamp() 85 GrGpu::ResetTimestamp currTimestamp) { in setCachedParams() 123 GrGpu::ResetTimestamp fParamsTimestamp;
|
/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/tests/ |
D | ResourceCacheTest.cpp | 201 GrGpu* gpu = context->contextPriv().getGpu(); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 266 TestResource(GrGpu* gpu, SkBudgeted budgeted = SkBudgeted::kYes, size_t size = kDefaultSize) in TestResource() 276 static TestResource* CreateScratch(GrGpu* gpu, SkBudgeted budgeted, in CreateScratch() 280 static TestResource* CreateWrapped(GrGpu* gpu, GrWrapCacheable cacheable, in CreateWrapped() 309 TestResource(GrGpu* gpu, SkBudgeted budgeted, SimulatedProperty property, ScratchConstructor, in TestResource() 321 TestResource(GrGpu* gpu, GrWrapCacheable cacheable, size_t size) in TestResource() 376 GrGpu* gpu = context->contextPriv().getGpu(); in test_no_key() 430 GrGpu* gpu = context->contextPriv().getGpu(); in test_purge_unlocked() 494 GrGpu* gpu = context->contextPriv().getGpu(); in test_budgeting() 621 GrGpu* gpu = context->contextPriv().getGpu(); in test_unbudgeted() [all …]
|
/external/skia/tests/ |
D | ResourceCacheTest.cpp | 201 GrGpu* gpu = context->priv().getGpu(); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 266 TestResource(GrGpu* gpu, SkBudgeted budgeted = SkBudgeted::kYes, size_t size = kDefaultSize) in TestResource() 276 static TestResource* CreateScratch(GrGpu* gpu, SkBudgeted budgeted, in CreateScratch() 280 static TestResource* CreateWrapped(GrGpu* gpu, GrWrapCacheable cacheable, in CreateWrapped() 309 TestResource(GrGpu* gpu, SkBudgeted budgeted, SimulatedProperty property, ScratchConstructor, in TestResource() 321 TestResource(GrGpu* gpu, GrWrapCacheable cacheable, size_t size) in TestResource() 376 GrGpu* gpu = context->priv().getGpu(); in test_no_key() 430 GrGpu* gpu = context->priv().getGpu(); in test_purge_unlocked() 494 GrGpu* gpu = context->priv().getGpu(); in test_budgeting() 621 GrGpu* gpu = context->priv().getGpu(); in test_unbudgeted() [all …]
|
/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;
|