Searched defs:IFACE (Results 1 – 9 of 9) sorted by relevance
/aosp_15_r20/external/skia/src/gpu/ganesh/gl/ |
H A D | GrGLUtil.h | 369 #define GR_GL_CHECK_ERROR_IMPL(IFACE, X) \ argument 376 #define GR_GL_CHECK_ERROR_IMPL(IFACE, X) \ argument 393 #define GR_GL_CALL(IFACE, X) \ argument 401 #define GR_GL_CALL_NOERRCHECK(IFACE, X) \ argument 408 #define GR_GL_CALL_RET(IFACE, RET, X) \ argument 415 #define GR_GL_CALL_RET_NOERRCHECK(IFACE, RET, X) \ argument
|
/aosp_15_r20/external/skia/src/gpu/graphite/vk/ |
H A D | VulkanGraphiteUtilsPriv.h | 22 #define VULKAN_CALL(IFACE, X) (IFACE)->fFunctions.f##X argument 46 #define VULKAN_CALL_RESULT_NOCHECK(IFACE, RESULT, X) \ argument
|
/aosp_15_r20/external/skia/src/gpu/ganesh/vk/ |
H A D | GrVkUtil.h | 27 #define GR_VK_CALL(IFACE, X) (IFACE)->fFunctions.f##X argument
|
/aosp_15_r20/packages/modules/Connectivity/tests/unit/java/com/android/server/ethernet/ |
D | EthernetInterfaceStateMachineTest.kt | 42 private const val IFACE = "eth0" constant
|
/aosp_15_r20/tools/test/connectivity/acts_tests/tests/google/net/ |
D | CaptivePortalTest.py | 28 IFACE = "InterfaceName" variable
|
/aosp_15_r20/packages/modules/Connectivity/tests/cts/net/src/android/net/cts/ |
D | StaticIpConfigurationTest.java | 63 private static final String IFACE = "eth0"; field in StaticIpConfigurationTest
|
/aosp_15_r20/packages/modules/Connectivity/staticlibs/client-libs/tests/unit/src/com/android/net/module/util/ |
D | NetdUtilsTest.java | 64 private static final String IFACE = "TEST_IFACE"; field in NetdUtilsTest
|
/aosp_15_r20/external/skia/src/gpu/vk/ |
H A D | VulkanUtilsPriv.cpp | 23 #define SHARED_GR_VULKAN_CALL(IFACE, X) (IFACE)->fFunctions.f##X argument
|
/aosp_15_r20/system/netd/server/ |
H A D | TetherController.cpp | 835 static const std::string IFACE = "([^\\s]+)"; in addForwardChainStats() local
|