Home
last modified time | relevance | path

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

/external/skia/include/gpu/gl/
DSkGLContext.h74 SkASSERT(0 == (ctx).gl()->fFunctions.fGetError())
76 SkASSERT(0 == (ctx).gl()->fFunctions.fGetError())
DGrGLInterface.h212 GLPtr<GrGLGetErrorProc> fGetError; member
/external/skia/src/gpu/gl/
DGrGLUtil.h195 #define GR_GL_GET_ERROR(IFACE) (IFACE)->fFunctions.fGetError()
DGrGLUtil.cpp14 while (GR_GL_NO_ERROR != gl->fFunctions.fGetError()) {} in GrGLClearErr()
DGrGLInterface.cpp147 NULL == fFunctions.fGetError || in validate()
DSkNullGLContext.cpp404 functions->fGetError = noOpGLGetError; in create_null_interface()
DGrGLCreateNullInterface.cpp401 functions->fGetError = noOpGLGetError; in GrGLCreateNullInterface()
/external/skia/src/gpu/gl/debug/
DGrGLCreateDebugInterface.cpp893 functions->fGetError = noOpGLGetError; in GrGLCreateDebugInterface()