Home
last modified time | relevance | path

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

/external/skia/include/gpu/gl/
DGrGLInterface.h220 GLPtr<GrGLGetProgramInfoLogProc> fGetProgramInfoLog; member
/external/skia/src/gpu/gl/
DGrGLInterface.cpp149 NULL == fFunctions.fGetProgramInfoLog || in validate()
DSkNullGLContext.cpp411 functions->fGetProgramInfoLog = noOpGLGetInfoLog; in create_null_interface()
DGrGLCreateNullInterface.cpp408 functions->fGetProgramInfoLog = noOpGLGetInfoLog; in GrGLCreateNullInterface()
/external/skia/src/gpu/gl/debug/
DGrGLCreateDebugInterface.cpp900 functions->fGetProgramInfoLog = noOpGLGetInfoLog; in GrGLCreateDebugInterface()