HomeSort by relevance Sort by last modified time
    Searched full:entrypoint (Results 76 - 100 of 239) sorted by null

1 2 34 5 6 7 8 910

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nouveau/
nouveau_video.c 458 if (dec->base.entrypoint <= PIPE_VIDEO_ENTRYPOINT_IDCT)
510 enum pipe_video_entrypoint entrypoint,
522 debug_printf("Acceleration level: %s\n", entrypoint <= PIPE_VIDEO_ENTRYPOINT_BITSTREAM ? "bit":
523 entrypoint == PIPE_VIDEO_ENTRYPOINT_IDCT ? "IDCT" : "MC");
569 dec->base.entrypoint = entrypoint;
623 switch (entrypoint) {
652 return vl_create_decoder(context, profile, entrypoint,
882 enum pipe_video_entrypoint entrypoint,
888 return nouveau_create_decoder(context, screen, profile, entrypoint,
    [all...]
  /external/mesa3d/src/gallium/drivers/nouveau/
nouveau_video.c 458 if (dec->base.entrypoint <= PIPE_VIDEO_ENTRYPOINT_IDCT)
510 enum pipe_video_entrypoint entrypoint,
522 debug_printf("Acceleration level: %s\n", entrypoint <= PIPE_VIDEO_ENTRYPOINT_BITSTREAM ? "bit":
523 entrypoint == PIPE_VIDEO_ENTRYPOINT_IDCT ? "IDCT" : "MC");
569 dec->base.entrypoint = entrypoint;
623 switch (entrypoint) {
652 return vl_create_decoder(context, profile, entrypoint,
882 enum pipe_video_entrypoint entrypoint,
888 return nouveau_create_decoder(context, screen, profile, entrypoint,
    [all...]
  /dalvik/vm/mterp/mips/
entry.S 87 #a1 holds value of entryPoint
  /external/chromium_org/mojo/shell/
app_container.cc 66 LOG(ERROR) << "Entrypoint MojoMain not found.";
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/vl/
vl_mpeg12_decoder.h 109 enum pipe_video_entrypoint entrypoint,
  /external/chromium_org/third_party/mesa/src/src/gallium/include/pipe/
p_video_decoder.h 51 enum pipe_video_entrypoint entrypoint; member in struct:pipe_video_decoder
  /external/llvm/tools/llvm-rtdyld/
llvm-rtdyld.cpp 49 EntryPoint("entry",
212 void *MainAddress = Dyld.getSymbolAddress(EntryPoint);
214 return Error("no definition for '" + EntryPoint + "'");
227 errs() << "loaded '" << EntryPoint << "' at: " << (void*)MainAddress << "\n";
  /external/mesa3d/src/gallium/auxiliary/vl/
vl_mpeg12_decoder.h 109 enum pipe_video_entrypoint entrypoint,
  /external/mesa3d/src/gallium/include/pipe/
p_video_decoder.h 51 enum pipe_video_entrypoint entrypoint; member in struct:pipe_video_decoder
  /sdk/emulator/opengl/host/tools/emugen/
ApiGen.cpp 17 #include "EntryPoint.h"
33 EntryPoint * ApiGen::findEntryByName(const std::string & name)
35 EntryPoint * entry = NULL;
74 EntryPoint *e = &at(i);
117 EntryPoint *e = &at(i);
152 EntryPoint *e = &at(i);
159 EntryPoint *e = &at(i);
233 EntryPoint *e = &at(i);
357 static int getVarEncodingSizeExpression(Var& var, EntryPoint* e, char* buff, size_t bufflen)
471 EntryPoint *e = &at(i)
    [all...]
  /external/chromium_org/third_party/icu/source/tools/genccode/
genccode.c 83 UOPTION_DEF("entrypoint", 'e', UOPT_REQUIRES_ARG),
122 "\t-e or --entrypoint entry point name, followed by the name (_dat will be appended)\n"
  /external/chromium_org/third_party/mesa/src/src/mapi/mapi/
mapi_glapi.c 194 * Return offset of entrypoint for named function within dispatch table.
205 * in the name of static functions, try generating a new API entrypoint on
  /external/icu4c/tools/genccode/
genccode.c 79 UOPTION_DEF("entrypoint", 'e', UOPT_REQUIRES_ARG),
118 "\t-e or --entrypoint entry point name, followed by the name (_dat will be appended)\n"
  /external/libsepol/tests/policies/test-deps/
base-metreq.conf 173 entrypoint
458 allow sysadm_t file_exec_t: file { execute read write ioctl lock entrypoint };
base-notmetreq.conf 172 entrypoint
445 allow sysadm_t file_exec_t: file { execute read write ioctl lock entrypoint };
small-base.conf 173 entrypoint
446 allow sysadm_t file_exec_t: file { execute read write ioctl lock entrypoint };
  /external/mesa3d/src/mapi/mapi/
mapi_glapi.c 194 * Return offset of entrypoint for named function within dispatch table.
205 * in the name of static functions, try generating a new API entrypoint on
  /external/stlport/doc/
README.wince 84 - The entrypoint for executables is generally WinMain. Normally, you would have
87 conflicts with CE targets. Instead, set the entrypoint directly to
  /external/chromium_org/third_party/libva/va/
va_backend.h 75 VAEntrypoint entrypoint,
83 VAEntrypoint entrypoint,
98 VAEntrypoint *entrypoint, /* out */
va_trace.h 71 VAEntrypoint entrypoint,
  /dalvik/vm/mterp/armv5te/
entry.S 99 @ r1 holds value of entryPoint
  /external/chromium_org/chrome_frame/crash_reporting/
nt_loader.h 121 void* EntryPoint; // 0x01c
  /external/chromium_org/third_party/icu/source/tools/pkgdata/
pkgtypes.h 113 const char *entryName; /* special entrypoint name */
  /external/chromium_org/ui/views/linux_ui/
linux_ui.h 14 // The main entrypoint into Linux toolkit specific code. GTK code should only
  /external/icu4c/tools/pkgdata/
pkgtypes.h 113 const char *entryName; /* special entrypoint name */

Completed in 1138 milliseconds

1 2 34 5 6 7 8 910