Home
last modified time | relevance | path

Searched defs:IFACE (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/skia/src/gpu/ganesh/gl/
H A DGrGLUtil.h369 #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 DVulkanGraphiteUtilsPriv.h22 #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 DGrVkUtil.h27 #define GR_VK_CALL(IFACE, X) (IFACE)->fFunctions.f##X argument
/aosp_15_r20/packages/modules/Connectivity/tests/unit/java/com/android/server/ethernet/
DEthernetInterfaceStateMachineTest.kt42 private const val IFACE = "eth0" constant
/aosp_15_r20/tools/test/connectivity/acts_tests/tests/google/net/
DCaptivePortalTest.py28 IFACE = "InterfaceName" variable
/aosp_15_r20/packages/modules/Connectivity/tests/cts/net/src/android/net/cts/
DStaticIpConfigurationTest.java63 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/
DNetdUtilsTest.java64 private static final String IFACE = "TEST_IFACE"; field in NetdUtilsTest
/aosp_15_r20/external/skia/src/gpu/vk/
H A DVulkanUtilsPriv.cpp23 #define SHARED_GR_VULKAN_CALL(IFACE, X) (IFACE)->fFunctions.f##X argument
/aosp_15_r20/system/netd/server/
H A DTetherController.cpp835 static const std::string IFACE = "([^\\s]+)"; in addForwardChainStats() local