Home
last modified time | relevance | path

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

/external/skia/src/gpu/gl/
DGrGLNoOpInterface.h117 GrGLvoid GR_GL_FUNCTION_TYPE noOpGLLinkProgram(GrGLuint program);
DGrGLNoOpInterface.cpp177 GrGLvoid GR_GL_FUNCTION_TYPE noOpGLLinkProgram(GrGLuint program) { in noOpGLLinkProgram() function
DSkNullGLContext.cpp421 functions->fLinkProgram = noOpGLLinkProgram; in create_null_interface()
DGrGLCreateNullInterface.cpp418 functions->fLinkProgram = noOpGLLinkProgram; in GrGLCreateNullInterface()
/external/skia/src/gpu/gl/debug/
DGrGLCreateDebugInterface.cpp910 functions->fLinkProgram = noOpGLLinkProgram; in GrGLCreateDebugInterface()