Home
last modified time | relevance | path

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

/external/skia/include/gpu/gl/
DGrGLInterface.h149 GrGLFunction<GrGLBlendFuncProc> fBlendFunc; member
/external/skia/src/gpu/gl/
DGrGLCreateNullInterface.cpp361 functions->fBlendFunc = noOpGLBlendFunc; in GrGLCreateNullInterface()
DSkNullGLContext.cpp410 functions->fBlendFunc = noOpGLBlendFunc; in create_null_interface()
DGrGLInterface.cpp120 nullptr == fFunctions.fBlendFunc || in validate()
/external/skia/src/gpu/gl/debug/
DGrGLCreateDebugInterface.cpp855 functions->fBlendFunc = noOpGLBlendFunc; in GrGLCreateDebugInterface()