Home
last modified time | relevance | path

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

/external/skia/include/gpu/gl/
DGrGLInterface.h307 GrGLFunction<GrGLUseProgramProc> fUseProgram; member
/external/skia/src/gpu/gl/
DGrGLCreateNullInterface.cpp463 functions->fUseProgram = nullGLUseProgram; in GrGLCreateNullInterface()
DSkNullGLContext.cpp512 functions->fUseProgram = nullGLUseProgram; in create_null_interface()
DGrGLInterface.cpp191 nullptr == fFunctions.fUseProgram || in validate()
/external/skia/src/gpu/gl/debug/
DGrGLCreateDebugInterface.cpp954 functions->fUseProgram = debugGLUseProgram; in GrGLCreateDebugInterface()