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

  /external/skia/src/gpu/gl/
GrGLInterface.cpp 47 NULL == fBlendFunc ||
GrGLCreateNullInterface.cpp 406 interface->fBlendFunc = nullGLBlendFunc;
  /external/skia/src/gpu/gl/android/
GrGLCreateNativeInterface_android.cpp 30 interface->fBlendFunc = glBlendFunc;
  /external/skia/src/gpu/gl/iOS/
GrGLCreateNativeInterface_iOS.cpp 27 interface->fBlendFunc = glBlendFunc;
  /external/skia/src/gpu/gl/unix/
GrGLCreateNativeInterface_unix.cpp 43 interface->fBlendFunc = glBlendFunc;
  /external/skia/include/gpu/gl/
GrGLInterface.h 150 GLPtr<GrGLBlendFuncProc> fBlendFunc;
  /external/skia/src/gpu/gl/win/
GrGLCreateNativeInterface_win.cpp 44 interface->fBlendFunc = glBlendFunc;
  /external/skia/src/gpu/gl/mac/
GrGLCreateNativeInterface_mac.cpp 50 interface->fBlendFunc = glBlendFunc;
  /external/skia/src/gpu/gl/debug/
GrGLCreateDebugInterface.cpp     [all...]

Completed in 32 milliseconds