Searched defs:GrEffectRef (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/skia/src/gpu/
H A DGrEffect.cpp63 SK_DEFINE_INST_COUNT(GrEffectRef)
65 GrEffectRef::~GrEffectRef() {
71 void* GrEffectRef::operator new(size_t size) {
75 void GrEffectRef::operator delete(void* target) {
/external/skia/src/gpu/
H A DGrEffect.cpp63 SK_DEFINE_INST_COUNT(GrEffectRef)
65 GrEffectRef::~GrEffectRef() {
71 void* GrEffectRef::operator new(size_t size) {
75 void GrEffectRef::operator delete(void* target) {
/external/chromium_org/third_party/skia/include/gpu/
H A DGrEffect.h27 * GrEffectRef ref count reaches zero the scratch GrResources owned by the effect can be recycled
35 class GrEffectRef : public SkRefCnt { class in inherits:SkRefCnt
37 SK_DECLARE_INST_COUNT(GrEffectRef);
38 virtual ~GrEffectRef();
59 explicit GrEffectRef(GrEffect* effect);
72 GrEffect subclass objects should be created by factory functions that return GrEffectRef.
73 There is no public way to wrap a GrEffect in a GrEffectRef. Thus, a factory should be a static
76 Because almost no code should ever handle a GrEffect directly outside of a GrEffectRef, we
138 bool isEqual(const GrEffectRef& other) const {
187 keeps the effect alive outside of GrEffectRef whil
322 inline GrEffectRef::GrEffectRef(GrEffect* effect) { function in class:GrEffectRef
[all...]
/external/skia/include/gpu/
H A DGrEffect.h27 * GrEffectRef ref count reaches zero the scratch GrResources owned by the effect can be recycled
35 class GrEffectRef : public SkRefCnt { class in inherits:SkRefCnt
37 SK_DECLARE_INST_COUNT(GrEffectRef);
38 virtual ~GrEffectRef();
59 explicit GrEffectRef(GrEffect* effect);
72 GrEffect subclass objects should be created by factory functions that return GrEffectRef.
73 There is no public way to wrap a GrEffect in a GrEffectRef. Thus, a factory should be a static
76 Because almost no code should ever handle a GrEffect directly outside of a GrEffectRef, we
138 bool isEqual(const GrEffectRef& other) const {
187 keeps the effect alive outside of GrEffectRef whil
322 inline GrEffectRef::GrEffectRef(GrEffect* effect) { function in class:GrEffectRef
[all...]

Completed in 781 milliseconds