Home
last modified time | relevance | path

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

/external/skia/include/gpu/gl/
DGrGLInterface.h210 GrGLFunction<GrGLGetProgramInfoLogProc> fGetProgramInfoLog; member
/external/skia/src/gpu/gl/
DGrGLCreateNullInterface.cpp410 functions->fGetProgramInfoLog = noOpGLGetInfoLog; in GrGLCreateNullInterface()
DSkNullGLContext.cpp459 functions->fGetProgramInfoLog = noOpGLGetInfoLog; in create_null_interface()
DGrGLInterface.cpp150 nullptr == fFunctions.fGetProgramInfoLog || in validate()
/external/skia/src/gpu/gl/debug/
DGrGLCreateDebugInterface.cpp903 functions->fGetProgramInfoLog = noOpGLGetInfoLog; in GrGLCreateDebugInterface()