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

  /external/skia/include/gpu/gl/
SkMesaGLContext.h 26 class AutoContextRestore {
28 AutoContextRestore();
29 ~AutoContextRestore();
SkNativeGLContext.h 35 class AutoContextRestore {
37 AutoContextRestore();
38 ~AutoContextRestore();
  /external/skia/src/gpu/mac/
SkNativeGLContext_mac.cpp 10 SkNativeGLContext::AutoContextRestore::AutoContextRestore() {
14 SkNativeGLContext::AutoContextRestore::~AutoContextRestore() {
  /external/skia/src/gpu/android/
SkNativeGLContext_android.cpp 10 SkNativeGLContext::AutoContextRestore::AutoContextRestore() {
17 SkNativeGLContext::AutoContextRestore::~AutoContextRestore() {
  /external/skia/src/gpu/mesa/
SkMesaGLContext.cpp 13 SkMesaGLContext::AutoContextRestore::AutoContextRestore() {
22 SkMesaGLContext::AutoContextRestore::~AutoContextRestore() {
  /external/skia/src/gpu/win/
SkNativeGLContext_win.cpp 14 SkNativeGLContext::AutoContextRestore::AutoContextRestore() {
19 SkNativeGLContext::AutoContextRestore::~AutoContextRestore() {
  /external/skia/tests/
GLInterfaceValidation.cpp 29 SkNativeGLContext::AutoContextRestore nglacr;
40 SkMesaGLContext::AutoContextRestore mglacr;
  /external/skia/src/gpu/unix/
SkNativeGLContext_unix.cpp 12 SkNativeGLContext::AutoContextRestore::AutoContextRestore() {
18 SkNativeGLContext::AutoContextRestore::~AutoContextRestore() {

Completed in 231 milliseconds