Home
last modified time | relevance | path

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

/external/skia/include/images/
DSkPageFlipper.h34 bool isDirty() const { return !fDirty1->isEmpty(); } in isDirty() function
/external/protobuf/java/src/main/java/com/google/protobuf/
DLazyFieldLite.java49 private volatile boolean isDirty = false; field in LazyFieldLite
/external/libgdx/backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/emu/com/badlogic/gdx/graphics/glutils/
DIndexBufferObject.java50 boolean isDirty = true; field in IndexBufferObject
DVertexBufferObject.java57 boolean isDirty = false; field in VertexBufferObject
DVertexBufferObjectWithVAO.java43 boolean isDirty = false; field in VertexBufferObjectWithVAO
/external/skia/include/views/
DSkWindow.h51 bool isDirty() const { return !fDirtyRgn.isEmpty(); } in isDirty() function
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/glutils/
DIndexBufferObject.java52 boolean isDirty = true; field in IndexBufferObject
DIndexBufferObjectSubData.java52 boolean isDirty = true; field in IndexBufferObjectSubData
DVertexBufferObjectSubData.java60 boolean isDirty = false; field in VertexBufferObjectSubData
DVertexBufferObjectWithVAO.java44 boolean isDirty = false; field in VertexBufferObjectWithVAO
DVertexBufferObject.java60 boolean isDirty = false; field in VertexBufferObject
/external/llvm/include/llvm/Analysis/
DMemoryDependenceAnalysis.h182 bool isDirty() const { return Value.getInt() == Invalid; } in isDirty() function
/external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/
DVBOWithVAOPerformanceTest.java319 boolean isDirty = false; field in VBOWithVAOPerformanceTest.OldVertexBufferObjectWithVAO
/external/sonivox/jet_tools/JetCreator/
DJetCreator.py1313 def isDirty(self): member in JetCreator
/external/llvm/include/llvm/CodeGen/
DLiveInterval.h806 bool isDirty() const { return LastStart.isValid(); } in isDirty() function