HomeSort by relevance Sort by last modified time
    Searched refs:fBlendColor (Results 1 - 7 of 7) sorted by null

  /external/skia/src/gpu/gl/
GrGLInterface.cpp 159 fBlendColor = NULL;
388 if (NULL == fBlendColor ||
413 if (NULL == fBlendColor) {
GrGLCreateNullInterface.cpp 395 interface->fBlendColor = nullGLBlendColor;
  /external/skia/src/gpu/android/
GrGLCreateNativeInterface_android.cpp 27 interface->fBlendColor = glBlendColor;
  /external/skia/src/gpu/ios/
GrGLDefaultInterface_iOS.cpp 26 interface->fBlendColor = glBlendColor;
  /external/skia/src/gpu/unix/
GrGLCreateNativeInterface_unix.cpp 42 interface->fBlendColor = glBlendColor;
  /external/skia/src/gpu/mac/
GrGLCreateNativeInterface_mac.cpp 55 interface->fBlendColor = glBlendColor;
  /external/skia/include/gpu/gl/
GrGLInterface.h 300 GrGLBlendColorProc fBlendColor;

Completed in 19 milliseconds