OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:iparams
(Results
1 - 3
of
3
) sorted by null
/external/vboot_reference/tests/
vboot_api_init_tests.c
22
static VbInitParams
iparams
;
variable
53
Memset(&
iparams
, 0, sizeof(
iparams
));
147
TEST_EQ(VbInit(&cparams, &
iparams
), expected_retval, desc);
169
TEST_EQ(
iparams
.out_flags, 0, " out flags");
189
iparams
.flags = VB_INIT_FLAG_WP_ENABLED;
195
iparams
.flags = VB_INIT_FLAG_SW_WP_ENABLED;
201
iparams
.flags = VB_INIT_FLAG_RO_NORMAL_SUPPORT;
207
iparams
.flags = VB_INIT_FLAG_EC_SOFTWARE_SYNC;
212
iparams
.flags = VB_INIT_FLAG_EC_SLOW_UPDATE
[
all
...]
/external/mesa3d/src/mesa/main/
texparam.c
736
GLint
iparams
[4];
local
737
iparams
[0] = (GLint) params[0];
738
iparams
[1] = (GLint) params[1];
739
iparams
[2] = (GLint) params[2];
740
iparams
[3] = (GLint) params[3];
741
need_update = set_tex_parameteri(ctx, texObj, pname,
iparams
);
[
all
...]
shaderapi.c
1199
GLint
iparams
[1]; /* XXX is one element enough? */
local
1200
_mesa_GetObjectParameterivARB(object, pname,
iparams
);
1201
params[0] = (GLfloat)
iparams
[0];
[
all
...]
Completed in 180 milliseconds