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

  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLContext.h 87 class GrGLContext : public GrGLContextInfo {
90 * Creates a GrGLContext from a GrGLInterface and the currently
93 explicit GrGLContext(const GrGLInterface* interface) {
97 GrGLContext(const GrGLContext& that) : INHERITED(that) {}
99 GrGLContext& operator= (const GrGLContext& that) {
  /external/skia/src/gpu/gl/
GrGLContext.h 87 class GrGLContext : public GrGLContextInfo {
90 * Creates a GrGLContext from a GrGLInterface and the currently
93 explicit GrGLContext(const GrGLInterface* interface) {
97 GrGLContext(const GrGLContext& that) : INHERITED(that) {}
99 GrGLContext& operator= (const GrGLContext& that) {

Completed in 194 milliseconds