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

  /external/chromium_org/third_party/skia/include/gpu/
GrGpuResourceRef.h 53 /** Adopts a ref from the caller. ioType expresses what type of IO operations will be marked as
55 GrGpuResourceRef(GrGpuResource*, GrIORef::IOType);
57 /** Adopts a ref from the caller. ioType expresses what type of IO operations will be marked as
59 void setResource(GrGpuResource*, GrIORef::IOType);
84 GrIORef::IOType fIOType;
96 /** Adopts a ref from the caller. ioType expresses what type of IO operations will be marked as
98 GrTGpuResourceRef(T* resource, GrIORef::IOType ioType) : INHERITED(resource, ioType) {}
102 /** Adopts a ref from the caller. ioType expresses what type of IO operations will be marked a
    [all...]
GrGpuResource.h 40 enum IOType {
125 template <typename, IOType> friend class GrPendingIOResource;
  /external/chromium_org/third_party/skia/src/gpu/
GrGpuResourceRef.cpp 16 GrGpuResourceRef::GrGpuResourceRef(GrGpuResource* resource, GrIORef::IOType ioType) {
20 this->setResource(resource, ioType);
54 void GrGpuResourceRef::setResource(GrGpuResource* resource, GrIORef::IOType ioType) {
64 fIOType = ioType;
  /external/deqp/modules/gles31/functional/
es31fTessellationTests.cpp     [all...]

Completed in 109 milliseconds