Home
last modified time | relevance | path

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

/external/skia/src/gpu/gl/
DGrGLCreateNullInterface.cpp410 functions->fGetProgramInfoLog = noOpGLGetInfoLog; in GrGLCreateNullInterface()
412 functions->fGetShaderInfoLog = noOpGLGetInfoLog; in GrGLCreateNullInterface()
DSkNullGLContext.cpp459 functions->fGetProgramInfoLog = noOpGLGetInfoLog; in create_null_interface()
461 functions->fGetShaderInfoLog = noOpGLGetInfoLog; in create_null_interface()
DGrGLNoOpInterface.h361 GrGLvoid GR_GL_FUNCTION_TYPE noOpGLGetInfoLog(GrGLuint program,
DGrGLNoOpInterface.cpp552 GrGLvoid GR_GL_FUNCTION_TYPE noOpGLGetInfoLog(GrGLuint program, in noOpGLGetInfoLog() function
/external/skia/src/gpu/gl/debug/
DGrGLCreateDebugInterface.cpp903 functions->fGetProgramInfoLog = noOpGLGetInfoLog; in GrGLCreateDebugInterface()
905 functions->fGetShaderInfoLog = noOpGLGetInfoLog; in GrGLCreateDebugInterface()