Home
last modified time | relevance | path

Searched refs:ANGLEPlatformCurrent (Results 1 – 16 of 16) sorted by relevance

/external/angle/src/libANGLE/
Dhistogram_macros.h44 ANGLEPlatformCurrent()->histogramCustomCounts(ANGLEPlatformCurrent(), name, sample, min, max, \
51 ANGLEPlatformCurrent()->histogramBoolean(ANGLEPlatformCurrent(), name, sample)
54 ANGLEPlatformCurrent()->histogramEnumeration(ANGLEPlatformCurrent(), name, sample, \
64 ANGLEPlatformCurrent()->histogramSparse(ANGLEPlatformCurrent(), name, sample)
87 : constructed_(ANGLEPlatformCurrent()->currentTime(ANGLEPlatformCurrent())) \
93 auto *platform = ANGLEPlatformCurrent(); \
Dtrace.h17 TRACE_EVENT_BEGIN0(ANGLEPlatformCurrent(), CATEGORY, EVENT)
19 TRACE_EVENT_END0(ANGLEPlatformCurrent(), CATEGORY, EVENT)
21 TRACE_EVENT_INSTANT0(ANGLEPlatformCurrent(), CATEGORY, EVENT)
22 #define ANGLE_TRACE_EVENT0(CATEGORY, EVENT) TRACE_EVENT0(ANGLEPlatformCurrent(), CATEGORY, EVENT)
24 TRACE_EVENT1(ANGLEPlatformCurrent(), CATEGORY, EVENT, NAME, PARAM)
DPlatform.cpp25 angle::PlatformMethods *ANGLEPlatformCurrent() in ANGLEPlatformCurrent() function
DLoggingAnnotator.cpp41 auto *plat = ANGLEPlatformCurrent(); in logMessage()
DWorkerThread.cpp303 auto *platform = ANGLEPlatformCurrent(); in postWorkerTask()
323 const bool hasPostWorkerTaskImpl = ANGLEPlatformCurrent()->postWorkerTask; in Create()
DMemoryProgramCache.cpp229 auto *platform = ANGLEPlatformCurrent(); in putProgram()
DDisplay.cpp516 angle::PlatformMethods *platformMethods = ANGLEPlatformCurrent(); in ANGLESetDefaultDisplayPlatform()
808 *ANGLEPlatformCurrent() = *platformMethods; in setupDisplayPlatform()
DProgram.cpp1471 auto *platform = ANGLEPlatformCurrent(); in linkImpl()
/external/angle/include/platform/
DPlatformMethods.h337 angle::PlatformMethods *ANGLEPlatformCurrent();
/external/angle/src/libANGLE/renderer/gl/cgl/
DDisplayCGL.mm618 auto *platform = ANGLEPlatformCurrent();
634 auto *platform = ANGLEPlatformCurrent();
/external/angle/src/libANGLE/renderer/d3d/d3d9/
Drenderer9_utils.cpp822 auto *platform = ANGLEPlatformCurrent(); in InitializeFeatures()
/external/angle/src/libANGLE/renderer/d3d/d3d11/
DRenderer11.cpp414 ANGLEPlatformCurrent()->monotonicallyIncreasingTime(ANGLEPlatformCurrent())), in Renderer11()
3814 auto *platform = ANGLEPlatformCurrent(); in onSwap()
Drenderer11_utils.cpp2496 auto *platform = ANGLEPlatformCurrent(); in InitializeFeatures()
/external/angle/src/libANGLE/renderer/vulkan/
DContextVk.cpp742 angle::PlatformMethods *platform = ANGLEPlatformCurrent(); in initialize()
2198 angle::PlatformMethods *platform = ANGLEPlatformCurrent(); in synchronizeCpuGpuTime()
2417 angle::PlatformMethods *platform = ANGLEPlatformCurrent(); in checkCompletedGpuEvents()
2468 angle::PlatformMethods *platform = ANGLEPlatformCurrent(); in flushGpuEvents()
DRendererVk.cpp2553 angle::PlatformMethods *platform = ANGLEPlatformCurrent(); in initFeatures()
/external/angle/src/libANGLE/renderer/metal/
DDisplayMtl.mm983 angle::PlatformMethods *platform = ANGLEPlatformCurrent();