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
DGrGLCreateNullInterface.cpp360 functions->fBlendEquation = noOpGLBlendEquation; in GrGLCreateNullInterface()
DSkNullGLContext.cpp409 functions->fBlendEquation = noOpGLBlendEquation; in create_null_interface()
/external/skia/src/gpu/gl/debug/
DGrGLCreateDebugInterface.cpp854 functions->fBlendEquation = noOpGLBlendEquation; in GrGLCreateDebugInterface()