Home
last modified time | relevance | path

Searched defs:X (Results 1 – 25 of 59) sorted by relevance

123

/hardware/google/gfxstream/common/detector/
DGlesFuncs.h28 #define FOR_EACH_GLES_COMMON_FUNCTION(X) \ argument
99 #define FOR_EACH_GLES1_ONLY_FUNCTION(X) \ argument
205 #define FOR_EACH_GLES2_ONLY_FUNCTION(X) \ argument
285 #define FOR_EACH_GLES3_ONLY_FUNCTION(X) \ argument
396 #define FOR_EACH_GLES_EXTENSION_FUNCTION(X) \ argument
422 #define FOR_EACH_GLES_FUNCTION(X) \ argument
DEglFuncs.h20 #define FOR_EACH_EGL_FUNCTION(X) \ argument
/hardware/google/gfxstream/include/OpenGLESDispatch/
Dgles_functions.h35 #define LIST_GLES_FUNCTIONS(X,Y) \ argument
47 #define LIST_GLES1_FUNCTIONS(X, Y) \ argument
53 #define LIST_GLES2_FUNCTIONS(X, Y) \ argument
Dgles32_only_functions.h10 #define LIST_GLES32_ONLY_FUNCTIONS(X) \ argument
Dgles2_only_functions.h7 #define LIST_GLES2_ONLY_FUNCTIONS(X) \ argument
Dgles_extensions_functions.h7 #define LIST_GLES_EXTENSIONS_FUNCTIONS(X) \ argument
Dgles31_only_functions.h10 #define LIST_GLES31_ONLY_FUNCTIONS(X) \ argument
Dgles2_extensions_functions.h10 #define LIST_GLES2_EXTENSIONS_FUNCTIONS(X) \ argument
Dgles3_only_functions.h9 #define LIST_GLES3_ONLY_FUNCTIONS(X) \ argument
Dgles1_only_functions.h7 #define LIST_GLES1_ONLY_FUNCTIONS(X) \ argument
Dgles1_extensions_functions.h7 #define LIST_GLES1_EXTENSIONS_FUNCTIONS(X) \ argument
Dgles3_extensions_functions.h7 #define LIST_GLES3_EXTENSIONS_FUNCTIONS(X) \ argument
DRenderEGL_snapshot_functions.h7 #define LIST_RENDER_EGL_SNAPSHOT_FUNCTIONS(X) \ argument
DRenderEGL_functions.h9 #define LIST_RENDER_EGL_FUNCTIONS(X) \ argument
DRenderEGL_extensions_functions.h10 #define LIST_RENDER_EGL_EXTENSIONS_FUNCTIONS(X) \ argument
Dgles_common_functions.h10 #define LIST_GLES_COMMON_FUNCTIONS(X) \ argument
Dgles12tr.h8 #define LIST_GLES12_TR_FUNCTIONS(X) \ argument
Dgles12tr_internal.h9 #define LIST_GLES12TR_INTERNAL_FUNCTIONS(X) \ argument
/hardware/google/gfxstream/guest/mesa/src/util/
Dmacros.h360 #define CLAMP( X, MIN, MAX ) ( (X)>(MIN) ? ((X)>(MAX) ? (MAX) : (X)) : (MIN) ) argument
363 #define SATURATE( X ) CLAMP(X, 0.0f, 1.0f) argument
478 #define DO_PRAGMA(X) _Pragma (#X) argument
483 #define PRAGMA_DIAGNOSTIC_ERROR(X) DO_PRAGMA( clang diagnostic error #X ) argument
484 #define PRAGMA_DIAGNOSTIC_WARNING(X) DO_PRAGMA( clang diagnostic warning #X ) argument
485 #define PRAGMA_DIAGNOSTIC_IGNORED(X) DO_PRAGMA( clang diagnostic ignored #X ) argument
489 #define PRAGMA_DIAGNOSTIC_ERROR(X) DO_PRAGMA( GCC diagnostic error #X ) argument
490 #define PRAGMA_DIAGNOSTIC_WARNING(X) DO_PRAGMA( GCC diagnostic warning #X ) argument
491 #define PRAGMA_DIAGNOSTIC_IGNORED(X) DO_PRAGMA( GCC diagnostic ignored #X ) argument
495 #define PRAGMA_DIAGNOSTIC_ERROR(X) argument
[all …]
/hardware/google/gfxstream/include/render-utils/
Drender_api_functions.h9 #define LIST_RENDER_API_FUNCTIONS(X) X(gfxstream::RenderLibPtr, initLibrary, (), ()) argument
/hardware/google/aemu/host-common/include/host-common/
DGraphicsAgentFactory.h24 #define GRAPHICS_AGENTS_LIST(X) \ argument
/hardware/nxp/secure_element/pn8x/libese-spi/p73/lib/
DphNxpEse_Internal.h49 #define SECOND_TO_MILLISECOND(X) X * 1000 argument
50 #define CONVERT_TO_PERCENTAGE(X, Y) X* Y / 100 argument
/hardware/google/gfxstream/host/gl/glestranslator/EGL/
DEglOsApi_wgl.cpp126 #define LIST_WGL_FUNCTIONS(X) \ argument
139 #define LIST_GDI32_FUNCTIONS(X) \ argument
286 #define LIST_extensions_string_FUNCTIONS(X) \ argument
290 #define LIST_pixel_format_FUNCTIONS(X) \ argument
296 #define LIST_make_current_read_FUNCTIONS(X) \ argument
301 #define LIST_pbuffer_FUNCTIONS(X) \ argument
308 #define LIST_create_context_FUNCTIONS(X) \ argument
312 #define LIST_swap_control_FUNCTIONS(X) \ argument
316 #define LIST_WGL_EXTENSIONS_FUNCTIONS(X) \ argument
/hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/inc/
DIPACM_ConntrackClient.h102 #define iptodot(X,Y) \ argument
/hardware/qcom/sm8150/data/ipacfg-mgr/ipacm/inc/
DIPACM_ConntrackClient.h105 #define iptodot(X,Y) \ argument

123