Lines Matching refs:SkCommandBufferGLContext
15 class SkCommandBufferGLContext : public SkGLContext {
17 ~SkCommandBufferGLContext() override;
19 static SkCommandBufferGLContext* CreateES2() {
20 SkCommandBufferGLContext* ctx = new SkCommandBufferGLContext(kGLES2_ContextVersion);
27 static SkCommandBufferGLContext* CreateES3() {
28 SkCommandBufferGLContext* ctx = new SkCommandBufferGLContext(kGLES3_ContextVersion);
36 static SkCommandBufferGLContext* Create(void* nativeWindow, int msaaSampleCount) {
37 SkCommandBufferGLContext* ctx = new SkCommandBufferGLContext(nativeWindow,
57 SkCommandBufferGLContext(ContextVersion minContextVersion);
58 SkCommandBufferGLContext(void* nativeWindow, int msaaSampleCount);