Home
last modified time | relevance | path

Searched refs:GLFW_OPENGL_PROFILE (Results 1 - 10 of 10) 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/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/skia/third_party/externals/dawn/src/tests/end2end/
H A DAdapterDiscoveryTests.cpp162 glfwWindowHint(GLFW_OPENGL_PROFILE, GLFW_OPENGL_CORE_PROFILE); in TEST()
/third_party/glfw/tests/
H A Dglfwinfo.c694 glfwWindowHint(GLFW_OPENGL_PROFILE, opengl_profile); in main()
730 const int profile = glfwGetWindowAttrib(window, GLFW_OPENGL_PROFILE); in main()
/third_party/skia/third_party/externals/imgui/examples/libs/glfw/include/GLFW/
H A Dglfw3.h655 #define GLFW_OPENGL_PROFILE 0x00022008 macro
/third_party/glfw/src/
H A Dwindow.c425 case GLFW_OPENGL_PROFILE: in glfwWindowHint()
931 case GLFW_OPENGL_PROFILE: in glfwGetWindowAttrib()
/third_party/glfw/include/GLFW/
H A Dglfw3.h1078 #define GLFW_OPENGL_PROFILE 0x00022008 macro
3175 * later you must set the [GLFW_OPENGL_PROFILE](@ref GLFW_OPENGL_PROFILE_hint)
/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 19 milliseconds