HomeSort by relevance Sort by last modified time
    Searched full:entrypoints (Results 101 - 125 of 206) sorted by null

1 2 3 45 6 7 8 9

  /hardware/intel/common/libva/va/
va.c 297 CHECK_MAXIMUM(vaStatus, ctx, entrypoints);
560 /* Get maximum number of entrypoints supported by the implementation */
586 VAEntrypoint *entrypoints, /* out */
594 return ctx->vtable->vaQueryConfigEntrypoints ( ctx, profile, entrypoints, num_entrypoints);
    [all...]
va.h 129 down profile, entrypoints, and other attributes that will not change on
134 level data (depending on entrypoints)
140 - Find out entrypoints for a given profile
347 * Currently defined entrypoints
370 * \brief Intel specific entrypoints start at 1001
    [all...]
  /ndk/sources/host-tools/make-3.81/
acinclude.m4 54 # I don't know the entrypoints - 97/7/22 TD
  /hardware/intel/common/libva/test/videoprocess/
videoprocess.cpp 823 VAEntrypoint entrypoints[5]; local
828 entrypoints,
833 if (entrypoints[i] == VAEntrypointVideoProc)
    [all...]
  /art/runtime/
instrumentation.cc 27 #include "entrypoints/quick/quick_alloc_entrypoints.h"
37 #include "entrypoints/quick/quick_entrypoints.h"
    [all...]
quick_exception_handler.cc 21 #include "entrypoints/entrypoint_utils.h"
  /hardware/intel/common/libva/test/decode/
tinyjpeg.c 563 VAEntrypoint entrypoints[5]; local
591 va_status = vaQueryConfigEntrypoints(va_dpy, VAProfileJPEGBaseline, entrypoints,
596 if (entrypoints[vld_entrypoint] == VAEntrypointVLD)
  /art/compiler/dex/quick/mips/
call_mips.cc 21 #include "entrypoints/quick/quick_entrypoints.h"
  /art/runtime/entrypoints/
entrypoint_utils.cc 17 #include "entrypoints/entrypoint_utils.h"
entrypoint_utils-inl.h 74 // change the allocator while we are stuck in the entrypoints of
101 // change the allocator while we are stuck in the entrypoints of
  /art/runtime/entrypoints/quick/
quick_field_entrypoints.cc 19 #include "entrypoints/entrypoint_utils-inl.h"
  /external/chromium_org/third_party/mesa/src/src/mapi/glapi/
glapi_entrypoint.c 28 * Arch-specific code for manipulating GL API entrypoints (dispatch stubs).
  /external/clang/include/clang/Basic/
TargetCXXABI.h 159 /// \brief Does this ABI have different entrypoints for complete-object
  /external/llvm/test/Transforms/ObjCARC/
rv.ll 115 ; Those entrypoints don't exist yet though.
  /external/mesa3d/src/mapi/glapi/
glapi_entrypoint.c 28 * Arch-specific code for manipulating GL API entrypoints (dispatch stubs).
  /art/build/
Android.gtest.mk 92 runtime/entrypoints/math_entrypoints_test.cc \
93 runtime/entrypoints/quick/quick_trampoline_entrypoints_test.cc \
  /external/chromium_org/third_party/libva/va/
va.h 122 down profile, entrypoints, and other attributes that will not change on
127 level data (depending on entrypoints)
133 - Find out entrypoints for a given profile
294 * Currently defined entrypoints
481 /** Get maximum number of entrypoints supported by the implementation */
504 * Query supported entrypoints for a given profile
506 * least vaMaxNumEntrypoints() entries. The actual number of entrypoints
    [all...]
  /art/runtime/arch/arm/
quick_entrypoints_arm.S     [all...]
  /hardware/intel/common/libva/test/encode/
avcenc.c 158 VAEntrypoint entrypoints[5]; local
168 vaQueryConfigEntrypoints(va_dpy, avcenc_context.profile, entrypoints,
172 if (entrypoints[slice_entrypoint] == VAEntrypointEncSlice)
    [all...]
  /art/compiler/
common_compiler_test.cc 30 #include "entrypoints/entrypoint_utils.h"
  /art/compiler/dex/quick/arm/
call_arm.cc 23 #include "entrypoints/quick/quick_entrypoints.h"
  /art/compiler/dex/quick/arm64/
call_arm64.cc 23 #include "entrypoints/quick/quick_entrypoints.h"
  /art/compiler/jni/quick/
jni_compiler.cc 29 #include "entrypoints/quick/quick_entrypoints.h"
  /art/runtime/arch/arm64/
quick_entrypoints_arm64.S     [all...]
  /art/runtime/entrypoints/portable/
portable_trampoline_entrypoints.cc 21 #include "entrypoints/entrypoint_utils-inl.h"

Completed in 453 milliseconds

1 2 3 45 6 7 8 9