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

  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_ioctl.h 89 rmesa->radeon.hw.is_dirty = GL_TRUE; \
114 rmesa->radeon.hw.is_dirty = GL_TRUE;
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_ioctl.h 106 rmesa->radeon.hw.is_dirty = GL_TRUE; \
120 rmesa->radeon.hw.is_dirty = GL_TRUE;
radeon_queryobj.c 124 radeon->hw.is_dirty = GL_TRUE;
radeon_common_context.h 145 GLboolean is_dirty, all_dirty; member in struct:radeon_hw_state
radeon_context.c 123 radeon->hw.is_dirty = 1;
radeon_common.c 477 if (!radeon->hw.is_dirty)
568 if (radeon->cmdbuf.cs->cdw && !radeon->hw.is_dirty && !radeon->hw.all_dirty)
584 radeon->hw.is_dirty = GL_FALSE;
  /art/compiler/optimizing/
gvn.cc 61 PopulateFromInternal(other, /* is_dirty */ false);
69 PopulateFromInternal(other, /* is_dirty */ true);
162 // If `is_dirty` is set to true, existing data will be wiped first. It is
164 void PopulateFromInternal(const ValueSet& other, bool is_dirty) {
171 if (is_dirty) {
180 if (is_dirty) {
  /art/imgdiag/
imgdiag.cc 469 bool is_dirty = dirtiness > 0; local
476 if (is_dirty && is_private) {
    [all...]
  /external/libgdx/backends/gdx-backend-lwjgl/libs/
lwjgl.jar 

Completed in 227 milliseconds