Home
last modified time | relevance | path

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

/external/skia/src/gpu/gl/
DSkNullGLContext.cpp411 functions->fGetProgramInfoLog = noOpGLGetInfoLog; in create_null_interface()
413 functions->fGetShaderInfoLog = noOpGLGetInfoLog; in create_null_interface()
DGrGLCreateNullInterface.cpp408 functions->fGetProgramInfoLog = noOpGLGetInfoLog; in GrGLCreateNullInterface()
410 functions->fGetShaderInfoLog = noOpGLGetInfoLog; in GrGLCreateNullInterface()
DGrGLNoOpInterface.h342 GrGLvoid GR_GL_FUNCTION_TYPE noOpGLGetInfoLog(GrGLuint program,
DGrGLNoOpInterface.cpp529 GrGLvoid GR_GL_FUNCTION_TYPE noOpGLGetInfoLog(GrGLuint program, in noOpGLGetInfoLog() function
/external/skia/src/gpu/gl/debug/
DGrGLCreateDebugInterface.cpp900 functions->fGetProgramInfoLog = noOpGLGetInfoLog; in GrGLCreateDebugInterface()
902 functions->fGetShaderInfoLog = noOpGLGetInfoLog; in GrGLCreateDebugInterface()