/hardware/google/gfxstream/common/detector/ |
D | GlesFuncs.h | 28 #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
|
D | EglFuncs.h | 20 #define FOR_EACH_EGL_FUNCTION(X) \ argument
|
/hardware/google/gfxstream/include/OpenGLESDispatch/ |
D | gles_functions.h | 35 #define LIST_GLES_FUNCTIONS(X,Y) \ argument 47 #define LIST_GLES1_FUNCTIONS(X, Y) \ argument 53 #define LIST_GLES2_FUNCTIONS(X, Y) \ argument
|
D | gles32_only_functions.h | 10 #define LIST_GLES32_ONLY_FUNCTIONS(X) \ argument
|
D | gles2_only_functions.h | 7 #define LIST_GLES2_ONLY_FUNCTIONS(X) \ argument
|
D | gles_extensions_functions.h | 7 #define LIST_GLES_EXTENSIONS_FUNCTIONS(X) \ argument
|
D | gles31_only_functions.h | 10 #define LIST_GLES31_ONLY_FUNCTIONS(X) \ argument
|
D | gles2_extensions_functions.h | 10 #define LIST_GLES2_EXTENSIONS_FUNCTIONS(X) \ argument
|
D | gles3_only_functions.h | 9 #define LIST_GLES3_ONLY_FUNCTIONS(X) \ argument
|
D | gles1_only_functions.h | 7 #define LIST_GLES1_ONLY_FUNCTIONS(X) \ argument
|
D | gles1_extensions_functions.h | 7 #define LIST_GLES1_EXTENSIONS_FUNCTIONS(X) \ argument
|
D | gles3_extensions_functions.h | 7 #define LIST_GLES3_EXTENSIONS_FUNCTIONS(X) \ argument
|
D | RenderEGL_snapshot_functions.h | 7 #define LIST_RENDER_EGL_SNAPSHOT_FUNCTIONS(X) \ argument
|
D | RenderEGL_functions.h | 9 #define LIST_RENDER_EGL_FUNCTIONS(X) \ argument
|
D | RenderEGL_extensions_functions.h | 10 #define LIST_RENDER_EGL_EXTENSIONS_FUNCTIONS(X) \ argument
|
D | gles_common_functions.h | 10 #define LIST_GLES_COMMON_FUNCTIONS(X) \ argument
|
D | gles12tr.h | 8 #define LIST_GLES12_TR_FUNCTIONS(X) \ argument
|
D | gles12tr_internal.h | 9 #define LIST_GLES12TR_INTERNAL_FUNCTIONS(X) \ argument
|
/hardware/google/gfxstream/guest/mesa/src/util/ |
D | macros.h | 360 #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/ |
D | render_api_functions.h | 9 #define LIST_RENDER_API_FUNCTIONS(X) X(gfxstream::RenderLibPtr, initLibrary, (), ()) argument
|
/hardware/google/aemu/host-common/include/host-common/ |
D | GraphicsAgentFactory.h | 24 #define GRAPHICS_AGENTS_LIST(X) \ argument
|
/hardware/nxp/secure_element/pn8x/libese-spi/p73/lib/ |
D | phNxpEse_Internal.h | 49 #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/ |
D | EglOsApi_wgl.cpp | 126 #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/ |
D | IPACM_ConntrackClient.h | 102 #define iptodot(X,Y) \ argument
|
/hardware/qcom/sm8150/data/ipacfg-mgr/ipacm/inc/ |
D | IPACM_ConntrackClient.h | 105 #define iptodot(X,Y) \ argument
|