Home
last modified time | relevance | path

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

/external/skia/src/gpu/gl/
DGrGLNoOpInterface.h115 GrGLvoid GR_GL_FUNCTION_TYPE noOpGLLineWidth(GrGLfloat width);
DGrGLNoOpInterface.cpp174 GrGLvoid GR_GL_FUNCTION_TYPE noOpGLLineWidth(GrGLfloat width) { in noOpGLLineWidth() function
DSkNullGLContext.cpp420 functions->fLineWidth = noOpGLLineWidth; in create_null_interface()
DGrGLCreateNullInterface.cpp417 functions->fLineWidth = noOpGLLineWidth; in GrGLCreateNullInterface()
/external/skia/src/gpu/gl/debug/
DGrGLCreateDebugInterface.cpp909 functions->fLineWidth = noOpGLLineWidth; in GrGLCreateDebugInterface()