HomeSort by relevance Sort by last modified time
    Searched defs:comb (Results 1 - 5 of 5) sorted by null

  /external/deqp/modules/gles2/functional/
es2fFboCompletenessTests.cpp 261 bool tryCombination (const FormatCombination& comb);
265 bool SupportedCombinationTest::tryCombination (const FormatCombination& comb)
270 attachTargetToNew(GL_COLOR_ATTACHMENT0, comb.colorKind, comb.colorFmt,
272 attachTargetToNew(GL_DEPTH_ATTACHMENT, comb.depthKind, comb.depthFmt,
274 attachTargetToNew(GL_STENCIL_ATTACHMENT, comb.stencilKind, comb.stencilFmt,
302 FormatCombination comb; local
311 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/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...]
  /external/pdfium/fpdfsdk/src/javascript/
Field.cpp 38 JS_STATIC_PROP_ENTRY(comb)
957 FX_BOOL Field::comb(IFXJS_Context* cc, CJS_PropValue& vp, CFX_WideString& sError) function in class:Field
    [all...]
  /prebuilts/tools/common/m2/repository/net/sourceforge/cssparser/cssparser/0.9.13/
cssparser-0.9.13.jar 

Completed in 519 milliseconds