HomeSort by relevance Sort by last modified time
    Searched refs:GrProgramElement (Results 1 - 16 of 16) sorted by null

  /external/chromium_org/third_party/skia/src/gpu/
GrProgramElement.cpp 8 #include "GrProgramElement.h"
11 uint32_t GrProgramElement::CreateUniqueID() {
20 void GrProgramElement::convertRefToPendingExecution() const {
22 // underlying GrGpuResource if there are any refs to the GrProgramElement and a single
23 // pending read/write if there are any pending executions of the GrProgramElement. The
40 void GrProgramElement::completedExecution() const {
  /external/chromium_org/third_party/skia/include/gpu/
GrProgramElement.h 21 * 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 {
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()) {}
GrProcessor.h 14 #include "GrProgramElement.h"
34 class GrProcessor : public GrProgramElement {
167 typedef GrProgramElement INHERITED;
GrGpuResourceRef.h 17 * 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
79 friend class GrProgramElement;
  /external/chromium_org/skia/
skia_library.target.darwin-arm.mk 357 third_party/skia/src/gpu/GrProgramElement.cpp \
skia_library.target.darwin-arm64.mk 357 third_party/skia/src/gpu/GrProgramElement.cpp \
skia_library.target.darwin-mips.mk 357 third_party/skia/src/gpu/GrProgramElement.cpp \
skia_library.target.darwin-mips64.mk 357 third_party/skia/src/gpu/GrProgramElement.cpp \
skia_library.target.darwin-x86.mk 358 third_party/skia/src/gpu/GrProgramElement.cpp \
skia_library.target.darwin-x86_64.mk 358 third_party/skia/src/gpu/GrProgramElement.cpp \
skia_library.target.linux-arm.mk 357 third_party/skia/src/gpu/GrProgramElement.cpp \
skia_library.target.linux-arm64.mk 357 third_party/skia/src/gpu/GrProgramElement.cpp \
skia_library.target.linux-mips.mk 357 third_party/skia/src/gpu/GrProgramElement.cpp \
skia_library.target.linux-mips64.mk 357 third_party/skia/src/gpu/GrProgramElement.cpp \
skia_library.target.linux-x86.mk 358 third_party/skia/src/gpu/GrProgramElement.cpp \
skia_library.target.linux-x86_64.mk 358 third_party/skia/src/gpu/GrProgramElement.cpp \

Completed in 491 milliseconds