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

  /external/chromium_org/third_party/skia/src/gpu/
GrGpuResourceRef.cpp 8 #include "GrGpuResourceRef.h"
10 GrGpuResourceRef::GrGpuResourceRef() {
16 GrGpuResourceRef::GrGpuResourceRef(GrGpuResource* resource, GrIORef::IOType ioType) {
23 GrGpuResourceRef::~GrGpuResourceRef() {
44 void GrGpuResourceRef::reset() {
54 void GrGpuResourceRef::setResource(GrGpuResource* resource, GrIORef::IOType ioType) {
68 void GrGpuResourceRef::markPendingIO() const
    [all...]
  /external/chromium_org/third_party/skia/include/gpu/
GrGpuResourceRef.h 24 * It is legal to destroy the GrGpuResourceRef in any of these states. It starts in state
32 * longer share an instance of this class, attempt to make the resource owned by GrGpuResourceRef
35 class GrGpuResourceRef : SkNoncopyable {
37 SK_DECLARE_INST_COUNT_ROOT(GrGpuResourceRef);
39 ~GrGpuResourceRef();
51 GrGpuResourceRef();
55 GrGpuResourceRef(GrGpuResource*, GrIORef::IOType);
73 still has refs, so it is not about to destroy this GrGpuResourceRef, but its previously
90 * Templated version of GrGpuResourceRef to enforce type safety.
92 template <typename T> class GrTGpuResourceRef : public GrGpuResourceRef {
    [all...]
GrProgramElement.h 14 class GrGpuResourceRef;
22 * indirectly) must be wrapped in a GrGpuResourceRef and registered with the GrProgramElement using
70 GrGpuResourceRef is registered its setResource must not be called.
72 void addGpuResource(const GrGpuResourceRef* res) {
88 SkSTArray<4, const GrGpuResourceRef*, true> fGpuResources;
GrGpuResource.h 124 friend class GrGpuResourceRef;
GrTextureAccess.h 11 #include "GrGpuResourceRef.h"
170 const GrGpuResourceRef* getProgramTexture() const { return &fTexture; }
  /external/chromium_org/skia/
skia_library.target.darwin-arm.mk 359 third_party/skia/src/gpu/GrGpuResourceRef.cpp \
skia_library.target.darwin-arm64.mk 359 third_party/skia/src/gpu/GrGpuResourceRef.cpp \
skia_library.target.darwin-mips.mk 359 third_party/skia/src/gpu/GrGpuResourceRef.cpp \
skia_library.target.darwin-mips64.mk 359 third_party/skia/src/gpu/GrGpuResourceRef.cpp \
skia_library.target.darwin-x86.mk 360 third_party/skia/src/gpu/GrGpuResourceRef.cpp \
skia_library.target.darwin-x86_64.mk 360 third_party/skia/src/gpu/GrGpuResourceRef.cpp \
skia_library.target.linux-arm.mk 359 third_party/skia/src/gpu/GrGpuResourceRef.cpp \
skia_library.target.linux-arm64.mk 359 third_party/skia/src/gpu/GrGpuResourceRef.cpp \
skia_library.target.linux-mips.mk 359 third_party/skia/src/gpu/GrGpuResourceRef.cpp \
skia_library.target.linux-mips64.mk 359 third_party/skia/src/gpu/GrGpuResourceRef.cpp \
skia_library.target.linux-x86.mk 360 third_party/skia/src/gpu/GrGpuResourceRef.cpp \
skia_library.target.linux-x86_64.mk 360 third_party/skia/src/gpu/GrGpuResourceRef.cpp \

Completed in 102 milliseconds