Searched refs:ANGLEPlatformCurrent (Results 1 – 16 of 16) sorted by relevance
/external/angle/src/libANGLE/ |
D | histogram_macros.h | 44 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(); \
|
D | trace.h | 17 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__)
|
D | Platform.cpp | 25 angle::PlatformMethods *ANGLEPlatformCurrent() in ANGLEPlatformCurrent() function
|
D | LoggingAnnotator.cpp | 41 auto *plat = ANGLEPlatformCurrent(); in logMessage()
|
D | MemoryProgramCache.cpp | 199 auto *platform = ANGLEPlatformCurrent(); in putProgram()
|
D | Display.cpp | 638 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()
|
D | Program.cpp | 1126 auto *platform = ANGLEPlatformCurrent(); in linkImpl()
|
/external/angle/src/common/ |
D | WorkerThread_unittest.cpp | 31 {WorkerThreadPool::Create(1, ANGLEPlatformCurrent()), in TEST() 32 WorkerThreadPool::Create(0, ANGLEPlatformCurrent())}}; in TEST()
|
/external/angle/src/image_util/ |
D | AstcDecompressor_unittest.cpp | 27 auto singleThreadedPool = WorkerThreadPool::Create(1, ANGLEPlatformCurrent()); in TEST() 28 auto multiThreadedPool = WorkerThreadPool::Create(0, ANGLEPlatformCurrent()); in TEST()
|
/external/angle/src/tests/perf_tests/ |
D | AstcDecompressorPerf.cpp | 60 mSingleThreadPool(WorkerThreadPool::Create(1, ANGLEPlatformCurrent())), in AstcDecompressorPerfTest() 61 mMultiThreadPool(WorkerThreadPool::Create(0, ANGLEPlatformCurrent())) in AstcDecompressorPerfTest()
|
/external/angle/include/platform/ |
D | PlatformMethods.h | 338 angle::PlatformMethods *ANGLEPlatformCurrent();
|
/external/angle/src/libANGLE/renderer/gl/cgl/ |
D | DisplayCGL.mm | 656 auto *platform = ANGLEPlatformCurrent(); 672 auto *platform = ANGLEPlatformCurrent();
|
/external/angle/src/libANGLE/renderer/metal/ |
D | mtl_library_cache.mm | 181 ANGLEPlatformCurrent()->recordShaderCacheUse(entry.library);
|
/external/angle/src/libANGLE/renderer/d3d/d3d11/ |
D | Renderer11.cpp | 414 ANGLEPlatformCurrent()->monotonicallyIncreasingTime(ANGLEPlatformCurrent())), in Renderer11() 4019 auto *platform = ANGLEPlatformCurrent(); in onSwap()
|
/external/angle/src/libANGLE/renderer/vulkan/ |
D | ContextVk.cpp | 1370 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/ |
D | StateManagerGL.cpp | 2902 auto *platform = ANGLEPlatformCurrent(); in syncFromNativeContext()
|