Home
last modified time | relevance | path

Searched refs:CreateContext (Results 1 – 25 of 59) sorted by relevance

123

/external/libchrome/mojo/core/
Dtrap_unittest.cc45 uintptr_t CreateContext(Handler handler) { in CreateContext() function in mojo::core::__anon696ef0640111::TriggerHelper
163 helper.CreateContext([&](const MojoTrapEvent& event) { in TEST_F()
251 helper.CreateContext([&](const MojoTrapEvent& event) { in TEST_F()
300 helper.CreateContext([&](const MojoTrapEvent& event) { in TEST_F()
364 helper.CreateContext([&](const MojoTrapEvent& event) { in TEST_F()
449 helper.CreateContext([&](const MojoTrapEvent& event) { in TEST_F()
551 helper.CreateContext([&](const MojoTrapEvent& event) { in TEST_F()
630 helper.CreateContext([&](const MojoTrapEvent& event) { in TEST_F()
778 helper.CreateContext([&](const MojoTrapEvent& event) { in TEST_F()
784 helper.CreateContext([&](const MojoTrapEvent& event) { in TEST_F()
[all …]
/external/tensorflow/tensorflow/core/distributed_runtime/eager/
Deager_service_impl_test.cc162 TF_ASSERT_OK(eager_service_impl.CreateContext(&request, &response)); in TEST_F()
238 TF_ASSERT_OK(eager_service_impl.CreateContext(&request, &response)); in TEST_F()
305 TF_ASSERT_OK(eager_service_impl.CreateContext(&request, &response)); in TEST_F()
374 TF_ASSERT_OK(eager_service_impl.CreateContext(&request, &response)); in TEST_F()
393 TF_ASSERT_OK(eager_service_impl.CreateContext(&request, &response)); in TEST_F()
Deager_client.h36 CLIENT_METHOD(CreateContext);
Deager_service_impl.h81 Status CreateContext(const CreateContextRequest* request,
/external/deqp-deps/SPIRV-Tools/test/
Dtext_to_binary_test.cpp250 TEST(CreateContext, InvalidEnvironment) { in TEST() argument
256 TEST(CreateContext, UniversalEnvironment) { in TEST() argument
262 TEST(CreateContext, VulkanEnvironment) { in TEST() argument
Dtarget_env_test.cpp30 TEST_P(TargetEnvTest, CreateContext) { in TEST_P() argument
/external/swiftshader/third_party/SPIRV-Tools/test/
Dtext_to_binary_test.cpp250 TEST(CreateContext, InvalidEnvironment) { in TEST() argument
256 TEST(CreateContext, UniversalEnvironment) { in TEST() argument
262 TEST(CreateContext, VulkanEnvironment) { in TEST() argument
Dtarget_env_test.cpp30 TEST_P(TargetEnvTest, CreateContext) { in TEST_P() argument
/external/autotest/client/deps/glbench/src/
Dglx_stuff.cc36 context_ = CreateContext(); in Init()
93 const GLContext GLXInterface::CreateContext() { in CreateContext() function in GLXInterface
Degl_stuff.cc26 context_ = CreateContext(); in Init()
107 const GLContext EGLInterface::CreateContext() { in CreateContext() function in EGLInterface
Dwaffle_stuff.cc145 context_ = CreateContext(); in Init()
182 const GLContext WaffleInterface::CreateContext() { in CreateContext() function in WaffleInterface
Dglx_stuff.h27 virtual const GLContext CreateContext();
Dglinterface.h58 virtual const GLContext CreateContext() = 0;
Degl_stuff.h31 virtual const GLContext CreateContext();
Dwaffle_stuff.h27 virtual const GLContext CreateContext();
Dcontexttest.cc34 GLContext new_context = interface->CreateContext(); in TestFunc()
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DProgramStateTrait.h88 static void *CreateContext(llvm::BumpPtrAllocator& Alloc) {
140 static void *CreateContext(llvm::BumpPtrAllocator& Alloc) {
179 static void *CreateContext(llvm::BumpPtrAllocator& Alloc) {
/external/mesa3d/src/gallium/targets/haiku-softpipe/
DGalliumContext.h32 context_id CreateContext(Bitmap* bitmap);
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/eager/
Dgrpc_eager_service.h46 virtual ::grpc::Status CreateContext(::grpc::ClientContext* context,
71 ::grpc::Status CreateContext(::grpc::ClientContext* context,
Dgrpc_eager_service_impl.cc45 ENQUEUE_REQUEST(CreateContext); in HandleRPCsLoop()
Dgrpc_eager_service_impl.h59 HANDLER(CreateContext);
Dgrpc_eager_client.cc46 CLIENT_METHOD(CreateContext);
Dgrpc_eager_service.cc70 ::grpc::Status EagerService::Stub::CreateContext( in CreateContext() function in tensorflow::eager::grpc::EagerService::Stub
/external/mesa3d/src/egl/main/
Deglfallbacks.c60 drv->API.CreateContext = (void*) _eglReturnFalse; in _eglInitDriverFallbacks()
/external/mesa3d/src/mesa/drivers/dri/common/
Ddri_util.h121 GLboolean (*CreateContext)(gl_api api, member

123