Home
last modified time | relevance | path

Searched defs:CreateContext (Results 1 – 19 of 19) sorted by relevance

/third_party/protobuf/csharp/src/Google.Protobuf.Test/
DParsingPrimitivesTest.cs34 private static ParseContext CreateContext(int[] bytes) in CreateContext() method in ParsingPrimitivesTest
/third_party/skia/third_party/externals/spirv-tools/test/
Dtext_to_binary_test.cpp250 TEST(CreateContext, UniversalEnvironment) { in TEST() argument
256 TEST(CreateContext, VulkanEnvironment) { in TEST() argument
Dtarget_env_test.cpp30 TEST_P(TargetEnvTest, CreateContext) { in TEST_P() argument
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/
Dtext_to_binary_test.cpp250 TEST(CreateContext, UniversalEnvironment) { in TEST() argument
256 TEST(CreateContext, VulkanEnvironment) { in TEST() argument
Dtarget_env_test.cpp30 TEST_P(TargetEnvTest, CreateContext) { in TEST_P() argument
/third_party/spirv-tools/test/
Dtext_to_binary_test.cpp251 TEST(CreateContext, UniversalEnvironment) { in TEST() argument
257 TEST(CreateContext, VulkanEnvironment) { in TEST() argument
Dtarget_env_test.cpp30 TEST_P(TargetEnvTest, CreateContext) { in TEST_P() argument
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/runtime/device/
Dkernel_runtime.h83 virtual void CreateContext() {} in CreateContext() function
/third_party/mindspore/mindspore-src/source/mindspore/core/abstract/
Danalysis_context.cc213 AnalysisContextPtr AnalysisContext::CreateContext(AnalysisContext *parent, const FuncGraphPtr &fg, in CreateContext() function in mindspore::abstract::AnalysisContext
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DCLPlatform.cpp213 cl_context Platform::CreateContext(const cl_context_properties *properties, in CreateContext() function in cl::Platform
/third_party/mesa3d/src/egl/main/
Degldriver.h88 _EGLContext *(*CreateContext)(_EGLDisplay *disp, _EGLConfig *config, member
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
Degl_stubs.cpp121 EGLContext CreateContext(Thread *thread, in CreateContext() function
Dcl_stubs.cpp130 cl_context CreateContext(const cl_context_properties *properties, in CreateContext() function
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libEGL/
DlibEGL.cpp819 EGLContext EGLAPIENTRY CreateContext(EGLDisplay dpy, EGLConfig config, EGLContext share_context, co… in CreateContext() function
/third_party/glfw/src/
Dwin32_platform.h384 PFN_wglCreateContext CreateContext; member
Dinternal.h835 PFN_eglCreateContext CreateContext; member
/third_party/mesa3d/src/glx/
Dglxcmds.c293 CreateContext(Display *dpy, int generic_id, struct glx_config *config, in CreateContext() function
/third_party/vk-gl-cts/modules/egl/
DteglGLES2SharingThreadedTests.cpp570 class CreateContext : public tcu::ThreadUtil::Operation class
584 CreateContext::CreateContext (EGLDisplay display, EGLConfig config, SharedPtr<GLES2Context> shared,… in CreateContext() function in deqp::egl::GLES2ThreadTest::CreateContext
/third_party/mesa3d/src/imgui/
Dimgui.cpp3021 ImGuiContext* ImGui::CreateContext(ImFontAtlas* shared_font_atlas) in CreateContext() function in ImGui