#include <GrMockTypes.h>
Definition at line 68 of file GrMockTypes.h.
◆ GrMockRenderTargetInfo() [1/2]
GrMockRenderTargetInfo::GrMockRenderTargetInfo |
( |
| ) |
|
|
inline |
◆ GrMockRenderTargetInfo() [2/2]
Definition at line 73 of file GrMockTypes.h.
77 , fID(id)
80 }
GrColorType colorType() const
◆ colorType()
GrColorType GrMockRenderTargetInfo::colorType |
( |
| ) |
const |
|
inline |
◆ getBackendFormat()
◆ getProtected()
◆ isProtected()
bool GrMockRenderTargetInfo::isProtected |
( |
| ) |
const |
|
inline |
◆ operator==()
Definition at line 82 of file GrMockTypes.h.
82 {
83 return fColorType == that.fColorType &&
84 fID == that.fID &&
85 fProtected == that.fProtected;
86 }
The documentation for this struct was generated from the following files: