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_BEGIN(ANGLEPlatformCurrent(), CATEGORY, EVENT, ##__VA_ARGS__)
20 TRACE_EVENT_END(ANGLEPlatformCurrent(), CATEGORY, EVENT, ##__VA_ARGS__)
23 TRACE_EVENT_INSTANT(ANGLEPlatformCurrent(), CATEGORY, EVENT, ##__VA_ARGS__)
26 TRACE_EVENT(ANGLEPlatformCurrent(), CATEGORY, EVENT, ##__VA_ARGS__)
DPlatform.cpp25 angle::PlatformMethods *ANGLEPlatformCurrent() in ANGLEPlatformCurrent() function
DLoggingAnnotator.cpp41 auto *plat = ANGLEPlatformCurrent(); in logMessage()
DMemoryProgramCache.cpp199 auto *platform = ANGLEPlatformCurrent(); in putProgram()
DDisplay.cpp638 angle::PlatformMethods *platformMethods = ANGLEPlatformCurrent(); in ANGLESetDefaultDisplayPlatform()
990 *ANGLEPlatformCurrent() = *platformMethods; in setupDisplayPlatform()
1108 mSingleThreadPool = angle::WorkerThreadPool::Create(1, ANGLEPlatformCurrent()); in initialize()
1109 mMultiThreadPool = angle::WorkerThreadPool::Create(0, ANGLEPlatformCurrent()); in initialize()
DProgram.cpp1126 auto *platform = ANGLEPlatformCurrent(); in linkImpl()
/external/angle/src/common/
DWorkerThread_unittest.cpp31 {WorkerThreadPool::Create(1, ANGLEPlatformCurrent()), in TEST()
32 WorkerThreadPool::Create(0, ANGLEPlatformCurrent())}}; in TEST()
/external/angle/src/image_util/
DAstcDecompressor_unittest.cpp27 auto singleThreadedPool = WorkerThreadPool::Create(1, ANGLEPlatformCurrent()); in TEST()
28 auto multiThreadedPool = WorkerThreadPool::Create(0, ANGLEPlatformCurrent()); in TEST()
/external/angle/src/tests/perf_tests/
DAstcDecompressorPerf.cpp60 mSingleThreadPool(WorkerThreadPool::Create(1, ANGLEPlatformCurrent())), in AstcDecompressorPerfTest()
61 mMultiThreadPool(WorkerThreadPool::Create(0, ANGLEPlatformCurrent())) in AstcDecompressorPerfTest()
/external/angle/include/platform/
DPlatformMethods.h338 angle::PlatformMethods *ANGLEPlatformCurrent();
/external/angle/src/libANGLE/renderer/gl/cgl/
DDisplayCGL.mm656 auto *platform = ANGLEPlatformCurrent();
672 auto *platform = ANGLEPlatformCurrent();
/external/angle/src/libANGLE/renderer/metal/
Dmtl_library_cache.mm181 ANGLEPlatformCurrent()->recordShaderCacheUse(entry.library);
/external/angle/src/libANGLE/renderer/d3d/d3d11/
DRenderer11.cpp414 ANGLEPlatformCurrent()->monotonicallyIncreasingTime(ANGLEPlatformCurrent())), in Renderer11()
4019 auto *platform = ANGLEPlatformCurrent(); in onSwap()
/external/angle/src/libANGLE/renderer/vulkan/
DContextVk.cpp1370 angle::PlatformMethods *platform = ANGLEPlatformCurrent(); in initialize()
3574 angle::PlatformMethods *platform = ANGLEPlatformCurrent(); in synchronizeCpuGpuTime()
3787 angle::PlatformMethods *platform = ANGLEPlatformCurrent(); in checkCompletedGpuEvents()
3837 angle::PlatformMethods *platform = ANGLEPlatformCurrent(); in flushGpuEvents()
/external/angle/src/libANGLE/renderer/gl/
DStateManagerGL.cpp2902 auto *platform = ANGLEPlatformCurrent(); in syncFromNativeContext()