Home
last modified time | relevance | path

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

/external/skia/src/gpu/gl/
DGrGLNoOpInterface.h25 GrGLvoid GR_GL_FUNCTION_TYPE noOpGLBlendEquation(GrGLenum mode);
DGrGLNoOpInterface.cpp61 GrGLvoid GR_GL_FUNCTION_TYPE noOpGLBlendEquation(GrGLenum mode) { in noOpGLBlendEquation() function
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()