Searched refs:SkNativeGLContext (Results 1 - 10 of 10) sorted by relevance

/external/skia/src/gpu/gl/nacl/
H A DSkNativeGLContext_nacl.cpp8 #include "gl/SkNativeGLContext.h"
10 SkNativeGLContext::AutoContextRestore::AutoContextRestore() {
13 SkNativeGLContext::AutoContextRestore::~AutoContextRestore() {
16 SkNativeGLContext::SkNativeGLContext() function in class:SkNativeGLContext
22 SkNativeGLContext::~SkNativeGLContext() {
26 void SkNativeGLContext::destroyGLContext() {
29 const GrGLInterface* SkNativeGLContext::createGLContext() {
33 void SkNativeGLContext
[all...]
/external/skia/src/gpu/gl/mac/
H A DSkNativeGLContext_mac.cpp8 #include "gl/SkNativeGLContext.h"
10 SkNativeGLContext::AutoContextRestore::AutoContextRestore() {
14 SkNativeGLContext::AutoContextRestore::~AutoContextRestore() {
20 SkNativeGLContext::SkNativeGLContext() function in class:SkNativeGLContext
24 SkNativeGLContext::~SkNativeGLContext() {
28 void SkNativeGLContext::destroyGLContext() {
34 const GrGLInterface* SkNativeGLContext::createGLContext() {
72 void SkNativeGLContext
[all...]
/external/skia/src/gpu/gl/android/
H A DSkNativeGLContext_android.cpp8 #include "gl/SkNativeGLContext.h"
10 SkNativeGLContext::AutoContextRestore::AutoContextRestore() {
17 SkNativeGLContext::AutoContextRestore::~AutoContextRestore() {
25 SkNativeGLContext::SkNativeGLContext() function in class:SkNativeGLContext
31 SkNativeGLContext::~SkNativeGLContext() {
35 void SkNativeGLContext::destroyGLContext() {
54 const GrGLInterface* SkNativeGLContext::createGLContext() {
100 void SkNativeGLContext
[all...]
/external/skia/src/gpu/gl/win/
H A DSkNativeGLContext_win.cpp9 #include "gl/SkNativeGLContext.h"
14 SkNativeGLContext::AutoContextRestore::AutoContextRestore() {
19 SkNativeGLContext::AutoContextRestore::~AutoContextRestore() {
25 ATOM SkNativeGLContext::gWC = 0;
27 SkNativeGLContext::SkNativeGLContext() function in class:SkNativeGLContext
33 SkNativeGLContext::~SkNativeGLContext() {
37 void SkNativeGLContext::destroyGLContext() {
49 const GrGLInterface* SkNativeGLContext
[all...]
/external/skia/src/gpu/gl/unix/
H A DSkNativeGLContext_unix.cpp8 #include "gl/SkNativeGLContext.h"
14 SkNativeGLContext::AutoContextRestore::AutoContextRestore() {
20 SkNativeGLContext::AutoContextRestore::~AutoContextRestore() {
34 SkNativeGLContext::SkNativeGLContext() function in class:SkNativeGLContext
41 SkNativeGLContext::~SkNativeGLContext() {
45 void SkNativeGLContext::destroyGLContext() {
69 const GrGLInterface* SkNativeGLContext::createGLContext() {
283 void SkNativeGLContext
[all...]
/external/skia/include/gpu/gl/
H A DSkNativeGLContext.h26 class SkNativeGLContext : public SkGLContext { class in inherits:SkGLContext
28 SkNativeGLContext();
30 virtual ~SkNativeGLContext();
/external/skia/tests/
H A DGLInterfaceValidation.cpp18 #include "gl/SkNativeGLContext.h"
43 SkNativeGLContext::AutoContextRestore nglacr;
44 SkNativeGLContext nglctx;
H A DTest.cpp14 #include "gl/SkNativeGLContext.h"
87 static SkAutoTUnref<SkNativeGLContext> gGLContext;
103 gGLContext.reset(new SkNativeGLContext());
/external/skia/include/gpu/
H A DGrContextFactory.h18 #include "gl/SkNativeGLContext.h"
72 glCtx.reset(SkNEW(SkNativeGLContext));
/external/skia/bench/
H A Dbenchmain.cpp18 #include "gl/SkNativeGLContext.h"
702 SkAutoTUnref<SkGLContext> realGLCtx(new SkNativeGLContext);

Completed in 293 milliseconds