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

/external/skia/src/gpu/ops/
H A DGrOp.cpp8 #include "GrOp.h"
45 int32_t GrOp::gCurrOpClassID = GrOp::kIllegalOpID;
47 int32_t GrOp::gCurrOpUniqueID = GrOp::kIllegalOpID;
49 void* GrOp::operator new(size_t size) {
53 void GrOp::operator delete(void* target) {
57 GrOp::GrOp(uint32_t classID) function in class:GrOp
64 GrOp
[all...]
H A DGrOp.h27 * GrOp is the base class for all Ganesh deferred GPU operations. To facilitate reordering and to
29 * captures the arguments to the draw and then generates the geometry when flushing. This gives GrOp
38 * the draw, e.g. whether or not the GrOp is allowed to tweak alpha for coverage, then this
39 * information will be communicated to the GrOp prior to geometry generation.
61 class GrOp : private SkNoncopyable { class in inherits:SkNoncopyable
63 GrOp(uint32_t classID);
64 virtual ~GrOp();
74 bool combineIfPossible(GrOp* that, const GrCaps& caps) {
114 * Helper for safely down-casting to a GrOp subclass
194 void joinBounds(const GrOp
[all...]
/external/skqp/src/gpu/ops/
H A DGrOp.cpp8 #include "GrOp.h"
45 int32_t GrOp::gCurrOpClassID = GrOp::kIllegalOpID;
47 int32_t GrOp::gCurrOpUniqueID = GrOp::kIllegalOpID;
49 void* GrOp::operator new(size_t size) {
53 void GrOp::operator delete(void* target) {
57 GrOp::GrOp(uint32_t classID) function in class:GrOp
64 GrOp
[all...]
H A DGrOp.h27 * GrOp is the base class for all Ganesh deferred GPU operations. To facilitate reordering and to
29 * captures the arguments to the draw and then generates the geometry when flushing. This gives GrOp
38 * the draw, e.g. whether or not the GrOp is allowed to tweak alpha for coverage, then this
39 * information will be communicated to the GrOp prior to geometry generation.
61 class GrOp : private SkNoncopyable { class in inherits:SkNoncopyable
63 GrOp(uint32_t classID);
64 virtual ~GrOp();
74 bool combineIfPossible(GrOp* that, const GrCaps& caps) {
114 * Helper for safely down-casting to a GrOp subclass
194 void joinBounds(const GrOp
[all...]

Completed in 120 milliseconds