Home
last modified time | relevance | path

Searched refs:kContext (Results 1 – 3 of 3) sorted by relevance

/third_party/node/lib/internal/vm/
Dmodule.js72 const kContext = Symbol('kContext'); constant
141 this[kContext] = context;
155 return this[kContext];
/third_party/flutter/skia/tests/
DSurfaceSemaphoreTest.cpp107 enum class FlushType { kSurface, kImage, kContext }; enumerator
162 case FlushType::kContext: in surface_semaphore_test()
194 for (auto flushType : {FlushType::kSurface, FlushType::kImage, FlushType::kContext}) { in DEF_GPUTEST()
/third_party/skia/tests/
DSurfaceSemaphoreTest.cpp110 enum class FlushType { kSurface, kImage, kContext }; enumerator
164 case FlushType::kContext: in surface_semaphore_test()
196 for (auto flushType : {FlushType::kSurface, FlushType::kImage, FlushType::kContext}) { in DEF_GPUTEST()