Home
last modified time | relevance | path

Searched refs:GET_PROC_LOCAL (Results 1 – 25 of 33) sorted by relevance

12

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/tools/gpu/gl/interface/
H A Dtemplates.go24 #define GET_PROC_LOCAL(F) GrGL##F##Fn* F = (GrGL##F##Fn*)get(ctx, "gl" #F)
34 GET_PROC_LOCAL(GetString);
46 GET_PROC_LOCAL(GetIntegerv);
47 GET_PROC_LOCAL(GetStringi);
101 #define GET_PROC_LOCAL(F) GrGL##F##Fn* F = (GrGL##F##Fn*)get(ctx, "gl" #F)
111 GET_PROC_LOCAL(GetString);
112 GET_PROC_LOCAL(GetStringi);
113 GET_PROC_LOCAL(GetIntegerv);
178 GET_PROC_LOCAL(GetString);
190 GET_PROC_LOCAL(GetIntegerv);
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/tools/gpu/gl/interface/
H A Dtemplates.go24 #define GET_PROC_LOCAL(F) GrGL##F##Fn* F = (GrGL##F##Fn*)get(ctx, "gl" #F)
34 GET_PROC_LOCAL(GetString);
46 GET_PROC_LOCAL(GetIntegerv);
47 GET_PROC_LOCAL(GetStringi);
101 #define GET_PROC_LOCAL(F) GrGL##F##Fn* F = (GrGL##F##Fn*)get(ctx, "gl" #F)
111 GET_PROC_LOCAL(GetString);
112 GET_PROC_LOCAL(GetStringi);
113 GET_PROC_LOCAL(GetIntegerv);
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/src/gpu/vk/
H A DGrVkExtensions.cpp33 #define GET_PROC_LOCAL(F, inst, device) PFN_vk ## F F = (PFN_vk ## F) fGetProc("vk" #F, inst, devic… macro
46 GET_PROC_LOCAL(EnumerateInstanceExtensionProperties, VK_NULL_HANDLE, VK_NULL_HANDLE); in initInstance()
47 GET_PROC_LOCAL(EnumerateInstanceLayerProperties, VK_NULL_HANDLE, VK_NULL_HANDLE); in initInstance()
139 GET_PROC_LOCAL(EnumerateDeviceExtensionProperties, inst, VK_NULL_HANDLE); in initDevice()
140 GET_PROC_LOCAL(EnumerateDeviceLayerProperties, inst, VK_NULL_HANDLE); in initDevice()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/src/gpu/vk/
H A DGrVkExtensions.cpp33 #define GET_PROC_LOCAL(inst, F) PFN_vk ## F F = (PFN_vk ## F) vkGetInstanceProcAddr(inst, "vk" #F) macro
42 GET_PROC_LOCAL(nullptr, EnumerateInstanceExtensionProperties); in initInstance()
43 GET_PROC_LOCAL(nullptr, EnumerateInstanceLayerProperties); in initInstance()
131 GET_PROC_LOCAL(inst, EnumerateDeviceExtensionProperties); in initDevice()
132 GET_PROC_LOCAL(inst, EnumerateDeviceLayerProperties); in initDevice()
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/gpu/gl/
H A DGrGLAssembleInterface.cpp13 #define GET_PROC_LOCAL(F) GrGL##F##Fn* F = (GrGL##F##Fn*)get(ctx, "gl" #F) macro
16 GET_PROC_LOCAL(GetString); in GrGLMakeAssembledInterface()
H A DGrGLAssembleWebGLInterfaceAutogen.cpp18 #define GET_PROC_LOCAL(F) GrGL##F##Fn* F = (GrGL##F##Fn*)get(ctx, "gl" #F) macro
28 GET_PROC_LOCAL(GetString); in GrGLMakeAssembledWebGLInterface()
40 GET_PROC_LOCAL(GetIntegerv); in GrGLMakeAssembledWebGLInterface()
41 GET_PROC_LOCAL(GetStringi); in GrGLMakeAssembledWebGLInterface()
H A DGrGLAssembleGLESInterfaceAutogen.cpp18 #define GET_PROC_LOCAL(F) GrGL##F##Fn* F = (GrGL##F##Fn*)get(ctx, "gl" #F) macro
28 GET_PROC_LOCAL(GetString); in GrGLMakeAssembledGLESInterface()
40 GET_PROC_LOCAL(GetIntegerv); in GrGLMakeAssembledGLESInterface()
41 GET_PROC_LOCAL(GetStringi); in GrGLMakeAssembledGLESInterface()
H A DGrGLAssembleGLInterfaceAutogen.cpp18 #define GET_PROC_LOCAL(F) GrGL##F##Fn* F = (GrGL##F##Fn*)get(ctx, "gl" #F) macro
28 GET_PROC_LOCAL(GetString); in GrGLMakeAssembledGLInterface()
29 GET_PROC_LOCAL(GetStringi); in GrGLMakeAssembledGLInterface()
30 GET_PROC_LOCAL(GetIntegerv); in GrGLMakeAssembledGLInterface()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/gpu/gl/
H A DGrGLAssembleInterface.cpp13 #define GET_PROC_LOCAL(F) GrGL##F##Fn* F = (GrGL##F##Fn*)get(ctx, "gl" #F) macro
16 GET_PROC_LOCAL(GetString); in GrGLMakeAssembledInterface()
H A DGrGLAssembleWebGLInterfaceAutogen.cpp18 #define GET_PROC_LOCAL(F) GrGL##F##Fn* F = (GrGL##F##Fn*)get(ctx, "gl" #F) macro
28 GET_PROC_LOCAL(GetString); in GrGLMakeAssembledWebGLInterface()
40 GET_PROC_LOCAL(GetIntegerv); in GrGLMakeAssembledWebGLInterface()
41 GET_PROC_LOCAL(GetStringi); in GrGLMakeAssembledWebGLInterface()
H A DGrGLAssembleGLInterfaceAutogen.cpp18 #define GET_PROC_LOCAL(F) GrGL##F##Fn* F = (GrGL##F##Fn*)get(ctx, "gl" #F) macro
28 GET_PROC_LOCAL(GetString); in GrGLMakeAssembledGLInterface()
29 GET_PROC_LOCAL(GetStringi); in GrGLMakeAssembledGLInterface()
30 GET_PROC_LOCAL(GetIntegerv); in GrGLMakeAssembledGLInterface()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/gpu/gl/
H A DGrGLAssembleInterface.cpp13 #define GET_PROC_LOCAL(F) GrGL##F##Fn* F = (GrGL##F##Fn*)get(ctx, "gl" #F) macro
16 GET_PROC_LOCAL(GetString); in GrGLMakeAssembledInterface()
H A DGrGLAssembleWebGLInterfaceAutogen.cpp18 #define GET_PROC_LOCAL(F) GrGL##F##Fn* F = (GrGL##F##Fn*)get(ctx, "gl" #F) macro
28 GET_PROC_LOCAL(GetString); in GrGLMakeAssembledWebGLInterface()
40 GET_PROC_LOCAL(GetIntegerv); in GrGLMakeAssembledWebGLInterface()
41 GET_PROC_LOCAL(GetStringi); in GrGLMakeAssembledWebGLInterface()
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/gpu/gl/
H A DGrGLAssembleInterface.cpp13 #define GET_PROC_LOCAL(F) GrGL##F##Fn* F = (GrGL##F##Fn*)get(ctx, "gl" #F) macro
16 GET_PROC_LOCAL(GetString); in GrGLMakeAssembledInterface()
H A DGrGLAssembleWebGLInterfaceAutogen.cpp18 #define GET_PROC_LOCAL(F) GrGL##F##Fn* F = (GrGL##F##Fn*)get(ctx, "gl" #F) macro
28 GET_PROC_LOCAL(GetString); in GrGLMakeAssembledWebGLInterface()
40 GET_PROC_LOCAL(GetIntegerv); in GrGLMakeAssembledWebGLInterface()
41 GET_PROC_LOCAL(GetStringi); in GrGLMakeAssembledWebGLInterface()
H A DGrGLAssembleGLESInterfaceAutogen.cpp18 #define GET_PROC_LOCAL(F) GrGL##F##Fn* F = (GrGL##F##Fn*)get(ctx, "gl" #F) macro
28 GET_PROC_LOCAL(GetString); in GrGLMakeAssembledGLESInterface()
40 GET_PROC_LOCAL(GetIntegerv); in GrGLMakeAssembledGLESInterface()
41 GET_PROC_LOCAL(GetStringi); in GrGLMakeAssembledGLESInterface()
H A DGrGLAssembleGLInterfaceAutogen.cpp18 #define GET_PROC_LOCAL(F) GrGL##F##Fn* F = (GrGL##F##Fn*)get(ctx, "gl" #F) macro
28 GET_PROC_LOCAL(GetString); in GrGLMakeAssembledGLInterface()
29 GET_PROC_LOCAL(GetStringi); in GrGLMakeAssembledGLInterface()
30 GET_PROC_LOCAL(GetIntegerv); in GrGLMakeAssembledGLInterface()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/gpu/gl/
H A DGrGLAssembleInterface.cpp13 #define GET_PROC_LOCAL(F) GrGL##F##Fn* F = (GrGL##F##Fn*)get(ctx, "gl" #F) macro
16 GET_PROC_LOCAL(GetString); in GrGLMakeAssembledInterface()
H A DGrGLAssembleWebGLInterfaceAutogen.cpp18 #define GET_PROC_LOCAL(F) GrGL##F##Fn* F = (GrGL##F##Fn*)get(ctx, "gl" #F) macro
28 GET_PROC_LOCAL(GetString); in GrGLMakeAssembledWebGLInterface()
40 GET_PROC_LOCAL(GetIntegerv); in GrGLMakeAssembledWebGLInterface()
41 GET_PROC_LOCAL(GetStringi); in GrGLMakeAssembledWebGLInterface()
H A DGrGLAssembleGLESInterfaceAutogen.cpp18 #define GET_PROC_LOCAL(F) GrGL##F##Fn* F = (GrGL##F##Fn*)get(ctx, "gl" #F) macro
28 GET_PROC_LOCAL(GetString); in GrGLMakeAssembledGLESInterface()
40 GET_PROC_LOCAL(GetIntegerv); in GrGLMakeAssembledGLESInterface()
41 GET_PROC_LOCAL(GetStringi); in GrGLMakeAssembledGLESInterface()
H A DGrGLAssembleGLInterfaceAutogen.cpp18 #define GET_PROC_LOCAL(F) GrGL##F##Fn* F = (GrGL##F##Fn*)get(ctx, "gl" #F) macro
28 GET_PROC_LOCAL(GetString); in GrGLMakeAssembledGLInterface()
29 GET_PROC_LOCAL(GetStringi); in GrGLMakeAssembledGLInterface()
30 GET_PROC_LOCAL(GetIntegerv); in GrGLMakeAssembledGLInterface()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/gpu/gl/
H A DGrGLAssembleInterface.cpp13 #define GET_PROC_LOCAL(F) GrGL##F##Fn* F = (GrGL##F##Fn*)get(ctx, "gl" #F) macro
16 GET_PROC_LOCAL(GetString); in GrGLMakeAssembledInterface()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/tests/
H A DVkPriorityExtensionTest.cpp41 #define GET_PROC_LOCAL(F, inst, device) PFN_vk ## F F = (PFN_vk ## F) getProc("vk" #F, inst, device) macro
183 GET_PROC_LOCAL(EnumerateDeviceExtensionProperties, inst, VK_NULL_HANDLE); in DEF_GPUTEST()
184 GET_PROC_LOCAL(EnumerateDeviceLayerProperties, inst, VK_NULL_HANDLE); in DEF_GPUTEST()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/src/gpu/gl/
H A DGrGLAssembleInterface.cpp14 #define GET_PROC_LOCAL(F) GrGL ## F ## Proc F = (GrGL ## F ## Proc) get(ctx, "gl" #F) macro
19 GET_PROC_LOCAL(GetString); in GrGLMakeAssembledInterface()
55 GET_PROC_LOCAL(GetString); in GrGLMakeAssembledGLInterface()
56 GET_PROC_LOCAL(GetStringi); in GrGLMakeAssembledGLInterface()
57 GET_PROC_LOCAL(GetIntegerv); in GrGLMakeAssembledGLInterface()
418 GET_PROC_LOCAL(GetString); in GrGLMakeAssembledGLESInterface()
430 GET_PROC_LOCAL(GetIntegerv); in GrGLMakeAssembledGLESInterface()
431 GET_PROC_LOCAL(GetStringi); in GrGLMakeAssembledGLESInterface()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/src/gpu/gl/
H A DGrGLAssembleInterface.cpp14 #define GET_PROC_LOCAL(F) GrGL ## F ## Proc F = (GrGL ## F ## Proc) get(ctx, "gl" #F) macro
19 GET_PROC_LOCAL(GetString); in GrGLAssembleInterface()
55 GET_PROC_LOCAL(GetString); in GrGLAssembleGLInterface()
56 GET_PROC_LOCAL(GetStringi); in GrGLAssembleGLInterface()
57 GET_PROC_LOCAL(GetIntegerv); in GrGLAssembleGLInterface()
542 GET_PROC_LOCAL(GetString); in GrGLAssembleGLESInterface()
554 GET_PROC_LOCAL(GetIntegerv); in GrGLAssembleGLESInterface()
555 GET_PROC_LOCAL(GetStringi); in GrGLAssembleGLESInterface()

12