Home
last modified time | relevance | path

Searched defs:prevTask (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/gpu/ganesh/
DSurfaceFillContext.h165 virtual void willReplaceOpsTask(OpsTask* prevTask, OpsTask* nextTask) {} in willReplaceOpsTask()
DSurfaceDrawContext.cpp328 void SurfaceDrawContext::willReplaceOpsTask(OpsTask* prevTask, OpsTask* nextTask) { in willReplaceOpsTask()
/external/deqp/external/vulkancts/modules/vulkan/mesh_shader/
DvktMeshShaderSyncTestsEXT.cpp772 const bool prevTask = (i > 0); in initPrograms() local