HomeSort by relevance Sort by last modified time
    Searched refs:SkNativeGLContext (Results 1 - 9 of 9) sorted by null

  /external/skia/src/gpu/mac/
SkNativeGLContext_mac.cpp 8 #include "gl/SkNativeGLContext.h"
10 SkNativeGLContext::AutoContextRestore::AutoContextRestore() {
14 SkNativeGLContext::AutoContextRestore::~AutoContextRestore() {
20 SkNativeGLContext::SkNativeGLContext()
24 SkNativeGLContext::~SkNativeGLContext() {
28 void SkNativeGLContext::destroyGLContext() {
34 const GrGLInterface* SkNativeGLContext::createGLContext() {
72 void SkNativeGLContext::makeCurrent() const
    [all...]
  /external/skia/src/gpu/android/
SkNativeGLContext_android.cpp 8 #include "gl/SkNativeGLContext.h"
10 SkNativeGLContext::AutoContextRestore::AutoContextRestore() {
17 SkNativeGLContext::AutoContextRestore::~AutoContextRestore() {
25 SkNativeGLContext::SkNativeGLContext()
31 SkNativeGLContext::~SkNativeGLContext() {
35 void SkNativeGLContext::destroyGLContext() {
54 const GrGLInterface* SkNativeGLContext::createGLContext() {
100 void SkNativeGLContext::makeCurrent() const
    [all...]
  /external/skia/src/gpu/win/
SkNativeGLContext_win.cpp 9 #include "gl/SkNativeGLContext.h"
14 SkNativeGLContext::AutoContextRestore::AutoContextRestore() {
19 SkNativeGLContext::AutoContextRestore::~AutoContextRestore() {
25 ATOM SkNativeGLContext::gWC = 0;
27 SkNativeGLContext::SkNativeGLContext()
33 SkNativeGLContext::~SkNativeGLContext() {
37 void SkNativeGLContext::destroyGLContext() {
49 const GrGLInterface* SkNativeGLContext::createGLContext()
    [all...]
  /external/skia/src/gpu/unix/
SkNativeGLContext_unix.cpp 8 #include "gl/SkNativeGLContext.h"
12 SkNativeGLContext::AutoContextRestore::AutoContextRestore() {
18 SkNativeGLContext::AutoContextRestore::~AutoContextRestore() {
32 SkNativeGLContext::SkNativeGLContext()
39 SkNativeGLContext::~SkNativeGLContext() {
43 void SkNativeGLContext::destroyGLContext() {
67 const GrGLInterface* SkNativeGLContext::createGLContext() {
254 void SkNativeGLContext::makeCurrent() const
    [all...]
  /external/skia/include/gpu/gl/
SkNativeGLContext.h 27 class SkNativeGLContext : public SkGLContext {
29 SkNativeGLContext();
31 virtual ~SkNativeGLContext();
  /external/skia/tests/
GLInterfaceValidation.cpp 10 #include "gl/SkNativeGLContext.h"
29 SkNativeGLContext::AutoContextRestore nglacr;
30 SkNativeGLContext nglctx;
Test.cpp 11 #include "gl/SkNativeGLContext.h"
82 static SkTLazy<SkNativeGLContext> gGLContext;
  /external/skia/bench/
benchmain.cpp 21 #include "gl/SkNativeGLContext.h"
513 SkAutoTUnref<SkGLContext> realGLCtx(new SkNativeGLContext);
  /external/skia/gm/
gmmain.cpp 22 #include "gl/SkNativeGLContext.h"
740 glContext.reset(new SkNativeGLContext());

Completed in 623 milliseconds