Home
last modified time | relevance | path

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

/external/skia/include/gpu/gl/
DSkGLContext.h139 SkASSERT(0 == (ctx).gl()->fFunctions.fGetError())
141 SkASSERT(0 == (ctx).gl()->fFunctions.fGetError())
DGrGLInterface.h202 GrGLFunction<GrGLGetErrorProc> fGetError; member
/external/skia/src/gpu/gl/
DGrGLUtil.h214 #define GR_GL_GET_ERROR(IFACE) (IFACE)->fFunctions.fGetError()
DGrGLUtil.cpp14 while (GR_GL_NO_ERROR != gl->fFunctions.fGetError()) {} in GrGLClearErr()
DGrGLCreateNullInterface.cpp403 functions->fGetError = noOpGLGetError; in GrGLCreateNullInterface()
DSkNullGLContext.cpp452 functions->fGetError = noOpGLGetError; in create_null_interface()
DGrGLInterface.cpp148 nullptr == fFunctions.fGetError || in validate()
/external/skia/src/gpu/gl/debug/
DGrGLCreateDebugInterface.cpp896 functions->fGetError = noOpGLGetError; in GrGLCreateDebugInterface()