Home
last modified time | relevance | path

Searched defs:isDirty (Results 1 – 15 of 15) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/
DSampler.h79 bool isDirty() const { return mDirty; } in isDirty() function
DGLES1State.h264 bool isDirty(DirtyGles1Type type) const { return mDirtyBits.test(type); } in isDirty() function
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DSampler.h79 bool isDirty() const { return mDirty; } in isDirty() function
DGLES1State.cpp571 bool GLES1State::isDirty(DirtyGles1Type type) const in isDirty() function in gl::GLES1State
/third_party/flutter/skia/src/gpu/
DGrStencilAttachment.h28 bool isDirty() const { return fIsDirty; } in isDirty() function
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
DTransformFeedback11.cpp93 bool TransformFeedback11::isDirty() const in isDirty() function in rx::TransformFeedback11
DImage11.cpp124 bool Image11::isDirty() const in isDirty() function in rx::Image11
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
DTransformFeedback11.cpp93 bool TransformFeedback11::isDirty() const in isDirty() function in rx::TransformFeedback11
DImage11.cpp124 bool Image11::isDirty() const in isDirty() function in rx::Image11
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DTextureVk.h287 bool isDirty = mImmutableSamplerDirty; in getAndResetImmutableSamplerDirtyState() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DMemoryDependenceAnalysis.h200 bool isDirty() const { return Value.is<Invalid>(); } in isDirty() function
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
DImage9.cpp348 bool Image9::isDirty() const in isDirty() function in rx::Image9
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DLiveInterval.h953 bool isDirty() const { return LastStart.isValid(); } in isDirty() function
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
DImage9.cpp346 bool Image9::isDirty() const in isDirty() function in rx::Image9
/third_party/flutter/skia/third_party/externals/sdl/src/video/directfb/
DSDL_DirectFB_render.c161 int isDirty; member