OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:comb
(Results
1 - 4
of
4
) sorted by null
/external/deqp/modules/gles2/functional/
es2fFboCompletenessTests.cpp
181
bool tryCombination (const FormatCombination&
comb
);
185
bool SupportedCombinationTest::tryCombination (const FormatCombination&
comb
)
190
attachTargetToNew(GL_COLOR_ATTACHMENT0,
comb
.colorKind,
comb
.colorFmt,
192
attachTargetToNew(GL_DEPTH_ATTACHMENT,
comb
.depthKind,
comb
.depthFmt,
194
attachTargetToNew(GL_STENCIL_ATTACHMENT,
comb
.stencilKind,
comb
.stencilFmt,
222
FormatCombination
comb
;
local
231
comb
.colorFmt = *col
[
all
...]
/external/ipsec-tools/src/libipsec/
key_debug.c
216
struct sadb_comb *
comb
;
local
224
/ sizeof(*
comb
);
225
comb
= (void *)(prop + 1);
231
comb
->sadb_comb_auth,
comb
->sadb_comb_encrypt,
232
comb
->sadb_comb_flags,
comb
->sadb_comb_reserved);
236
comb
->sadb_comb_auth_minbits,
237
comb
->sadb_comb_auth_maxbits,
238
comb
->sadb_comb_encrypt_minbits
[
all
...]
/external/chromium_org/third_party/mesa/src/src/mesa/main/
ff_fragment_shader.cpp
431
const struct gl_tex_env_combine_state *
comb
= texUnit->_CurrentCombine;
local
454
key->unit[i].NumArgsRGB =
comb
->_NumArgsRGB;
455
key->unit[i].NumArgsA =
comb
->_NumArgsA;
458
translate_mode(texUnit->EnvMode,
comb
->ModeRGB);
460
translate_mode(texUnit->EnvMode,
comb
->ModeA);
462
key->unit[i].ScaleShiftRGB =
comb
->ScaleShiftRGB;
463
key->unit[i].ScaleShiftA =
comb
->ScaleShiftA;
466
key->unit[i].OptRGB[j].Operand = translate_operand(
comb
->OperandRGB[j]);
467
key->unit[i].OptA[j].Operand = translate_operand(
comb
->OperandA[j]);
468
key->unit[i].OptRGB[j].Source = translate_source(
comb
->SourceRGB[j])
[
all
...]
/external/mesa3d/src/mesa/main/
ff_fragment_shader.cpp
431
const struct gl_tex_env_combine_state *
comb
= texUnit->_CurrentCombine;
local
454
key->unit[i].NumArgsRGB =
comb
->_NumArgsRGB;
455
key->unit[i].NumArgsA =
comb
->_NumArgsA;
458
translate_mode(texUnit->EnvMode,
comb
->ModeRGB);
460
translate_mode(texUnit->EnvMode,
comb
->ModeA);
462
key->unit[i].ScaleShiftRGB =
comb
->ScaleShiftRGB;
463
key->unit[i].ScaleShiftA =
comb
->ScaleShiftA;
466
key->unit[i].OptRGB[j].Operand = translate_operand(
comb
->OperandRGB[j]);
467
key->unit[i].OptA[j].Operand = translate_operand(
comb
->OperandA[j]);
468
key->unit[i].OptRGB[j].Source = translate_source(
comb
->SourceRGB[j])
[
all
...]
Completed in 74 milliseconds