Home
last modified time | relevance | path

Searched refs:Acquired (Results 1 – 18 of 18) sorted by relevance

/third_party/openGLES/xml/
Dvendors.txt37 3Dfx - Acquired by NVIDIA
38 3Dlabs - Acquired by Creative, refocused on mobile, renamed ZiiLabs
40 ATI - Acquired by AMD
41 Compaq - Acquired by HP
42 DEC - Acquired by Compaq, then HP
46 Intense3D - Acquired by 3Dlabs
47 Intergraph - Acquired by 3Dlabs. Spinoff of Intense3D.
50 PGI (Pacific Graphics Inc.) - Acquired by Template Graphics Systems
52 Rendition - Acquired by Micron
53 SGI (Silicon Graphics Inc.) - Acquired by Silicon Graphics International, then HP
[all …]
/third_party/skia/third_party/externals/opengl-registry/xml/
Dvendors.txt37 3Dfx - Acquired by NVIDIA
38 3Dlabs - Acquired by Creative, refocused on mobile, renamed ZiiLabs
40 ATI - Acquired by AMD
41 Compaq - Acquired by HP
42 DEC - Acquired by Compaq, then HP
46 Intense3D - Acquired by 3Dlabs
47 Intergraph - Acquired by 3Dlabs. Spinoff of Intense3D.
50 PGI (Pacific Graphics Inc.) - Acquired by Template Graphics Systems
52 Rendition - Acquired by Micron
53 SGI (Silicon Graphics Inc.) - Acquired by Silicon Graphics International, then HP
[all …]
/third_party/grpc/test/cpp/qps/
Dqps_worker.cc113 if (!g.Acquired()) { in RunClient()
128 if (!g.Acquired()) { in RunServer()
146 if (!g.Acquired()) { in QuitWorker()
166 bool Acquired() const { return acquired_; } in Acquired() function in grpc::testing::WorkerServiceImpl::InstanceGuard
/third_party/flutter/skia/third_party/externals/dawn/src/common/
DResult.h185 Acquired = 2, enumerator
372 ASSERT(mType == Acquired); in ~Result()
378 other.mType = Acquired; in Result()
385 other.mType = Acquired;
402 mType = Acquired; in AcquireSuccess()
409 mType = Acquired; in AcquireError()
/third_party/skia/third_party/externals/dawn/src/common/
DResult.h228 Acquired = 2, enumerator
478 ASSERT(mType == Acquired); in ~Result()
484 other.mType = Acquired; in Result()
491 other.mType = Acquired;
508 mType = Acquired; in AcquireSuccess()
515 mType = Acquired; in AcquireError()
/third_party/grpc/src/objective-c/tests/MacTests/
DStressTestsCleartext.m27 // The Protocol Buffers encoding overhead of local interop server. Acquired
DStressTestsSSL.m25 // The Protocol Buffers encoding overhead of local interop server. Acquired
/third_party/grpc/src/objective-c/tests/PerfTests/
DPerfTestsCronet.m34 // The Protocol Buffers encoding overhead of remote interop server. Acquired
DPerfTestsCFStreamCleartext.m33 // The Protocol Buffers encoding overhead of local interop server. Acquired
DPerfTestsNoCFStreamCleartext.m33 // The Protocol Buffers encoding overhead of local interop server. Acquired
DPerfTestsNoCFStreamSSL.m32 // The Protocol Buffers encoding overhead of local interop server. Acquired
DPerfTestsCFStreamSSL.m32 // The Protocol Buffers encoding overhead of local interop server. Acquired
/third_party/grpc/src/objective-c/tests/InteropTests/
DInteropTestsRemote.m30 // The Protocol Buffers encoding overhead of remote interop server. Acquired
DInteropTestsLocalCleartext.m31 // The Protocol Buffers encoding overhead of local interop server. Acquired
DInteropTestsLocalSSL.m30 // The Protocol Buffers encoding overhead of local interop server. Acquired
/third_party/grpc/src/objective-c/tests/CronetTests/
DInteropTestsRemoteWithCronet.m34 // The Protocol Buffers encoding overhead of remote interop server. Acquired
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DTextureVk.h153 Acquired, enumerator
DTextureVk.cpp956 mExternalState = ExternalState::Acquired; in TweakTransitionForExternalUsage()