Home
last modified time | relevance | path

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

/external/skia/include/gpu/gl/
DGrGLInterface.h162 GrGLFunction<GrGLCreateProgramProc> fCreateProgram; member
/external/skia/src/gpu/gl/
DGrGLCreateNullInterface.cpp372 functions->fCreateProgram = nullGLCreateProgram; in GrGLCreateNullInterface()
DSkNullGLContext.cpp421 functions->fCreateProgram = nullGLCreateProgram; in create_null_interface()
DGrGLInterface.cpp129 nullptr == fFunctions.fCreateProgram || in validate()
/external/skia/src/gpu/gl/debug/
DGrGLCreateDebugInterface.cpp866 functions->fCreateProgram = debugGLCreateProgram; in GrGLCreateDebugInterface()