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

  /external/skia/src/animator/
SkDisplayEvents.h 19 SkBool fDisable;
SkDisplayEvents.cpp 20 SkEventState::SkEventState() : fCode(0), fDisable(false), fDisplayable(0), fX(0), fY(0) {
66 if (state == nullptr || state->fDisable == 0) {
SkAnimator.cpp 171 state.fDisable = true;
  /external/skia/include/gpu/gl/
GrGLInterface.h 174 GrGLFunction<GrGLDisableProc> fDisable;
  /external/skia/src/gpu/gl/
GrGLCreateNullInterface.cpp 382 functions->fDisable = noOpGLDisable;
SkNullGLContext.cpp 431 functions->fDisable = noOpGLDisable;
GrGLInterface.cpp 137 nullptr == fFunctions.fDisable ||
    [all...]
  /external/skia/src/gpu/gl/debug/
GrGLCreateDebugInterface.cpp 876 functions->fDisable = noOpGLDisable;
    [all...]

Completed in 530 milliseconds