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

  /external/skia/src/gpu/gl/
GrGLCreateNativeInterface_none.cpp 10 const GrGLInterface* GrGLCreateNativeInterface() {
GrGLDefaultInterface_native.cpp 11 return GrGLCreateNativeInterface();
  /external/skia/src/gpu/gl/mac/
SkNativeGLContext_mac.cpp 62 const GrGLInterface* interface = GrGLCreateNativeInterface();
GrGLCreateNativeInterface_mac.cpp 25 const GrGLInterface* GrGLCreateNativeInterface() {
  /external/skia/src/gpu/gl/android/
SkNativeGLContext_android.cpp 91 const GrGLInterface* interface = GrGLCreateNativeInterface();
GrGLCreateNativeInterface_android.cpp 18 const GrGLInterface* GrGLCreateNativeInterface() {
  /external/skia/tests/
GLInterfaceValidation.cpp 32 {GrGLCreateNativeInterface, "Native"},
40 // On some platforms GrGLCreateNativeInterface will fail unless an OpenGL
  /external/skia/src/gpu/gl/win/
SkNativeGLContext_win.cpp 123 const GrGLInterface* interface = GrGLCreateNativeInterface();
GrGLCreateNativeInterface_win.cpp 25 const GrGLInterface* GrGLCreateNativeInterface() {
  /external/skia/src/gpu/gl/unix/
SkNativeGLContext_unix.cpp 274 const GrGLInterface* interface = GrGLCreateNativeInterface();
GrGLCreateNativeInterface_unix.cpp 23 const GrGLInterface* GrGLCreateNativeInterface() {
  /external/skia/src/gpu/gl/iOS/
GrGLCreateNativeInterface_iOS.cpp 15 const GrGLInterface* GrGLCreateNativeInterface() {
  /external/skia/include/gpu/gl/
GrGLInterface.h 66 const GrGLInterface* GrGLCreateNativeInterface();

Completed in 182 milliseconds