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

  /external/mesa3d/src/mesa/drivers/dri/i915/
i830_vtbl.c 373 get_dirty(struct i830_hw_state *state) function
381 GLuint dirty = get_dirty(state);
440 dirty = get_dirty(state);
471 dirty = get_dirty(state);
473 assert(get_dirty(state) == 0);
562 assert(get_dirty(state) == 0);
860 assert(!get_dirty(&i830->state));
i915_vtbl.c 223 get_dirty(struct i915_hw_state *state) function
241 GLuint dirty = get_dirty(state);
312 dirty = get_dirty(state);
348 dirty = get_dirty(state);
350 assert(get_dirty(state) == 0);
498 assert(get_dirty(state) == 0);
835 GLuint dirty = get_dirty(&i915->state);
  /external/pdfium/fxjs/
cjs_document.h 53 CJS_Return get_dirty(CJS_Runtime* pRuntime);
cjs_document.cpp 156 CJS_Return Document::get_dirty(CJS_Runtime* pRuntime) { function in class:Document
    [all...]

Completed in 266 milliseconds