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

/external/chromium_org/third_party/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...]
/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
85 * Extension of GrGLContextInfo that also provides access to GrGLInterface.
87 class GrGLContext : public GrGLContextInfo {
107 typedef GrGLContextInfo INHERITE
[all...]

Completed in 592 milliseconds