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

  /external/skia/src/gpu/gl/
GrGLContext.cpp 8 #include "GrGLContext.h"
14 GrGLContext* GrGLContext::Create(const GrGLInterface* interface, const GrContextOptions& options) {
64 return new GrGLContext(args);
67 GrGLContext::~GrGLContext() {
71 SkSL::Compiler* GrGLContext::compiler() const {
GrGLContext.h 74 class GrGLContext : public GrGLContextInfo {
77 * Creates a GrGLContext from a GrGLInterface and the currently
80 static GrGLContext* Create(const GrGLInterface* interface, const GrContextOptions& options);
86 ~GrGLContext() override;
89 GrGLContext(const ConstructorArgs& args)

Completed in 219 milliseconds