Home
last modified time | relevance | path

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

/external/skia/src/gpu/gl/
DGrGLNoOpInterface.h390 const GrGLubyte* GR_GL_FUNCTION_TYPE noOpGLGetString(GrGLenum name);
DGrGLNoOpInterface.cpp638 const GrGLubyte* GR_GL_FUNCTION_TYPE noOpGLGetString(GrGLenum name) { in noOpGLGetString() function
DGrGLCreateNullInterface.cpp414 functions->fGetString = noOpGLGetString; in GrGLCreateNullInterface()
DSkNullGLContext.cpp463 functions->fGetString = noOpGLGetString; in create_null_interface()
/external/skia/src/gpu/gl/debug/
DGrGLCreateDebugInterface.cpp907 functions->fGetString = noOpGLGetString; in GrGLCreateDebugInterface()