#include <GrMockTypes.h>
Definition at line 20 of file GrMockTypes.h.
◆ GrMockTextureInfo() [1/2]
GrMockTextureInfo::GrMockTextureInfo |
( |
| ) |
|
|
inline |
◆ GrMockTextureInfo() [2/2]
Definition at line 26 of file GrMockTypes.h.
32 , fID(id)
37 }
38 }
SkTextureCompressionType compressionType() const
GrColorType colorType() const
◆ colorType()
Definition at line 51 of file GrMockTypes.h.
51 {
53 return fColorType;
54 }
◆ compressionType()
Definition at line 49 of file GrMockTypes.h.
49{ return fCompressionType; }
◆ getBackendFormat()
◆ getProtected()
◆ id()
int GrMockTextureInfo::id |
( |
| ) |
const |
|
inline |
◆ isProtected()
bool GrMockTextureInfo::isProtected |
( |
| ) |
const |
|
inline |
◆ operator==()
Definition at line 40 of file GrMockTypes.h.
40 {
41 return fColorType == that.fColorType &&
42 fCompressionType == that.fCompressionType &&
43 fID == that.fID &&
44 fProtected == that.fProtected;
45 }
The documentation for this struct was generated from the following files: