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

/external/chromium_org/third_party/skia/include/gpu/
H A DGrProgramElement.h21 * All GrGpuResource objects owned by a GrProgramElement or derived classes (either directly or
22 * indirectly) must be wrapped in a GrGpuResourceRef and registered with the GrProgramElement using
26 class GrProgramElement : public SkNoncopyable { class in inherits:SkNoncopyable
28 SK_DECLARE_INST_COUNT_ROOT(GrProgramElement)
30 virtual ~GrProgramElement() {
53 * Gets an id that is unique for this GrProgramElement object. This will never return 0.
66 GrProgramElement() : fRefCnt(1), fPendingExecutions(0), fUniqueID(CreateUniqueID()) {} function in class:GrProgramElement

Completed in 76 milliseconds