Home
last modified time | relevance | path

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

1234567

/third_party/skia/src/gpu/
DGrGpu.cpp38 GrGpu::GrGpu(GrDirectContext* direct) : fResetBits(kAll_GrBackendState), fContext(direct) {} in GrGpu() function in GrGpu
40 GrGpu::~GrGpu() { in ~GrGpu()
44 void GrGpu::initCapsAndCompiler(sk_sp<const GrCaps> caps) { in initCapsAndCompiler()
49 void GrGpu::disconnect(DisconnectType type) {} in disconnect()
98 sk_sp<GrTexture> GrGpu::createTextureCommon(SkISize dimensions, in createTextureCommon()
152 sk_sp<GrTexture> GrGpu::createTexture(SkISize dimensions, in createTexture()
182 sk_sp<GrTexture> GrGpu::createTexture(SkISize dimensions, in createTexture()
251 sk_sp<GrTexture> GrGpu::createCompressedTexture(SkISize dimensions, in createCompressedTexture()
287 sk_sp<GrTexture> GrGpu::wrapBackendTexture(const GrBackendTexture& backendTex, in wrapBackendTexture()
308 sk_sp<GrTexture> GrGpu::wrapCompressedBackendTexture(const GrBackendTexture& backendTex, in wrapCompressedBackendTexture()
[all …]
DGrRingBuffer.h15 class GrGpu; variable
25 GrRingBuffer(GrGpu* gpu, size_t size, size_t alignment, GrGpuBufferType intendedType) in GrRingBuffer()
46 void startSubmit(GrGpu*);
59 GrGpu* fGpu;
DGrBufferAllocPool.h20 class GrGpu; variable
86 GrBufferAllocPool(GrGpu* gpu, GrGpuBufferType bufferType, sk_sp<CpuBufferCache> cpuBufferCache);
164 GrGpu* fGpu;
182 GrVertexBufferAllocPool(GrGpu* gpu, sk_sp<CpuBufferCache> cpuBufferCache);
261 GrIndexBufferAllocPool(GrGpu* gpu, sk_sp<CpuBufferCache> cpuBufferCache);
320 GrDrawIndirectBufferAllocPool(GrGpu* gpu, sk_sp<CpuBufferCache> cpuBufferCache) in GrDrawIndirectBufferAllocPool()
DGrFinishCallbacks.h16 class GrGpu; variable
24 GrFinishCallbacks(GrGpu* gpu);
60 GrGpu* fGpu;
DGrStagingBufferManager.h15 class GrGpu; variable
19 GrStagingBufferManager(GrGpu* gpu) : fGpu(gpu) {} in GrStagingBufferManager()
64 GrGpu* fGpu;
DGrGpuResource.h15 class GrGpu; variable
225 GrGpuResource(GrGpu*);
228 GrGpu* getGpu() const { return fGpu; } in getGpu()
291 friend class GrGpu; // for assert in GrGpu to access getGpu variable
308 GrGpu* fGpu;
DGrResourceProvider.h20 class GrGpu; variable
42 GrResourceProvider(GrGpu*, GrResourceCache*, GrSingleOwner*);
393 GrGpu* gpu() { return fGpu; } in gpu()
394 const GrGpu* gpu() const { return fGpu; } in gpu()
411 GrGpu* fGpu;
DGrGpuBuffer.h14 class GrGpu; variable
84 GrGpuBuffer(GrGpu*, size_t sizeInBytes, GrGpuBufferType, GrAccessPattern);
/third_party/flutter/skia/src/gpu/
DGrGpu.cpp37 GrGpu::GrGpu(GrContext* context) : fResetBits(kAll_GrBackendState), fContext(context) {} in GrGpu() function in GrGpu
39 GrGpu::~GrGpu() {} in ~GrGpu()
41 void GrGpu::disconnect(DisconnectType) {} in disconnect()
45 bool GrGpu::IsACopyNeededForRepeatWrapMode(const GrCaps* caps, GrTextureProxy* texProxy, in IsACopyNeededForRepeatWrapMode()
85 bool GrGpu::IsACopyNeededForMips(const GrCaps* caps, const GrTextureProxy* texProxy, in IsACopyNeededForMips()
147 sk_sp<GrTexture> GrGpu::createTexture(const GrSurfaceDesc& desc, in createTexture()
209 sk_sp<GrTexture> GrGpu::createTexture(const GrSurfaceDesc& desc, const GrBackendFormat& format, in createTexture()
216 sk_sp<GrTexture> GrGpu::createCompressedTexture(int width, int height, in createCompressedTexture()
244 sk_sp<GrTexture> GrGpu::wrapBackendTexture(const GrBackendTexture& backendTex, in wrapBackendTexture()
265 sk_sp<GrTexture> GrGpu::wrapRenderableBackendTexture(const GrBackendTexture& backendTex, in wrapRenderableBackendTexture()
[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);
DGrPathRendering.h14 class GrGpu; variable
119 GrPathRendering(GrGpu* gpu) : fGpu(gpu) { } in GrPathRendering()
129 GrGpu* fGpu;
DGrResourceProvider.h20 class GrGpu; variable
56 GrResourceProvider(GrGpu*, GrResourceCache*, GrSingleOwner*);
320 GrGpu* gpu() { return fGpu; } in gpu()
321 const GrGpu* gpu() const { return fGpu; } in gpu()
337 GrGpu* fGpu;
DGrOpFlushState.h21 class GrGpu; variable
32 GrOpFlushState(GrGpu*, GrResourceProvider*, GrTokenTracker*,
54 GrGpu* gpu() { return fGpu; } in gpu()
161 GrGpu* fGpu;
DGrGpuBuffer.h14 class GrGpu; variable
84 GrGpuBuffer(GrGpu*, size_t sizeInBytes, GrGpuBufferType, GrAccessPattern);
DGrTextureMaker.cpp31 !GrGpu::IsACopyNeededForRepeatWrapMode(this->context()->priv().caps(), original.get(), in onRefTextureProxyForParams()
34 needsCopyForMipsOnly = GrGpu::IsACopyNeededForMips(this->context()->priv().caps(), in onRefTextureProxyForParams()
43 !GrGpu::IsACopyNeededForRepeatWrapMode(this->context()->priv().caps(), nullptr, in onRefTextureProxyForParams()
DGrProgramDesc.cpp59 GrGpu* gpu, const GrShaderCaps& caps) { in add_sampler_keys()
116 GrGpu* gpu, in gen_meta_key()
176 GrGpu* gpu, in gen_frag_proc_and_meta_keys()
194 GrGpu* gpu) { in Build()
/third_party/skia/src/gpu/mtl/
DGrMtlTrampoline.h15 class GrGpu; variable
25 static sk_sp<GrGpu> MakeGpu(const GrMtlBackendContext&, const GrContextOptions&,
/third_party/flutter/skia/src/gpu/mtl/
DGrMtlTrampoline.h15 class GrGpu; variable
24 static sk_sp<GrGpu> MakeGpu(GrContext*, const GrContextOptions&, void* device, void* queue);
/third_party/flutter/skia/src/gpu/ops/
DGrDashLinePathRenderer.h13 class GrGpu; variable
25 sk_sp<GrGpu> fGpu;
/third_party/flutter/skia/include/gpu/
DGrGpuResource.h16 class GrGpu; variable
279 GrGpuResource(GrGpu*);
282 GrGpu* getGpu() const { return fGpu; } in getGpu()
352 friend class GrGpu; // for assert in GrGpu to access getGpu variable
369 GrGpu* fGpu;
/third_party/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()
/third_party/flutter/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()
/third_party/skia/src/gpu/ops/
DDashLinePathRenderer.h13 class GrGpu; variable
32 sk_sp<GrGpu> fGpu;
/third_party/skia/src/gpu/gl/
DGrGLAttachment.h28 static sk_sp<GrGLAttachment> MakeWrappedRenderBuffer(GrGpu* gpu, in MakeWrappedRenderBuffer()
53 GrGLAttachment(GrGpu* gpu, in GrGLAttachment()
/third_party/skia/tests/
DResourceCacheTest.cpp186 GrGpu* gpu = context->priv().getGpu(); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
244 TestResource(GrGpu* gpu, SkBudgeted budgeted = SkBudgeted::kYes, size_t size = kDefaultSize) in TestResource()
254 static TestResource* CreateScratch(GrGpu* gpu, SkBudgeted budgeted, in CreateScratch()
258 static TestResource* CreateWrapped(GrGpu* gpu, GrWrapCacheable cacheable, in CreateWrapped()
287 TestResource(GrGpu* gpu, SkBudgeted budgeted, SimulatedProperty property, ScratchConstructor, in TestResource()
299 TestResource(GrGpu* gpu, GrWrapCacheable cacheable, size_t size) in TestResource()
339 GrGpu* gpu() { return fDContext->priv().getGpu(); } in gpu()
353 GrGpu* gpu = mock.gpu(); in test_no_key()
406 GrGpu* gpu = mock.gpu(); in test_purge_unlocked()
469 GrGpu* gpu = mock.gpu(); in test_purge_command_buffer_usage()
[all …]

1234567