Home
last modified time | relevance | path

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

/external/skia/include/gpu/gl/
DGrGLInterface.h271 GrGLFunction<GrGLShaderSourceProc> fShaderSource; member
/external/skia/src/gpu/gl/
DGrGLCreateNullInterface.cpp430 functions->fShaderSource = noOpGLShaderSource; in GrGLCreateNullInterface()
DSkNullGLContext.cpp479 functions->fShaderSource = noOpGLShaderSource; in create_null_interface()
DGrGLInterface.cpp164 nullptr == fFunctions.fShaderSource || in validate()
/external/skia/src/gpu/gl/debug/
DGrGLCreateDebugInterface.cpp921 functions->fShaderSource = noOpGLShaderSource; in GrGLCreateDebugInterface()