OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GrProgramElement
(Results
1 - 6
of
6
) sorted by null
/external/skia/src/gpu/
GrProgramElement.cpp
8
#include "
GrProgramElement
.h"
11
uint32_t
GrProgramElement
::CreateUniqueID() {
20
void
GrProgramElement
::addPendingIOs() const {
26
void
GrProgramElement
::removeRefs() const {
32
void
GrProgramElement
::pendingIOComplete() const {
/external/skia/include/gpu/
GrProgramElement.h
23
* We track this using two types of refs on
GrProgramElement
. A regular ref is owned by any client
24
* that may continue to issue draws that use the
GrProgramElement
. The GrPipeline owns "pending
27
* While a
GrProgramElement
is ref'ed any resources it owns are also ref'ed. However, once it gets
33
* To make this work all GrGpuResource objects owned by a
GrProgramElement
or derived classes
35
*
GrProgramElement
using addGpuResource(). This allows the regular refs to be converted to pending
38
* Moreover, a
GrProgramElement
that in turn owns other GrProgramElements must convert its ownership
41
* ownership by pending IO. Any
GrProgramElement
hierarchy is managed by subclasses which must
44
class
GrProgramElement
: public SkNoncopyable {
46
virtual ~
GrProgramElement
() {
77
* Gets an id that is unique for this
GrProgramElement
object. This will never return 0
[
all
...]
GrProcessor.h
13
#include "
GrProgramElement
.h"
58
class GrProcessor : public
GrProgramElement
{
150
typedef
GrProgramElement
INHERITED;
GrGpuResourceRef.h
19
* Class that wraps a resource referenced by a
GrProgramElement
or GrDrawState. It manages
62
/** Called by owning
GrProgramElement
when the program element is first scheduled for
78
friend class
GrProgramElement
;
GrXferProcessor.h
389
typedef
GrProgramElement
INHERITED;
/external/skia/
Android.mk
410
src/gpu/
GrProgramElement
.cpp \
Completed in 460 milliseconds