Home
last modified time | relevance | path

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

/external/skia/src/gpu/gl/
DGrGLInterface.cpp166 fColorMask = NULL; in GrGLInterface()
297 NULL == fColorMask || in validate()
DGrGLCreateNullInterface.cpp402 interface->fColorMask = nullGLColorMask; in GrGLCreateNullInterface()
/external/skia/src/gpu/android/
DGrGLCreateNativeInterface_android.cpp34 interface->fColorMask = glColorMask; in GrGLCreateNativeInterface()
/external/skia/src/gpu/ios/
DGrGLDefaultInterface_iOS.cpp33 interface->fColorMask = glColorMask; in GrGLDefaultInterface()
/external/skia/src/gpu/unix/
DGrGLCreateNativeInterface_unix.cpp49 interface->fColorMask = glColorMask; in GrGLCreateNativeInterface()
/external/skia/src/gpu/win/
DGrGLCreateNativeInterface_win.cpp47 interface->fColorMask = glColorMask; in GrGLCreateNativeInterface()
/external/skia/src/gpu/mac/
DGrGLCreateNativeInterface_mac.cpp62 interface->fColorMask = glColorMask; in GrGLCreateNativeInterface()
/external/skia/include/gpu/gl/
DGrGLInterface.h307 GrGLColorMaskProc fColorMask; member