Searched defs:GrGLContextInfo (Results 1 - 1 of 1) sorted by relevance

/external/skia/src/gpu/gl/
H A DGrGLContext.h24 class GrGLContextInfo { class
29 GrGLContextInfo() { function in class:GrGLContextInfo
34 GrGLContextInfo(const GrGLContextInfo& that) { function in class:GrGLContextInfo
39 GrGLContextInfo& operator= (const GrGLContextInfo&);
42 * Initializes a GrGLContextInfo from a GrGLInterface and the currently
87 * Extension of GrGLContextInfo that also provides access to GrGLInterface.
89 class GrGLContext : public GrGLContextInfo {
109 typedef GrGLContextInfo INHERITE
[all...]

Completed in 107 milliseconds