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_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)
|
D | Platform.cpp | 25 angle::PlatformMethods *ANGLEPlatformCurrent() in ANGLEPlatformCurrent() function
|
D | LoggingAnnotator.cpp | 41 auto *plat = ANGLEPlatformCurrent(); in logMessage()
|
D | WorkerThread.cpp | 303 auto *platform = ANGLEPlatformCurrent(); in postWorkerTask() 323 const bool hasPostWorkerTaskImpl = ANGLEPlatformCurrent()->postWorkerTask; in Create()
|
D | MemoryProgramCache.cpp | 229 auto *platform = ANGLEPlatformCurrent(); in putProgram()
|
D | Display.cpp | 516 angle::PlatformMethods *platformMethods = ANGLEPlatformCurrent(); in ANGLESetDefaultDisplayPlatform() 808 *ANGLEPlatformCurrent() = *platformMethods; in setupDisplayPlatform()
|
D | Program.cpp | 1471 auto *platform = ANGLEPlatformCurrent(); in linkImpl()
|
/external/angle/include/platform/ |
D | PlatformMethods.h | 337 angle::PlatformMethods *ANGLEPlatformCurrent();
|
/external/angle/src/libANGLE/renderer/gl/cgl/ |
D | DisplayCGL.mm | 618 auto *platform = ANGLEPlatformCurrent(); 634 auto *platform = ANGLEPlatformCurrent();
|
/external/angle/src/libANGLE/renderer/d3d/d3d9/ |
D | renderer9_utils.cpp | 822 auto *platform = ANGLEPlatformCurrent(); in InitializeFeatures()
|
/external/angle/src/libANGLE/renderer/d3d/d3d11/ |
D | Renderer11.cpp | 414 ANGLEPlatformCurrent()->monotonicallyIncreasingTime(ANGLEPlatformCurrent())), in Renderer11() 3814 auto *platform = ANGLEPlatformCurrent(); in onSwap()
|
D | renderer11_utils.cpp | 2496 auto *platform = ANGLEPlatformCurrent(); in InitializeFeatures()
|
/external/angle/src/libANGLE/renderer/vulkan/ |
D | ContextVk.cpp | 742 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()
|
D | RendererVk.cpp | 2553 angle::PlatformMethods *platform = ANGLEPlatformCurrent(); in initFeatures()
|
/external/angle/src/libANGLE/renderer/metal/ |
D | DisplayMtl.mm | 983 angle::PlatformMethods *platform = ANGLEPlatformCurrent();
|