Home
last modified time | relevance | path

Searched refs:glfwGetProcAddress (Results 1 – 25 of 40) sorted by relevance

12

/third_party/skia/src/gpu/gl/glfw/
DGrGLMakeNativeInterface_glfw.cpp18 return glfwGetProcAddress(name); in glfw_get()
/third_party/flutter/skia/src/gpu/gl/glfw/
DGrGLMakeNativeInterface_glfw.cpp18 return glfwGetProcAddress(name); in glfw_get()
/third_party/flutter/glfw/tests/
Dtitle.c63 gladLoadGLLoader((GLADloadproc) glfwGetProcAddress); in main()
Dtimeout.c73 gladLoadGLLoader((GLADloadproc) glfwGetProcAddress); in main()
Dicon.c132 gladLoadGLLoader((GLADloadproc) glfwGetProcAddress); in main()
Dclipboard.c131 gladLoadGLLoader((GLADloadproc) glfwGetProcAddress); in main()
Dempty.c94 gladLoadGLLoader((GLADloadproc) glfwGetProcAddress); in main()
Dmsaa.c113 gladLoadGLLoader((GLADloadproc) glfwGetProcAddress); in main()
Dthreads.c109 gladLoadGLLoader((GLADloadproc) glfwGetProcAddress); in main()
Dwindows.c136 gladLoadGLLoader((GLADloadproc) glfwGetProcAddress); in main()
Dgamma.c162 gladLoadGLLoader((GLADloadproc) glfwGetProcAddress); in main()
Dreopen.c84 gladLoadGLLoader((GLADloadproc) glfwGetProcAddress); in open_window()
Dtearing.c174 gladLoadGLLoader((GLADloadproc) glfwGetProcAddress); in main()
Dsharing.c63 gladLoadGLLoader((GLADloadproc) glfwGetProcAddress); in open_window()
Djoysticks.c197 gladLoadGLLoader((GLADloadproc) glfwGetProcAddress); in main()
Dmonitors.c153 gladLoadGLLoader((GLADloadproc) glfwGetProcAddress); in test_modes()
Diconify.c191 gladLoadGLLoader((GLADloadproc) glfwGetProcAddress); in create_window()
Dcursor.c242 gladLoadGLLoader((GLADloadproc) glfwGetProcAddress); in main()
/third_party/flutter/glfw/docs/
Dcontext.dox125 - @ref glfwGetProcAddress
206 gladLoadGLLoader((GLADloadproc) glfwGetProcAddress);
247 glfwGetProcAddress for manual loading of extensions and new API functions.
302 retrieve pointers to these functions with @ref glfwGetProcAddress.
305 PFNGLGETDEBUGMESSAGELOGARBPROC pfnGetDebugMessageLog = glfwGetProcAddress("glGetDebugMessageLogARB"…
330 glfwGetProcAddress("glGetDebugMessageLogARB");
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
DAdapterDiscoveryTests.cpp172 options.getProc = reinterpret_cast<void* (*)(const char*)>(glfwGetProcAddress); in TEST()
213 options.getProc = reinterpret_cast<void* (*)(const char*)>(glfwGetProcAddress); in TEST()
/third_party/flutter/skia/third_party/externals/dawn/src/utils/
DBackendBinding.cpp68 adapterOptions.getProc = reinterpret_cast<void* (*)(const char*)>(glfwGetProcAddress); in DiscoverAdapter()
/third_party/skia/third_party/externals/dawn/src/utils/
DBackendBinding.cpp56 auto getProc = reinterpret_cast<void* (*)(const char*)>(glfwGetProcAddress); in DiscoverAdapter()
/third_party/flutter/glfw/examples/
Dsimple.c99 gladLoadGLLoader((GLADloadproc) glfwGetProcAddress); in main()
Dwave.c415 gladLoadGLLoader((GLADloadproc) glfwGetProcAddress); in main()
Dgears.c328 gladLoadGLLoader((GLADloadproc) glfwGetProcAddress); in main()

12