Home
last modified time | relevance | path

Searched refs:isRepeat (Results 1 – 6 of 6) sorted by relevance

/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_workScheduler.js31 isRepeat: '[PC preview] unknown isRepeat', property
/third_party/node/lib/internal/
Dtimers.js165 function Timeout(callback, after, args, isRepeat, isRefed) { argument
186 this._repeat = isRepeat ? after : null;
/third_party/vk-gl-cts/modules/gles2/accuracy/
Des2aTextureFilteringTests.cpp725 bool isRepeat = wrapModes[wrapMode].mode == GL_REPEAT; in init()
732 if ((format != 0) && !(!isMipmap || (isRepeat && isMagNearest))) in init()
759 bool isRepeat = wrapModes[wrapMode].mode == GL_REPEAT; in init()
766 if (format != 0 && !(!isMipmap || (isRepeat && isMagNearest))) in init()
/third_party/vk-gl-cts/modules/gles2/functional/
Des2fTextureFilteringTests.cpp709 bool isRepeat = wrapModes[wrapMode].mode == GL_REPEAT; in init()
716 if ((format != 0) && !(!isMipmap || (isRepeat && isMagNearest))) in init()
765 bool isRepeat = wrapModes[wrapMode].mode == GL_REPEAT; in init()
772 if (format != 0 && !(!isMipmap || (isRepeat && isMagNearest))) in init()
/third_party/jsframework/runtime/main/model/
Dcompiler.ts440 if (isRepeat(repeat)) {
935 function isRepeat(repeat: Function | RepeatInterface): repeat is RepeatInterface { function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIMachineScheduler.h49 bool isRepeat(SIScheduleCandReason R) { return RepeatReasonSet & (1 << R); } in isRepeat() function