/third_party/skia/src/gpu/ |
D | GrGpu.cpp | 38 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 …]
|
D | GrRingBuffer.h | 15 class GrGpu; variable 25 GrRingBuffer(GrGpu* gpu, size_t size, size_t alignment, GrGpuBufferType intendedType) in GrRingBuffer() 46 void startSubmit(GrGpu*); 59 GrGpu* fGpu;
|
D | GrBufferAllocPool.h | 20 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()
|
D | GrFinishCallbacks.h | 16 class GrGpu; variable 24 GrFinishCallbacks(GrGpu* gpu); 60 GrGpu* fGpu;
|
D | GrStagingBufferManager.h | 15 class GrGpu; variable 19 GrStagingBufferManager(GrGpu* gpu) : fGpu(gpu) {} in GrStagingBufferManager() 64 GrGpu* fGpu;
|
D | GrGpuResource.h | 15 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;
|
D | GrResourceProvider.h | 20 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;
|
D | GrGpuBuffer.h | 14 class GrGpu; variable 84 GrGpuBuffer(GrGpu*, size_t sizeInBytes, GrGpuBufferType, GrAccessPattern);
|
/third_party/flutter/skia/src/gpu/ |
D | GrGpu.cpp | 37 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 …]
|
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 | 14 class GrGpu; variable 119 GrPathRendering(GrGpu* gpu) : fGpu(gpu) { } in GrPathRendering() 129 GrGpu* fGpu;
|
D | GrResourceProvider.h | 20 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;
|
D | GrOpFlushState.h | 21 class GrGpu; variable 32 GrOpFlushState(GrGpu*, GrResourceProvider*, GrTokenTracker*, 54 GrGpu* gpu() { return fGpu; } in gpu() 161 GrGpu* fGpu;
|
D | GrGpuBuffer.h | 14 class GrGpu; variable 84 GrGpuBuffer(GrGpu*, size_t sizeInBytes, GrGpuBufferType, GrAccessPattern);
|
D | GrTextureMaker.cpp | 31 !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()
|
D | GrProgramDesc.cpp | 59 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/ |
D | GrMtlTrampoline.h | 15 class GrGpu; variable 25 static sk_sp<GrGpu> MakeGpu(const GrMtlBackendContext&, const GrContextOptions&,
|
/third_party/flutter/skia/src/gpu/mtl/ |
D | GrMtlTrampoline.h | 15 class GrGpu; variable 24 static sk_sp<GrGpu> MakeGpu(GrContext*, const GrContextOptions&, void* device, void* queue);
|
/third_party/flutter/skia/src/gpu/ops/ |
D | GrDashLinePathRenderer.h | 13 class GrGpu; variable 25 sk_sp<GrGpu> fGpu;
|
/third_party/flutter/skia/include/gpu/ |
D | GrGpuResource.h | 16 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/ |
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()
|
/third_party/flutter/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()
|
/third_party/skia/src/gpu/ops/ |
D | DashLinePathRenderer.h | 13 class GrGpu; variable 32 sk_sp<GrGpu> fGpu;
|
/third_party/skia/src/gpu/gl/ |
D | GrGLAttachment.h | 28 static sk_sp<GrGLAttachment> MakeWrappedRenderBuffer(GrGpu* gpu, in MakeWrappedRenderBuffer() 53 GrGLAttachment(GrGpu* gpu, in GrGLAttachment()
|
/third_party/skia/tests/ |
D | ResourceCacheTest.cpp | 186 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 …]
|