Home
last modified time | relevance | path

Searched refs:noOpGLGetError (Results 1 – 5 of 5) sorted by relevance

/external/skia/src/gpu/gl/
DGrGLNoOpInterface.h356 GrGLenum GR_GL_FUNCTION_TYPE noOpGLGetError();
DGrGLNoOpInterface.cpp483 GrGLenum GR_GL_FUNCTION_TYPE noOpGLGetError() { in noOpGLGetError() function
DGrGLCreateNullInterface.cpp403 functions->fGetError = noOpGLGetError; in GrGLCreateNullInterface()
DSkNullGLContext.cpp452 functions->fGetError = noOpGLGetError; in create_null_interface()
/external/skia/src/gpu/gl/debug/
DGrGLCreateDebugInterface.cpp896 functions->fGetError = noOpGLGetError; in GrGLCreateDebugInterface()