Home
last modified time | relevance | path

Searched defs:threadIndex (Results 1 – 14 of 14) sorted by relevance

/external/dng_sdk/source/
Ddng_filter_task.cpp71 for (uint32 threadIndex = 0; threadIndex < threadCount; threadIndex++) in Start() local
92 void dng_filter_task::Process (uint32 threadIndex, in Process()
Ddng_opcodes.cpp292 virtual void ProcessArea (uint32 threadIndex, in ProcessArea()
455 for (uint32 threadIndex = 0; threadIndex < threadCount; threadIndex++) in Start() local
472 virtual void Process (uint32 threadIndex, in Process()
Ddng_render.cpp978 for (uint32 threadIndex = 0; threadIndex < threadCount; threadIndex++) in Start() local
989 void dng_render_task::ProcessArea (uint32 threadIndex, in ProcessArea()
Ddng_area_task.cpp185 void dng_area_task::ProcessOnThread (uint32 threadIndex, in ProcessOnThread()
Ddng_resample.cpp677 for (uint32 threadIndex = 0; threadIndex < threadCount; threadIndex++) in Start() local
695 void dng_resample_task::ProcessArea (uint32 threadIndex, in ProcessArea()
Ddng_lens_correction.cpp2300 for (uint32 threadIndex = 0; threadIndex < threadCount; threadIndex++) in Prepare() local
2314 uint32 threadIndex, in ProcessArea()
Ddng_negative.cpp1693 virtual void Process (uint32 threadIndex, in Process()
/external/skia/tests/
DSkSharedMutexTest.cpp31 SkTaskGroup().batch(8, [&](int threadIndex) { in DEF_TEST()
/external/skqp/tests/
DSkSharedMutexTest.cpp31 SkTaskGroup().batch(8, [&](int threadIndex) { in DEF_TEST()
/external/grpc-grpc/src/csharp/Grpc.Core/Internal/
DGrpcThreadPool.cs145 private Thread CreateAndStartThread(int threadIndex, IProfiler optionalProfiler) in CreateAndStartThread()
/external/skqp/bench/
DSkGlyphCacheBench.cpp97 SkTaskGroup().batch(16, [&](int threadIndex) { in onDraw()
/external/skia/bench/
DSkGlyphCacheBench.cpp97 SkTaskGroup().batch(16, [&](int threadIndex) { in onDraw()
/external/swiftshader/src/Device/
DRenderer.cpp94 int threadIndex; member
617 int threadIndex = static_cast<Parameters*>(parameters)->threadIndex; in threadFunction() local
628 void Renderer::threadLoop(int threadIndex) in threadLoop()
639 void Renderer::taskLoop(int threadIndex) in taskLoop()
732 void Renderer::scheduleTask(int threadIndex) in scheduleTask()
776 void Renderer::executeTask(int threadIndex) in executeTask()
/external/swiftshader/src/Renderer/
DRenderer.cpp96 int threadIndex; member
744 int threadIndex = static_cast<Parameters*>(parameters)->threadIndex; in threadFunction() local
755 void Renderer::threadLoop(int threadIndex) in threadLoop()
766 void Renderer::taskLoop(int threadIndex) in taskLoop()
859 void Renderer::scheduleTask(int threadIndex) in scheduleTask()
903 void Renderer::executeTask(int threadIndex) in executeTask()