Home
last modified time | relevance | path

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

/external/skia/include/gpu/gl/
DGrGLInterface.h229 GrGLFunction<GrGLLinkProgramProc> fLinkProgram; member
/external/skia/src/gpu/gl/
DGrGLCreateNullInterface.cpp420 functions->fLinkProgram = noOpGLLinkProgram; in GrGLCreateNullInterface()
DSkNullGLContext.cpp469 functions->fLinkProgram = noOpGLLinkProgram; in create_null_interface()
DGrGLInterface.cpp159 nullptr == fFunctions.fLinkProgram || in validate()
/external/skia/src/gpu/gl/debug/
DGrGLCreateDebugInterface.cpp913 functions->fLinkProgram = noOpGLLinkProgram; in GrGLCreateDebugInterface()