Home | History | Annotate | Download | only in nacl

Lines Matching refs:SkNativeGLContext

8 #include "gl/SkNativeGLContext.h"
10 SkNativeGLContext::AutoContextRestore::AutoContextRestore() {
13 SkNativeGLContext::AutoContextRestore::~AutoContextRestore() {
16 SkNativeGLContext::SkNativeGLContext()
22 SkNativeGLContext::~SkNativeGLContext() {
26 void SkNativeGLContext::destroyGLContext() {
29 const GrGLInterface* SkNativeGLContext::createGLContext() {
33 void SkNativeGLContext::makeCurrent() const {
36 void SkNativeGLContext::swapBuffers() const {