OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dirty
(Results
301 - 325
of
737
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/mesa3d/src/mesa/drivers/dri/i965/
gen7_wm_state.c
101
.
dirty
= {
231
.
dirty
= {
brw_primitive_restart.c
208
.
dirty
= {
gen6_urb.c
119
.
dirty
= {
gen7_vs_state.c
111
.
dirty
= {
/external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_vbo_t.c
271
GLboolean
dirty
;
local
277
dirty
= (delta < 0 ||
280
dirty
= GL_TRUE;
283
*pdelta = (
dirty
? 0 : delta);
284
return
dirty
;
295
GLboolean
dirty
= GL_FALSE;
local
329
dirty
|= check_update_array(a, offset[i], bo[i], pdelta);
334
if (
dirty
) {
/external/mesa3d/src/mesa/state_tracker/
st_context.h
63
struct st_state_flags
dirty
;
member in struct:st_tracked_state
123
struct st_state_flags
dirty
;
member in struct:st_context
/external/skia/src/animator/
SkDrawPath.cpp
62
void SkDrawPath::
dirty
() {
function in class:SkDrawPath
66
fParent->
dirty
();
SkPathParts.h
24
virtual void
dirty
();
/frameworks/base/libs/hwui/
OpenGLRenderer.h
168
* frame is assumed to be
dirty
. A clip will automatically be set to
171
* @param left The left coordinate of the
dirty
rectangle
172
* @param top The top coordinate of the
dirty
rectangle
173
* @param right The right coordinate of the
dirty
rectangle
174
* @param bottom The bottom coordinate of the
dirty
rectangle
177
* will be cleared in the specified
dirty
rectangle
210
ANDROID_API status_t invokeFunctors(Rect&
dirty
);
213
virtual status_t callDrawGLFunction(Functor* functor, Rect&
dirty
);
283
virtual status_t drawDisplayList(DisplayList* displayList, Rect&
dirty
, int32_t replayFlags);
492
* Marks the specified region as
dirty
at the specified bounds
[
all
...]
/external/chromium_org/net/disk_cache/
disk_format.h
36
// In order to prevent
dirty
data to be used as valid (after a crash), every
37
// cache entry has a
dirty
identifier. Each running instance of the cache keeps
40
// and all the data can be trusted, the
dirty
flag is cleared from the entry.
79
int32 this_id; // Id for all entries being changed (
dirty
flag).
144
int32
dirty
; // The entry is being modifyied.
member in struct:disk_cache::RankingsNode
/external/chromium_org/net/disk_cache/v3/
entry_impl_v3.cc
292
node->
dirty
= backend_->GetCurrentEntryId();
312
if (!node_.Data()->
dirty
) {
313
node_.Data()->
dirty
= backend_->GetCurrentEntryId();
519
DCHECK(node_.Data()->
dirty
|| read_only_);
560
DCHECK(node_.Data()->
dirty
|| read_only_);
609
DCHECK(node_.Data()->
dirty
|| read_only_);
635
DCHECK(node_.Data()->
dirty
|| read_only_);
746
// There was a failure writing the actual data. Mark the entry as
dirty
.
748
node_.Data()->
dirty
= current_id == 1 ? -1 : current_id - 1;
750
} else if (node_.HasData() && !dirty_ && node_.Data()->
dirty
) {
1381
int
dirty
= 0;
local
[
all
...]
/external/chromium_org/third_party/jemalloc/chromium/
jemalloc.h
71
size_t dirty_max; /* Max
dirty
pages per arena. */
81
size_t
dirty
; /* Bytes
dirty
(committed unused pages). */
member in struct:__anon13638
/external/chromium_org/third_party/jemalloc/vendor/
jemalloc.h
71
size_t dirty_max; /* Max
dirty
pages per arena. */
81
size_t
dirty
; /* Bytes
dirty
(committed unused pages). */
member in struct:__anon13644
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_context.h
96
unsigned
dirty
; /**< Mask of LP_NEW_x flags */
member in struct:llvmpipe_context
lp_setup_context.h
146
unsigned
dirty
; /**< bitmask of LP_SETUP_NEW_x bits */
member in struct:lp_setup_context
lp_state_rasterizer.c
130
llvmpipe->
dirty
|= LP_NEW_RASTERIZER;
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
sp_state_shader.c
171
softpipe->
dirty
|= SP_NEW_FS;
250
softpipe->
dirty
|= SP_NEW_VS;
316
softpipe->
dirty
|= SP_NEW_GS;
370
softpipe->
dirty
|= SP_NEW_CONSTANTS;
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_primitive_restart.c
208
.
dirty
= {
gen6_urb.c
119
.
dirty
= {
gen7_vs_state.c
111
.
dirty
= {
/external/chromium_org/third_party/skia/src/animator/
SkPathParts.h
24
virtual void
dirty
();
/external/mesa3d/src/gallium/drivers/llvmpipe/
lp_context.h
96
unsigned
dirty
; /**< Mask of LP_NEW_x flags */
member in struct:llvmpipe_context
lp_setup_context.h
146
unsigned
dirty
; /**< bitmask of LP_SETUP_NEW_x bits */
member in struct:lp_setup_context
lp_state_rasterizer.c
130
llvmpipe->
dirty
|= LP_NEW_RASTERIZER;
/external/mesa3d/src/gallium/drivers/softpipe/
sp_state_shader.c
171
softpipe->
dirty
|= SP_NEW_FS;
250
softpipe->
dirty
|= SP_NEW_VS;
316
softpipe->
dirty
|= SP_NEW_GS;
370
softpipe->
dirty
|= SP_NEW_CONSTANTS;
Completed in 1173 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>