HomeSort by relevance Sort by last modified time
    Searched defs:GrGLContextInfo (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLContext.h 24 class GrGLContextInfo {
29 GrGLContextInfo() {
34 GrGLContextInfo(const GrGLContextInfo& that) {
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 INHERITED
    [all...]
  /external/skia/src/gpu/gl/
GrGLContext.h 24 class GrGLContextInfo {
29 GrGLContextInfo() {
34 GrGLContextInfo(const GrGLContextInfo& that) {
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 INHERITED
    [all...]

Completed in 61 milliseconds