Home
last modified time | relevance | path

Searched refs:DIRTY_OBJECT_IMAGES_INIT (Results 1 – 3 of 3) sorted by relevance

/external/angle/src/libANGLE/
DState.h706 DIRTY_OBJECT_IMAGES_INIT, enumerator
955 static_assert(DIRTY_OBJECT_IMAGES_INIT < DIRTY_OBJECT_DRAW_FRAMEBUFFER, "init order");
961 static_assert(DIRTY_OBJECT_IMAGES_INIT == 2, "check DIRTY_OBJECT_IMAGES_INIT index");
DState.cpp3488 mDirtyObjects.set(DIRTY_OBJECT_IMAGES_INIT); in onProgramExecutableChange()
3528 mDirtyObjects.set(DIRTY_OBJECT_IMAGES_INIT); in onProgramPipelineExecutableChange()
3620 mDirtyObjects.set(DIRTY_OBJECT_IMAGES_INIT); in onImageStateChange()
DContext.cpp3986 mDrawDirtyObjects.set(State::DIRTY_OBJECT_IMAGES_INIT); in updateCaps()
3990 mComputeDirtyObjects.set(State::DIRTY_OBJECT_IMAGES_INIT); in updateCaps()