OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GrProgramElement
(Results
1 - 2
of
2
) sorted by null
/external/skia/include/gpu/
GrProgramElement.h
26
* We track this using two types of refs on
GrProgramElement
. A regular ref is owned by any client
27
* that may continue to issue draws that use the
GrProgramElement
. The GrPipeline owns "pending
30
* While a
GrProgramElement
is ref'ed any resources it owns are also ref'ed. However, once it gets
42
template<typename DERIVED> class
GrProgramElement
: public SkNoncopyable {
44
virtual ~
GrProgramElement
() {
83
GrProgramElement
() : fRefCnt(1), fPendingExecutions(0) {}
GrProcessor.h
15
#include "
GrProgramElement
.h"
64
class GrProcessor : public
GrProgramElement
<GrProcessor> {
174
friend class
GrProgramElement
<GrProcessor>;
190
typedef
GrProgramElement
INHERITED;
Completed in 427 milliseconds