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

  /external/skia/src/gpu/gl/iOS/
GrGLCreateNativeInterface_iOS.cpp 34 class GLProcGetter {
36 GLProcGetter() {}
48 const GLProcGetter* getter = (const GLProcGetter*) ctx;
53 GLProcGetter getter;
  /external/skia/src/gpu/gl/mac/
GrGLCreateNativeInterface_mac.cpp 38 class GLProcGetter {
40 GLProcGetter() {}
52 const GLProcGetter* getter = (const GLProcGetter*) ctx;
57 GLProcGetter getter;
  /external/skia/src/gpu/gl/win/
GrGLCreateNativeInterface_win.cpp 32 class GLProcGetter {
34 GLProcGetter() : fGLLib("opengl32.dll") {}
56 const GLProcGetter* getter = (const GLProcGetter*) ctx;
70 GLProcGetter getter;

Completed in 64 milliseconds