/art/runtime/entrypoints/quick/ |
quick_entrypoints_list.h | 20 // All quick entrypoints. Format is name, return type, argument types.
|
quick_jni_entrypoints.cc | 18 #include "entrypoints/entrypoint_utils-inl.h"
|
quick_throw_entrypoints.cc | 19 #include "entrypoints/entrypoint_utils-inl.h"
|
quick_alloc_entrypoints.cc | 17 #include "entrypoints/quick/quick_alloc_entrypoints.h" 20 #include "entrypoints/entrypoint_utils-inl.h"
|
/external/chromium_org/content/test/ |
ppapi_unittest.cc | 84 PepperPluginInfo::EntryPoints entry_points;
|
/external/chromium_org/third_party/WebKit/Source/platform/scheduler/ |
Scheduler.h | 39 // The following entrypoints are used to schedule different types of tasks
|
/external/chromium_org/third_party/mesa/src/docs/ |
relnotes-7.0.1.html | 39 <li>Added a few missing OpenGL 2.0 API entrypoints:
|
relnotes-6.5.1.html | 103 Second, the static entrypoints for some extensions were removed.
|
/external/chromium_org/third_party/mesa/src/src/mapi/glapi/ |
glapi_nop.c | 61 * Called by each of the no-op GL entrypoints.
|
/external/mesa3d/docs/ |
relnotes-7.0.1.html | 39 <li>Added a few missing OpenGL 2.0 API entrypoints:
|
relnotes-6.5.1.html | 103 Second, the static entrypoints for some extensions were removed.
|
/external/mesa3d/src/mapi/glapi/ |
glapi_nop.c | 61 * Called by each of the no-op GL entrypoints.
|
/hardware/intel/common/utils/ISV/base/ |
isv_worker.cpp | 75 VAEntrypoint * entrypoints = (VAEntrypoint *)malloc(num_entrypoints * sizeof(VAEntrypoint)); local 76 if (entrypoints == NULL) { 77 ALOGE("failed to malloc entrypoints array\n"); 82 VAStatus vaStatus = vaQueryConfigEntrypoints(mVADisplay, VAProfileNone, entrypoints, &num_entrypoints); 88 support = entrypoints[i] == VAEntrypointVideoProc; 90 free(entrypoints); 91 entrypoints = NULL; [all...] |
/external/chromium_org/third_party/libva/va/ |
va_vpp.h | 57 * VAEntrypoint *entrypoints; 61 * entrypoints = malloc(num_entrypoints * sizeof(entrypoints[0]); 63 * entrypoints, &num_entrypoints); 66 * if (entrypoints[i] == VAEntrypointVideoProc)
|
/art/compiler/dex/quick/mips/ |
fp_mips.cc | 19 #include "entrypoints/quick/quick_entrypoints.h"
|
/external/chromium_org/content/ppapi_plugin/ |
ppapi_thread.h | 131 PepperPluginInfo::EntryPoints plugin_entry_points_;
|
/external/chromium_org/content/renderer/pepper/ |
plugin_module.cc | 348 PepperPluginInfo::EntryPoints* entry_points) { 464 const PepperPluginInfo::EntryPoints& entry_points) { 477 PepperPluginInfo::EntryPoints entry_points; 653 const PepperPluginInfo::EntryPoints& entry_points) {
|
/external/chromium_org/ppapi/examples/2d/ |
graphics_2d_example.c | 181 /* Global entrypoints --------------------------------------------------------*/
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/wgl/ |
stw_wgl.c | 38 * ICD DDI, i.e., the Drv* entrypoints.
|
/external/chromium_org/third_party/mesa/src/src/mesa/vbo/ |
vbo_save_loopback.c | 171 * the NV attributes entrypoints:
|
/external/chromium_org/third_party/skia/include/core/ |
SkImage.h | 144 // - should it have separate entrypoints for preallocated and not bitmaps?
|
/external/clang/test/CodeGenObjC/ |
exceptions.m | 141 // The finally cleanup has two threaded entrypoints after optimization:
|
/external/mesa3d/src/gallium/state_trackers/wgl/ |
stw_wgl.c | 38 * ICD DDI, i.e., the Drv* entrypoints.
|
/external/mesa3d/src/mesa/vbo/ |
vbo_save_loopback.c | 171 * the NV attributes entrypoints:
|
/external/skia/include/core/ |
SkImage.h | 137 // - should it have separate entrypoints for preallocated and not bitmaps?
|