Move GrGLInterface function pointers into a nested struct
authorcommit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>
Tue, 21 Jan 2014 16:09:18 +0000 (16:09 +0000)
committercommit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>
Tue, 21 Jan 2014 16:09:18 +0000 (16:09 +0000)
commitc72425ae368bfcb47de7d2532eb90d305ec0d1cf
tree89199d135e0f899f726632155965dc4b3f17cfe4
parent91506eb0b9461a19c6fc7dc0b15edbdbd1ed094d
Move GrGLInterface function pointers into a nested struct

BUG=skia:2042
R=robertphillips@google.com

Author: bsalomon@google.com

Review URL: https://codereview.chromium.org/133073009

git-svn-id: http://skia.googlecode.com/svn/trunk@13130 2bbb7eff-a529-9590-31e7-b0007b416f81
18 files changed:
include/gpu/gl/GrGLExtensions.h
include/gpu/gl/GrGLInterface.h
include/gpu/gl/SkGLContextHelper.h
src/gpu/gl/GrGLContext.cpp
src/gpu/gl/GrGLCreateNullInterface.cpp
src/gpu/gl/GrGLInterface.cpp
src/gpu/gl/GrGLUniformManager.cpp
src/gpu/gl/GrGLUtil.cpp
src/gpu/gl/GrGLUtil.h
src/gpu/gl/android/GrGLCreateNativeInterface_android.cpp
src/gpu/gl/angle/GrGLCreateANGLEInterface.cpp
src/gpu/gl/debug/GrGLCreateDebugInterface.cpp
src/gpu/gl/iOS/GrGLCreateNativeInterface_iOS.cpp
src/gpu/gl/mac/GrGLCreateNativeInterface_mac.cpp
src/gpu/gl/mesa/GrGLCreateMesaInterface.cpp
src/gpu/gl/unix/GrGLCreateNativeInterface_unix.cpp
src/gpu/gl/win/GrGLCreateNativeInterface_win.cpp
src/views/win/SkOSWindow_win.cpp