Home
last modified time | relevance | path

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

/external/skia/src/gpu/gl/
DGrGLNoOpInterface.h126 GrGLvoid GR_GL_FUNCTION_TYPE noOpGLLineWidth(GrGLfloat width);
DGrGLNoOpInterface.cpp187 GrGLvoid GR_GL_FUNCTION_TYPE noOpGLLineWidth(GrGLfloat width) { in noOpGLLineWidth() function
DGrGLCreateNullInterface.cpp419 functions->fLineWidth = noOpGLLineWidth; in GrGLCreateNullInterface()
DSkNullGLContext.cpp468 functions->fLineWidth = noOpGLLineWidth; in create_null_interface()
/external/skia/src/gpu/gl/debug/
DGrGLCreateDebugInterface.cpp912 functions->fLineWidth = noOpGLLineWidth; in GrGLCreateDebugInterface()