Home
last modified time | relevance | path

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

/external/skia/include/gpu/gl/
DGrGLInterface.h147 GrGLFunction<GrGLBlendColorProc> fBlendColor; member
/external/skia/src/gpu/gl/
DGrGLCreateNullInterface.cpp359 functions->fBlendColor = noOpGLBlendColor; in GrGLCreateNullInterface()
DSkNullGLContext.cpp408 functions->fBlendColor = noOpGLBlendColor; in create_null_interface()
DGrGLInterface.cpp118 nullptr == fFunctions.fBlendColor || // -> GL >= 1.4 or extension, ES >= 2.0 in validate()
/external/skia/src/gpu/gl/debug/
DGrGLCreateDebugInterface.cpp853 functions->fBlendColor = noOpGLBlendColor; in GrGLCreateDebugInterface()