Home
last modified time | relevance | path

Searched refs:ContextPriv (Results 1 – 5 of 5) sorted by relevance

/external/skia/src/gpu/graphite/
DContextPriv.h26 class ContextPriv {
71 explicit ContextPriv(Context* context) : fContext(context) {} in ContextPriv() function
73 ContextPriv& operator=(const ContextPriv&) = delete;
76 const ContextPriv* operator&() const;
77 ContextPriv *operator&();
82 inline ContextPriv Context::priv() { return ContextPriv(this); } in priv()
85 inline const ContextPriv Context::priv() const { in priv()
86 return ContextPriv(const_cast<Context *>(this)); in priv()
DContext.cpp337 bool ContextPriv::readPixels(const SkPixmap& pm, in readPixels()
367 void ContextPriv::deregisterRecorder(const Recorder* recorder) { in deregisterRecorder()
/external/skia/include/gpu/graphite/
DContext.h29 class ContextPriv; variable
84 ContextPriv priv();
85 const ContextPriv priv() const; // NOLINT(readability-const-return-type)
110 friend class ContextPriv;
/external/skia/src/gpu/graphite/mtl/
DMtlUtils.mm15 #include "src/gpu/graphite/ContextPriv.h"
/external/skia/gn/
Dgraphite.gni48 "$_src/ContextPriv.h",