HomeSort by relevance Sort by last modified time
    Searched defs:glInterface (Results 1 - 7 of 7) sorted by null

  /external/skia/src/gpu/
GrGpuFactory.cpp 19 const GrGLInterface* glInterface = NULL;
23 glInterface = reinterpret_cast<const GrGLInterface*>(context);
24 if (NULL == glInterface) {
25 glInterface = GrGLDefaultInterface();
29 glInterfaceUnref.reset(glInterface);
31 if (NULL == glInterface) {
37 GrGLContextInfo ctxInfo(glInterface);
  /external/skia/src/gpu/gl/android/
GrGLCreateNativeInterface_android.cpp 19 static SkAutoTUnref<GrGLInterface> glInterface;
20 if (!glInterface.get()) {
22 glInterface.reset(interface);
137 glInterface.get()->ref();
138 return glInterface.get();
  /external/skia/src/gpu/gl/iOS/
GrGLCreateNativeInterface_iOS.cpp 16 static SkAutoTUnref<GrGLInterface> glInterface;
17 if (!glInterface.get()) {
19 glInterface.reset(interface);
140 glInterface.get()->ref();
141 return glInterface.get();
  /external/skia/src/gpu/gl/angle/
GrGLCreateANGLEInterface.cpp 25 static SkAutoTUnref<GrGLInterface> glInterface;
37 if (!glInterface.get()) {
39 glInterface.reset(interface);
153 glInterface.get()->ref();
154 return glInterface.get();
  /external/skia/src/gpu/gl/mac/
GrGLCreateNativeInterface_mac.cpp 28 static SkAutoTUnref<GrGLInterface> glInterface;
29 if (!glInterface.get()) {
31 glInterface.reset(interface);
278 glInterface.get()->ref();
279 return glInterface.get();
  /external/skia/src/gpu/gl/
GrGpuGL.h 30 const GrGLInterface* glInterface() const {
GrGLCreateNullInterface.cpp 393 static SkAutoTUnref<GrGLInterface> glInterface;
394 if (!glInterface.get()) {
396 glInterface.reset(interface);
515 glInterface.get()->ref();
516 return glInterface.get();

Completed in 67 milliseconds