HomeSort by relevance Sort by last modified time
    Searched defs:GrPendingIOResource (Results 1 - 2 of 2) sorted by null

  /external/skia/src/gpu/
GrGpuResourceRef.h 116 template <typename T, GrIOType IO_TYPE> class GrPendingIOResource : SkNoncopyable {
118 GrPendingIOResource(T* resource = nullptr) : fResource(nullptr) {
122 GrPendingIOResource(const GrPendingIOResource& that)
123 : GrPendingIOResource(that.get()) {
145 ~GrPendingIOResource() {
151 bool operator==(const GrPendingIOResource& other) const {
  /external/skqp/src/gpu/
GrGpuResourceRef.h 116 template <typename T, GrIOType IO_TYPE> class GrPendingIOResource : SkNoncopyable {
118 GrPendingIOResource(T* resource = nullptr) : fResource(nullptr) {
122 GrPendingIOResource(const GrPendingIOResource& that)
123 : GrPendingIOResource(that.get()) {
145 ~GrPendingIOResource() {
151 bool operator==(const GrPendingIOResource& other) const {

Completed in 68 milliseconds