Home
last modified time | relevance | path

Searched refs:fLineWidth (Results 1 – 8 of 8) sorted by relevance

/external/skia/src/gpu/gl/
DGrGLInterface.cpp209 fLineWidth = NULL; in GrGLInterface()
456 (NULL == fLineWidth || in validate()
DGrGLCreateNullInterface.cpp444 interface->fLineWidth = nullGLLineWidth; in GrGLCreateNullInterface()
/external/skia/src/gpu/android/
DGrGLCreateNativeInterface_android.cpp65 interface->fLineWidth = glLineWidth; in GrGLCreateNativeInterface()
/external/skia/src/gpu/ios/
DGrGLDefaultInterface_iOS.cpp65 interface->fLineWidth = glLineWidth; in GrGLDefaultInterface()
/external/skia/src/gpu/unix/
DGrGLCreateNativeInterface_unix.cpp99 interface->fLineWidth = glLineWidth; in GrGLCreateNativeInterface()
/external/skia/src/gpu/win/
DGrGLCreateNativeInterface_win.cpp65 interface->fLineWidth = glLineWidth; in GrGLCreateNativeInterface()
/external/skia/src/gpu/mac/
DGrGLCreateNativeInterface_mac.cpp104 interface->fLineWidth = glLineWidth; in GrGLCreateNativeInterface()
/external/skia/include/gpu/gl/
DGrGLInterface.h350 GrGLLineWidthProc fLineWidth; member