OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GrProgramElement
(Results
1 - 2
of
2
) sorted by null
/external/skia/src/gpu/
GrProgramElement.h
19
* by any client that may continue to issue draws that use the
GrProgramElement
. A recorded op or
23
* While a
GrProgramElement
is ref'ed any resources it owns are also ref'ed. However, once it gets
40
class
GrProgramElement
: public SkNoncopyable {
42
virtual ~
GrProgramElement
() {
81
GrProgramElement
() : fRefCnt(1), fPendingExecutions(0) {}
/external/skqp/src/gpu/
GrProgramElement.h
19
* by any client that may continue to issue draws that use the
GrProgramElement
. A recorded op or
23
* While a
GrProgramElement
is ref'ed any resources it owns are also ref'ed. However, once it gets
40
class
GrProgramElement
: public SkNoncopyable {
42
virtual ~
GrProgramElement
() {
81
GrProgramElement
() : fRefCnt(1), fPendingExecutions(0) {}
Completed in 640 milliseconds