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

/external/skia/src/gpu/gl/
H A DGrGLContext.cpp8 #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 {
H A DGrGLContext.h74 class GrGLContext : public GrGLContextInfo { class in inherits: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) function in class:GrGLContext

Completed in 115 milliseconds