/hardware/intel/common/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) [all...] |
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...] |
/hardware/intel/common/libva/test/encode/ |
h264encode.c | 920 VAEntrypoint *entrypoints; local 932 entrypoints = malloc(num_entrypoints * sizeof(*entrypoints)); 933 if (!entrypoints) { 934 fprintf(stderr, "error: failed to initialize VA entrypoints array\n"); 944 vaQueryConfigEntrypoints(va_dpy, h264_profile, entrypoints, &num_entrypoints); 946 if (entrypoints[slice_entrypoint] == VAEntrypointEncSlice) { [all...] |
/external/llvm/test/Transforms/ObjCARC/ |
contract.ll | 120 ; Those entrypoints don't exist yet though.
|
rv.ll | 115 ; Those entrypoints don't exist yet though.
|
/external/mesa3d/docs/ |
libGL.txt | 150 The __driRegisterExtensions() function can add new entrypoints to libGL
|
sourcetree.html | 34 GL entrypoints like glClear, glBegin, etc. are generated, as well as
|
/external/mesa3d/src/mapi/mapi/ |
u_current.c | 44 * 2002/10/01 - _glapi_get_proc_address() will now generate new entrypoints
|
/external/vulkan-validation-layers/layers/ |
vk_layer_table.cpp | 144 * If use the object themselves as key to map then implies Create entrypoints have to be intercepted
|
/ndk/sources/host-tools/make-3.81/ |
acinclude.m4 | 54 # I don't know the entrypoints - 97/7/22 TD
|
/art/runtime/entrypoints/ |
entrypoint_utils-inl.h | 26 #include "entrypoints/quick/callee_save_frame.h" 125 // change the allocator while we are stuck in the entrypoints of 152 // change the allocator while we are stuck in the entrypoints of [all...] |
/art/runtime/ |
quick_exception_handler.cc | 22 #include "entrypoints/entrypoint_utils.h" 23 #include "entrypoints/quick/quick_entrypoints_enum.h" 24 #include "entrypoints/runtime_asm_entrypoints.h"
|
instrumentation.cc | 27 #include "entrypoints/quick/quick_entrypoints.h" 28 #include "entrypoints/quick/quick_alloc_entrypoints.h" 29 #include "entrypoints/runtime_asm_entrypoints.h" [all...] |
stack.cc | 22 #include "entrypoints/entrypoint_utils-inl.h" 23 #include "entrypoints/runtime_asm_entrypoints.h" [all...] |
entrypoints_order_test.cc | 120 // Skip across the entrypoints structures.
|
/external/libvncserver/libvncclient/ |
h264.c | 219 VAEntrypoint entrypoints[5]; local 224 va_status = vaQueryConfigEntrypoints(va_dpy, profile, entrypoints, &num_entrypoints); 228 if (entrypoints[i] == VAEntrypointVLD) {
|
/hardware/intel/common/libva/test/videoprocess/ |
videoprocess.cpp | 823 VAEntrypoint entrypoints[5]; local 828 entrypoints, 833 if (entrypoints[i] == VAEntrypointVideoProc) [all...] |
/art/runtime/jit/ |
jit_code_cache.cc | 26 #include "entrypoints/runtime_asm_entrypoints.h" 704 // Mark compiled code that are entrypoints of ArtMethods. Compiled code that is not 725 // At this point, mutator threads are still running, and entrypoints of methods can [all...] |
/external/selinux/policycoreutils/sepolicy/sepolicy/ |
gui.py | [all...] |
/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/runtime/interpreter/mterp/ |
README.txt | 188 uses a computed-goto mechanism, in which the handler entrypoints are
|
/external/mesa3d/src/mapi/glapi/ |
glapi_entrypoint.c | 28 * Arch-specific code for manipulating GL API entrypoints (dispatch stubs).
|
/external/vulkan-validation-layers/loader/ |
gpa_helper.h | 334 * They are not just generic trampoline code entrypoints.
|
/libcore/libart/src/main/java/java/lang/reflect/ |
AbstractMethod.java | 52 * The ArtMethod associated with this Method, requried for dispatching due to entrypoints
|
/hardware/intel/common/libmix/mix_video/src/ |
mixvideoformatenc_preview.c | 226 /*get the max number for profiles/entrypoints/attribs*/ 320 /*free profiles and entrypoints*/ [all...] |