Home
last modified time | relevance | path

Searched defs:plat (Results 1 – 7 of 7) sorted by relevance

/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DLoggingAnnotator.cpp38 auto *plat = ANGLEPlatformCurrent(); in logMessage() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DLoggingAnnotator.cpp41 auto *plat = ANGLEPlatformCurrent(); in logMessage() local
/third_party/mesa3d/src/egl/main/
Degldisplay.c97 _EGLPlatformType plat = _EGL_INVALID_PLATFORM; in _eglGetNativePlatformFromEnv() local
257 _eglFindDisplay(_EGLPlatformType plat, void *plat_dpy, in _eglFindDisplay()
Deglapi.c365 _EGLPlatformType plat; in eglGetDisplay() local
/third_party/pixman/pixman/
Dpixman-arm.c165 const char *plat = (const char*) aux.a_un.a_val; in detect_cpu_features() local
/third_party/boost/boost/geometry/strategies/spherical/
Ddistance_cross_track_point_box.hpp75 ReturnType const plat = geometry::get_as_radian<1>(point); in apply() local
/third_party/python/Lib/distutils/
Dccompiler.py990 def new_compiler(plat=None, compiler=None, verbose=0, dry_run=0, force=0): argument