OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SETUP_ACTIVE
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_setup_context.h
120
SETUP_ACTIVE
/**< scene exists and has at least one draw/query */
lp_setup.c
94
assert(setup->state ==
SETUP_ACTIVE
);
104
assert(setup->state ==
SETUP_ACTIVE
);
113
assert(setup->state ==
SETUP_ACTIVE
);
303
case
SETUP_ACTIVE
:
412
if (setup->state ==
SETUP_ACTIVE
) {
935
if (update_scene && setup->state !=
SETUP_ACTIVE
) {
936
if (!set_scene_state( setup,
SETUP_ACTIVE
, __FUNCTION__ ))
944
assert(setup->state ==
SETUP_ACTIVE
);
957
if (!set_scene_state(setup,
SETUP_ACTIVE
, __FUNCTION__))
1079
set_scene_state(setup,
SETUP_ACTIVE
, "begin_query")
[
all
...]
/external/mesa3d/src/gallium/drivers/llvmpipe/
lp_setup_context.h
120
SETUP_ACTIVE
/**< scene exists and has at least one draw/query */
lp_setup.c
94
assert(setup->state ==
SETUP_ACTIVE
);
104
assert(setup->state ==
SETUP_ACTIVE
);
113
assert(setup->state ==
SETUP_ACTIVE
);
303
case
SETUP_ACTIVE
:
412
if (setup->state ==
SETUP_ACTIVE
) {
935
if (update_scene && setup->state !=
SETUP_ACTIVE
) {
936
if (!set_scene_state( setup,
SETUP_ACTIVE
, __FUNCTION__ ))
944
assert(setup->state ==
SETUP_ACTIVE
);
957
if (!set_scene_state(setup,
SETUP_ACTIVE
, __FUNCTION__))
1079
set_scene_state(setup,
SETUP_ACTIVE
, "begin_query")
[
all
...]
Completed in 52 milliseconds