HomeSort by relevance Sort by last modified time
    Searched refs:Exec (Results 1 - 25 of 70) sorted by null

1 2 3

  /external/chromium_org/third_party/mesa/src/src/mesa/main/
dlist.c 1100 CALL_Accum(ctx->Exec, (op, value));
1117 CALL_AlphaFunc(ctx->Exec, (func, ref));
1134 CALL_BindTexture(ctx->Exec, (target, texture));
1159 CALL_Bitmap(ctx->Exec, (width, height,
1176 CALL_BlendEquation(ctx->Exec, (mode));
1193 CALL_BlendEquationSeparateEXT(ctx->Exec, (modeRGB, modeA));
1213 CALL_BlendFuncSeparateEXT(ctx->Exec,
    [all...]
context.c 970 ctx->Exec = _mesa_create_exec_table(ctx);
975 ctx->Exec = _mesa_create_exec_table_es1();
983 if (!ctx->Exec) {
988 ctx->CurrentDispatch = ctx->Exec;
1014 free(ctx->Exec);
    [all...]
  /external/mesa3d/src/mesa/main/
dlist.c 1100 CALL_Accum(ctx->Exec, (op, value));
1117 CALL_AlphaFunc(ctx->Exec, (func, ref));
1134 CALL_BindTexture(ctx->Exec, (target, texture));
1159 CALL_Bitmap(ctx->Exec, (width, height,
1176 CALL_BlendEquation(ctx->Exec, (mode));
1193 CALL_BlendEquationSeparateEXT(ctx->Exec, (modeRGB, modeA));
1213 CALL_BlendFuncSeparateEXT(ctx->Exec,
    [all...]
context.c 970 ctx->Exec = _mesa_create_exec_table(ctx);
975 ctx->Exec = _mesa_create_exec_table_es1();
983 if (!ctx->Exec) {
988 ctx->CurrentDispatch = ctx->Exec;
1014 free(ctx->Exec);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/vbo/
vbo_save_loopback.c 52 CALL_VertexAttrib1fvNV(ctx->Exec, (target, v));
57 CALL_VertexAttrib2fvNV(ctx->Exec, (target, v));
62 CALL_VertexAttrib3fvNV(ctx->Exec, (target, v));
67 CALL_VertexAttrib4fvNV(ctx->Exec, (target, v));
  /external/mesa3d/src/mesa/vbo/
vbo_save_loopback.c 52 CALL_VertexAttrib1fvNV(ctx->Exec, (target, v));
57 CALL_VertexAttrib2fvNV(ctx->Exec, (target, v));
62 CALL_VertexAttrib3fvNV(ctx->Exec, (target, v));
67 CALL_VertexAttrib4fvNV(ctx->Exec, (target, v));
  /frameworks/compile/mclinker/include/mcld/
LinkerConfig.h 40 Exec,
  /external/ppp/pppd/plugins/radius/etc/
dictionary.compat 37 VALUE Service-Type Exec-User 7
dictionary 103 ATTRIBUTE Exec-Program 1038 string
104 ATTRIBUTE Exec-Program-Wait 1039 string
  /frameworks/compile/mclinker/include/mcld/MC/
MCLDInput.h 39 Exec,
  /external/chromium_org/chrome/tools/build/linux/
chrome-wrapper 61 Exec=$CHROME_WRAPPER %U
155 exec man "$HERE/../../chrome/app/resources/manpage.1.in" ;;
163 exec $CMD_PREFIX "$HERE/chrome" "$@"
  /external/clang/lib/Driver/
Tools.cpp     [all...]
  /external/chromium_org/third_party/skia/src/xml/
SkJS.cpp 138 fun = JS_DefineFunction(cx, obj, name, Exec, 0, JSPROP_ENUMERATE);
  /external/skia/src/xml/
SkJS.cpp 138 fun = JS_DefineFunction(cx, obj, name, Exec, 0, JSPROP_ENUMERATE);
  /frameworks/compile/mclinker/lib/LD/
DiagnosticInfos.cpp 138 case LinkerConfig::Exec:
ELFObjectWriter.cpp 120 bool is_exec = m_Config.codeGenType() == LinkerConfig::Exec;
218 case LinkerConfig::Exec:
450 LinkerConfig::Exec == pConfig.codeGenType()) {
491 LinkerConfig::Exec == pConfig.codeGenType()) {
  /external/qemu/distrib/sdl-1.2.15/acinclude/
esd.m4 20 AC_ARG_WITH(esd-exec-prefix,[ --with-esd-exec-prefix=PFX Exec prefix where ESD is installed (optional)],
26 esd_args="$esd_args --exec-prefix=$esd_exec_prefix"
  /frameworks/compile/mclinker/lib/Target/X86/
X86PLT.cpp 64 LinkerConfig::Exec == m_Config.codeGenType() ||
214 if (LinkerConfig::Exec == m_Config.codeGenType())
  /frameworks/compile/mclinker/tools/mcld/lib/Support/
LinkerConfig.cpp 70 mLDConfig->setCodeGenType(mcld::LinkerConfig::Exec);
157 mLDConfig->setCodeGenType(mcld::LinkerConfig::Exec);
  /external/llvm/tools/bugpoint/
ToolRunner.cpp 756 std::string Exec;
775 // Full path to the binary. We need to cd to the exec directory because
776 // there is a dylib there that the exec expects to find in the CWD
778 Exec = "cd ";
779 Exec += env_pwd;
780 Exec += "; ./";
781 Exec += OutputBinary.c_str();
782 ProgramArgs.push_back(Exec.c_str());
    [all...]
  /external/chromium_org/v8/test/mjsunit/regress/
regress-52801.js 56 // Exec
60 re.exec(str);
64 re.exec(str);
68 re.exec(str);
  /external/v8/test/mjsunit/regress/
regress-52801.js 56 // Exec
60 re.exec(str);
64 re.exec(str);
68 re.exec(str);
  /external/chromium_org/chrome_frame/test/
ie_event_sink.h 147 void Exec(const GUID* cmd_group_guid, DWORD command_id,
  /frameworks/compile/mclinker/lib/Core/
Linker.cpp 146 if (LinkerConfig::Exec == m_pConfig->codeGenType()) {
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonPLT.cpp 45 LinkerConfig::Exec == m_Config.codeGenType() ||

Completed in 1424 milliseconds

1 2 3