Home
last modified time | relevance | path

Searched refs:fGetError (Results 1 – 11 of 11) sorted by relevance

/external/skia/src/gpu/gl/
DGrGLUtil.h158 #define GR_GL_GET_ERROR(IFACE) (IFACE)->fGetError()
DGrGLUtil.cpp13 while (GR_GL_NO_ERROR != gl->fGetError()) {} in GrGLClearErr()
DGrGLInterface.cpp74 NULL == fGetError || in validate()
DGrGLCreateNullInterface.cpp440 interface->fGetError = nullGLGetError; in GrGLCreateNullInterface()
/external/skia/src/gpu/gl/android/
DGrGLCreateNativeInterface_android.cpp59 interface->fGetError = glGetError; in GrGLCreateNativeInterface()
/external/skia/src/gpu/gl/iOS/
DGrGLCreateNativeInterface_iOS.cpp57 interface->fGetError = glGetError; in GrGLCreateNativeInterface()
/external/skia/src/gpu/gl/unix/
DGrGLCreateNativeInterface_unix.cpp82 interface->fGetError = glGetError; in GrGLCreateNativeInterface()
/external/skia/src/gpu/gl/win/
DGrGLCreateNativeInterface_win.cpp68 interface->fGetError = glGetError; in GrGLCreateNativeInterface()
/external/skia/include/gpu/gl/
DGrGLInterface.h192 GLPtr<GrGLGetErrorProc> fGetError; member
/external/skia/src/gpu/gl/mac/
DGrGLCreateNativeInterface_mac.cpp92 interface->fGetError = glGetError; in GrGLCreateNativeInterface()
/external/skia/src/gpu/gl/debug/
DGrGLCreateDebugInterface.cpp1381 interface->fGetError = debugGLGetError; in SK_DEFINE_INST_COUNT()