Home
last modified time | relevance | path

Searched refs:GLFW_OPENGL_CORE_PROFILE (Results 1 - 14 of 14) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/utils/
H A DGLFWUtils.cpp38 glfwWindowHint(GLFW_OPENGL_PROFILE, GLFW_OPENGL_CORE_PROFILE); in SetupGLFWWindowHintsForBackend()
/third_party/glfw/tests/
H A Dglfwinfo.c199 if (profile == GLFW_OPENGL_CORE_PROFILE) in get_profile_name_glfw()
523 opengl_profile = GLFW_OPENGL_CORE_PROFILE; in main()
824 if (client == GLFW_OPENGL_API && profile == GLFW_OPENGL_CORE_PROFILE) in main()
875 if (client == GLFW_OPENGL_API && profile != GLFW_OPENGL_CORE_PROFILE) in main()
/third_party/glfw/examples/
H A Dtriangle-opengl.c92 glfwWindowHint(GLFW_OPENGL_PROFILE, GLFW_OPENGL_CORE_PROFILE); in main()
H A Dheightmap.c423 glfwWindowHint(GLFW_OPENGL_PROFILE, GLFW_OPENGL_CORE_PROFILE); in main()
/third_party/skia/third_party/externals/imgui/examples/example_glfw_opengl3/
H A Dmain.cpp46 glfwWindowHint(GLFW_OPENGL_PROFILE, GLFW_OPENGL_CORE_PROFILE); // 3.2+ only in main()
53 //glfwWindowHint(GLFW_OPENGL_PROFILE, GLFW_OPENGL_CORE_PROFILE); // 3.2+ only in main()
/third_party/glfw/src/
H A Dcontext.c107 if (ctxconfig->profile != GLFW_OPENGL_CORE_PROFILE && in _glfwIsValidContextConfig()
511 window->context.profile = GLFW_OPENGL_CORE_PROFILE; in _glfwRefreshContextAttribs()
H A Dosmesa_context.c226 if (ctxconfig->profile == GLFW_OPENGL_CORE_PROFILE) in _glfwCreateContextOSMesa()
H A Dwgl_context.c623 if (ctxconfig->profile == GLFW_OPENGL_CORE_PROFILE) in _glfwCreateContextWGL()
H A Dglx_context.c514 if (ctxconfig->profile == GLFW_OPENGL_CORE_PROFILE) in _glfwCreateContextGLX()
H A Degl_context.c626 if (ctxconfig->profile == GLFW_OPENGL_CORE_PROFILE) in _glfwCreateContextEGL()
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
H A DAdapterDiscoveryTests.cpp162 glfwWindowHint(GLFW_OPENGL_PROFILE, GLFW_OPENGL_CORE_PROFILE); in TEST()
/third_party/skia/third_party/externals/imgui/examples/libs/glfw/include/GLFW/
H A Dglfw3.h668 #define GLFW_OPENGL_CORE_PROFILE 0x00032001 macro
/third_party/glfw/include/GLFW/
H A Dglfw3.h1149 #define GLFW_OPENGL_CORE_PROFILE 0x00032001 macro
/third_party/skia/third_party/externals/dawn/src/tests/
H A DDawnTest.cpp426 glfwWindowHint(GLFW_OPENGL_PROFILE, GLFW_OPENGL_CORE_PROFILE); in CreateInstanceAndDiscoverAdapters()

Completed in 23 milliseconds