Flutter Engine
The Flutter Engine
|
#include <GrGLContext.h>
Public Attributes | |
sk_sp< const GrGLInterface > | fInterface |
GrGLDriverInfo | fDriverInfo |
SkSL::GLSLGeneration | fGLSLGeneration |
const GrContextOptions * | fContextOptions |
Definition at line 82 of file GrGLContext.h.
const GrContextOptions* GrGLContextInfo::ConstructorArgs::fContextOptions |
Definition at line 86 of file GrGLContext.h.
GrGLDriverInfo GrGLContextInfo::ConstructorArgs::fDriverInfo |
Definition at line 84 of file GrGLContext.h.
SkSL::GLSLGeneration GrGLContextInfo::ConstructorArgs::fGLSLGeneration |
Definition at line 85 of file GrGLContext.h.
sk_sp<const GrGLInterface> GrGLContextInfo::ConstructorArgs::fInterface |
Definition at line 83 of file GrGLContext.h.