Home
last modified time | relevance | path

Searched refs:GrGpu (Results 1 – 25 of 183) sorted by relevance

12345678

/external/skia/src/gpu/
DGrGpu.cpp35 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 …]
DGrBufferAllocPool.h19 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);
DGrResourceProvider.h20 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;
DGrPathRendering.h14 class GrGpu; variable
120 GrPathRendering(GrGpu* gpu) : fGpu(gpu) { } in GrPathRendering()
130 GrGpu* fGpu;
DGrOpFlushState.h21 class GrGpu; variable
32 GrOpFlushState(GrGpu*, GrResourceProvider*, GrTokenTracker*,
53 GrGpu* gpu() { return fGpu; } in gpu()
159 GrGpu* fGpu;
/external/skqp/src/gpu/
DGrGpu.cpp36 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 …]
DGrBufferAllocPool.h18 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);
DGrBuffer.h13 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);
DGrResourceProvider.h20 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;
DGrPathRendering.h14 class GrGpu; variable
120 GrPathRendering(GrGpu* gpu) : fGpu(gpu) { } in GrPathRendering()
130 GrGpu* fGpu;
DGrOpFlushState.h21 class GrGpu; variable
32 GrOpFlushState(GrGpu*, GrResourceProvider*, GrTokenTracker*, void* vertexSpace,
51 GrGpu* gpu() { return fGpu; } in gpu()
160 GrGpu* fGpu;
DGrBuffer.cpp12 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/
DGrGpuResource.h16 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/
DGrGpuResource.h16 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/
DGrResourceCacheBench.cpp24 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/
DGrResourceCacheBench.cpp24 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/
DGrMtlTrampoline.h15 class GrGpu; variable
24 static sk_sp<GrGpu> MakeGpu(GrContext*, const GrContextOptions&, void* device, void* queue);
/external/skqp/src/gpu/mtl/
DGrMtlTrampoline.h15 class GrGpu; variable
24 static sk_sp<GrGpu> MakeGpu(GrContext*, const GrContextOptions&, void* device, void* queue);
/external/skia/src/gpu/gl/
DGrGLTexture.h79 GrGpu::ResetTimestamp getCachedParamsTimestamp() const { return fParamsTimestamp; } in getCachedParamsTimestamp()
85 GrGpu::ResetTimestamp currTimestamp) { in setCachedParams()
123 GrGpu::ResetTimestamp fParamsTimestamp;
/external/skia/src/gpu/ops/
DGrDashLinePathRenderer.h13 class GrGpu; variable
25 sk_sp<GrGpu> fGpu;
/external/skqp/src/gpu/ops/
DGrDashLinePathRenderer.h13 class GrGpu; variable
25 sk_sp<GrGpu> fGpu;
/external/skqp/src/gpu/gl/
DGrGLTexture.h92 GrGpu::ResetTimestamp getCachedParamsTimestamp() const { return fParamsTimestamp; } in getCachedParamsTimestamp()
98 GrGpu::ResetTimestamp currTimestamp) { in setCachedParams()
150 GrGpu::ResetTimestamp fParamsTimestamp;
/external/skqp/tests/
DResourceCacheTest.cpp201 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/
DResourceCacheTest.cpp201 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/
DGrMockGpu.h21 class GrMockGpu : public GrGpu {
23 static sk_sp<GrGpu> Make(const GrMockOptions*, const GrContextOptions&, GrContext*);
130 typedef GrGpu INHERITED;

12345678