Home
last modified time | relevance | path

Searched refs:GrContextPriv (Results 1 – 25 of 30) sorted by relevance

12

/external/skqp/src/gpu/
DGrContextPriv.h29 class GrContextPriv {
294 explicit GrContextPriv(GrContext* context) : fContext(context) {}
295 GrContextPriv(const GrContextPriv&); // unimpl
296 GrContextPriv& operator=(const GrContextPriv&); // unimpl
299 const GrContextPriv* operator&() const;
300 GrContextPriv* operator&();
307 inline GrContextPriv GrContext::contextPriv() { return GrContextPriv(this); } in contextPriv()
309 inline const GrContextPriv GrContext::contextPriv () const { in contextPriv()
310 return GrContextPriv(const_cast<GrContext*>(this)); in contextPriv()
DGrContext.cpp316 void GrContextPriv::flush(GrSurfaceProxy* proxy) { in flush()
397 bool GrContextPriv::writeSurfacePixels(GrSurfaceContext* dst, int left, int top, int width, in writeSurfacePixels()
583 bool GrContextPriv::readSurfacePixels(GrSurfaceContext* src, int left, int top, int width, in readSurfacePixels()
778 void GrContextPriv::prepareSurfaceForExternalIO(GrSurfaceProxy* proxy) { in prepareSurfaceForExternalIO()
786 void GrContextPriv::flushSurfaceWrites(GrSurfaceProxy* proxy) { in flushSurfaceWrites()
796 void GrContextPriv::flushSurfaceIO(GrSurfaceProxy* proxy) { in flushSurfaceIO()
808 sk_sp<GrOpMemoryPool> GrContextPriv::refOpMemoryPool() { in refOpMemoryPool()
820 GrOpMemoryPool* GrContextPriv::opMemoryPool() { in opMemoryPool()
824 sk_sp<GrSurfaceContext> GrContextPriv::makeWrappedSurfaceContext(sk_sp<GrSurfaceProxy> proxy, in makeWrappedSurfaceContext()
839 sk_sp<GrSurfaceContext> GrContextPriv::makeDeferredSurfaceContext(const GrBackendFormat& format, in makeDeferredSurfaceContext()
[all …]
DGrSurfaceContext.cpp49 flags |= GrContextPriv::kUnpremul_PixelOpsFlag; in readPixels()
68 flags |= GrContextPriv::kUnpremul_PixelOpsFlag; in writePixels()
DGrDDLContext.cpp68 sk_sp<GrContext> GrContextPriv::MakeDDL(const sk_sp<GrContextThreadSafeProxy>& proxy) { in MakeDDL()
DGrDrawingManager.h152 friend class GrContextPriv; // access to: flush variable
/external/skia/src/gpu/
DGrContextPriv.cpp34 sk_sp<const GrCaps> GrContextPriv::refCaps() const { in refCaps()
38 sk_sp<GrSkSLFPFactoryCache> GrContextPriv::fpFactoryCache() { in fpFactoryCache()
42 sk_sp<GrOpMemoryPool> GrContextPriv::refOpMemoryPool() { in refOpMemoryPool()
46 void GrContextPriv::addOnFlushCallbackObject(GrOnFlushCallbackObject* onFlushCBObject) { in addOnFlushCallbackObject()
50 sk_sp<GrSurfaceContext> GrContextPriv::makeWrappedSurfaceContext( in makeWrappedSurfaceContext()
57 sk_sp<GrSurfaceContext> GrContextPriv::makeDeferredSurfaceContext( in makeDeferredSurfaceContext()
70 sk_sp<GrRenderTargetContext> GrContextPriv::makeDeferredRenderTargetContext( in makeDeferredRenderTargetContext()
86 sk_sp<GrRenderTargetContext> GrContextPriv::makeDeferredRenderTargetContextWithFallback( in makeDeferredRenderTargetContextWithFallback()
103 sk_sp<GrTextureContext> GrContextPriv::makeBackendTextureContext(const GrBackendTexture& tex, in makeBackendTextureContext()
117 sk_sp<GrRenderTargetContext> GrContextPriv::makeBackendTextureRenderTargetContext( in makeBackendTextureRenderTargetContext()
[all …]
DGrContextPriv.h31 class GrContextPriv {
318 explicit GrContextPriv(GrContext* context) : fContext(context) {} in GrContextPriv() function
319 GrContextPriv(const GrContextPriv&); // unimpl
320 GrContextPriv& operator=(const GrContextPriv&); // unimpl
323 const GrContextPriv* operator&() const;
324 GrContextPriv* operator&();
331 inline GrContextPriv GrContext::priv() { return GrContextPriv(this); } in priv()
333 inline const GrContextPriv GrContext::priv() const { in priv()
334 return GrContextPriv(const_cast<GrContext*>(this)); in priv()
DGrSurfaceContext.cpp60 flags |= GrContextPriv::kUnpremul_PixelOpsFlag; in readPixels()
85 flags |= GrContextPriv::kUnpremul_PixelOpsFlag; in writePixels()
DGrDDLContext.cpp74 sk_sp<GrContext> GrContextPriv::MakeDDL(const sk_sp<GrContextThreadSafeProxy>& proxy) { in MakeDDL()
DGrDrawingManager.h165 friend class GrContextPriv; // access to: flush variable
/external/skqp/tools/gpu/
DGrTest.cpp45 void GrContextPriv::setTextBlobCacheLimit_ForTesting(size_t bytes) { in setTextBlobCacheLimit_ForTesting()
51 void GrContextPriv::purgeAllUnlockedResources_ForTesting() { in purgeAllUnlockedResources_ForTesting()
55 void GrContextPriv::resetGpuStats() const { in resetGpuStats()
61 void GrContextPriv::dumpCacheStats(SkString* out) const { in dumpCacheStats()
67 void GrContextPriv::dumpCacheStatsKeyValuePairs(SkTArray<SkString>* keys, in dumpCacheStatsKeyValuePairs()
74 void GrContextPriv::printCacheStats() const { in printCacheStats()
80 void GrContextPriv::dumpGpuStats(SkString* out) const { in dumpGpuStats()
86 void GrContextPriv::dumpGpuStatsKeyValuePairs(SkTArray<SkString>* keys, in dumpGpuStatsKeyValuePairs()
93 void GrContextPriv::printGpuStats() const { in printGpuStats()
99 sk_sp<SkImage> GrContextPriv::getFontAtlasImage_ForTesting(GrMaskFormat format, unsigned int index)… in getFontAtlasImage_ForTesting()
[all …]
/external/skia/include/gpu/
DGrContext.h24 class GrContextPriv; variable
300 GrContextPriv priv();
301 const GrContextPriv priv() const;
339 friend class GrContextPriv; variable
/external/skqp/include/gpu/
DGrContext.h26 class GrContextPriv; variable
271 GrContextPriv contextPriv();
272 const GrContextPriv contextPriv() const;
329 friend class GrContextPriv; variable
/external/skia/tools/sk_app/
DMetalWindowContext.mm13 #include "GrContextPriv.h"
/external/skia/src/core/
DSkDeferredDisplayListRecorder.cpp74 fContext = GrContextPriv::MakeDDL(fCharacterization.refContextInfo()); in SkDeferredDisplayListRecorder()
/external/skqp/src/core/
DSkDeferredDisplayListRecorder.cpp76 fContext = GrContextPriv::MakeDDL(fCharacterization.refContextInfo()); in SkDeferredDisplayListRecorder()
/external/skqp/src/gpu/effects/
DGrConfigConversionEffect.fp11 #include "GrContextPriv.h"
DGrRRectBlurEffect.fp18 #include "GrContextPriv.h"
/external/skia/src/gpu/effects/
DGrConfigConversionEffect.fp11 #include "GrContextPriv.h"
/external/skia/src/gpu/mtl/
DGrMtlPipelineState.mm11 #include "GrContextPriv.h"
DGrMtlPipelineStateBuilder.mm11 #include "GrContextPriv.h"
/external/skqp/src/gpu/mtl/
DGrMtlPipelineState.mm11 #include "GrContextPriv.h"
DGrMtlPipelineStateBuilder.mm11 #include "GrContextPriv.h"
/external/skia/src/image/
DSkImage_GpuBase.cpp188 flags = GrContextPriv::kUnpremul_PixelOpsFlag; in onReadPixels()
/external/skqp/src/image/
DSkImage_GpuBase.cpp184 flags = GrContextPriv::kUnpremul_PixelOpsFlag; in onReadPixels()

12