Home
last modified time | relevance | path

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

/external/skia/include/gpu/gl/
DGrGLInterface.h161 GLPtr<GrGLBlendEquationProc> fBlendEquation; member
/external/skia/src/gpu/gl/
DGrGLInterface.cpp118 NULL == fFunctions.fBlendEquation || // -> GL >= 1.4 or extension, ES >= 2.0 in validate()
DSkNullGLContext.cpp363 functions->fBlendEquation = noOpGLBlendEquation; in create_null_interface()
DGrGLCreateNullInterface.cpp360 functions->fBlendEquation = noOpGLBlendEquation; in GrGLCreateNullInterface()
/external/skia/src/gpu/gl/debug/
DGrGLCreateDebugInterface.cpp853 functions->fBlendEquation = noOpGLBlendEquation; in GrGLCreateDebugInterface()