Home
last modified time | relevance | path

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

/external/skia/src/gpu/gl/
DGrGLNoOpInterface.h49 GrGLvoid GR_GL_FUNCTION_TYPE noOpGLCompileShader(GrGLuint shader);
DGrGLNoOpInterface.cpp92 GrGLvoid GR_GL_FUNCTION_TYPE noOpGLCompileShader(GrGLuint shader) { in noOpGLCompileShader() function
DGrGLCreateNullInterface.cpp368 functions->fCompileShader = noOpGLCompileShader; in GrGLCreateNullInterface()
DSkNullGLContext.cpp417 functions->fCompileShader = noOpGLCompileShader; in create_null_interface()
/external/skia/src/gpu/gl/debug/
DGrGLCreateDebugInterface.cpp862 functions->fCompileShader = noOpGLCompileShader; in GrGLCreateDebugInterface()