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

  /external/skia/src/gpu/gl/
SkGLContext.cpp 8 #include "gl/SkGLContext.h"
12 class SkGLContext::GLFenceSync : public SkGpuFenceSync {
14 static GLFenceSync* CreateIfSupported(const SkGLContext*);
40 SkGLContext::SkGLContext()
45 SkGLContext::~SkGLContext() {
56 void SkGLContext::init(const GrGLInterface* gl, SkGpuFenceSync* fenceSync) {
62 void SkGLContext::teardown() {
76 void SkGLContext::makeCurrent() const
    [all...]
  /external/skia/include/gpu/gl/
SkGLContext.h 20 class SK_API SkGLContext : public SkNoncopyable {
22 virtual ~SkGLContext();
84 virtual SkGLContext* createNew() const { return nullptr; }
89 * returns the fencesync object owned by this SkGLContext
94 SkGLContext();
124 * context with which to share display lists. This should be a pointer to an SkGLContext created
131 SK_API SkGLContext* SkCreatePlatformGLContext(GrGLStandard forcedGpuAPI,
132 SkGLContext* shareContext = nullptr);

Completed in 3439 milliseconds