Home
last modified time | relevance | path

Searched refs:GET_PROC (Results 1 – 11 of 11) sorted by relevance

/external/skia/src/gpu/gl/
DGrGLAssembleGLInterfaceAutogen.cpp16 #define GET_PROC(F) functions->f##F = (GrGL##F##Fn*)get(ctx, "gl" #F) macro
58 GET_PROC(ActiveTexture); in GrGLMakeAssembledGLInterface()
59 GET_PROC(AttachShader); in GrGLMakeAssembledGLInterface()
60 GET_PROC(BindAttribLocation); in GrGLMakeAssembledGLInterface()
61 GET_PROC(BindBuffer); in GrGLMakeAssembledGLInterface()
62 GET_PROC(BindTexture); in GrGLMakeAssembledGLInterface()
63 GET_PROC(BlendColor); in GrGLMakeAssembledGLInterface()
64 GET_PROC(BlendEquation); in GrGLMakeAssembledGLInterface()
65 GET_PROC(BlendFunc); in GrGLMakeAssembledGLInterface()
66 GET_PROC(BufferData); in GrGLMakeAssembledGLInterface()
[all …]
DGrGLAssembleWebGLInterfaceAutogen.cpp28 #define GET_PROC(F) functions->f##F = emscripten_gl##F macro
62 GET_PROC(ActiveTexture); in GrGLMakeAssembledWebGLInterface()
63 GET_PROC(AttachShader); in GrGLMakeAssembledWebGLInterface()
64 GET_PROC(BindAttribLocation); in GrGLMakeAssembledWebGLInterface()
65 GET_PROC(BindBuffer); in GrGLMakeAssembledWebGLInterface()
66 GET_PROC(BindTexture); in GrGLMakeAssembledWebGLInterface()
67 GET_PROC(BlendColor); in GrGLMakeAssembledWebGLInterface()
68 GET_PROC(BlendEquation); in GrGLMakeAssembledWebGLInterface()
69 GET_PROC(BlendFunc); in GrGLMakeAssembledWebGLInterface()
70 GET_PROC(BufferData); in GrGLMakeAssembledWebGLInterface()
[all …]
DGrGLAssembleGLESInterfaceAutogen.cpp16 #define GET_PROC(F) functions->f##F = (GrGL##F##Fn*)get(ctx, "gl" #F) macro
55 GET_PROC(ActiveTexture); in GrGLMakeAssembledGLESInterface()
56 GET_PROC(AttachShader); in GrGLMakeAssembledGLESInterface()
57 GET_PROC(BindAttribLocation); in GrGLMakeAssembledGLESInterface()
58 GET_PROC(BindBuffer); in GrGLMakeAssembledGLESInterface()
59 GET_PROC(BindTexture); in GrGLMakeAssembledGLESInterface()
60 GET_PROC(BlendColor); in GrGLMakeAssembledGLESInterface()
61 GET_PROC(BlendEquation); in GrGLMakeAssembledGLESInterface()
62 GET_PROC(BlendFunc); in GrGLMakeAssembledGLESInterface()
63 GET_PROC(BufferData); in GrGLMakeAssembledGLESInterface()
[all …]
/external/skqp/src/gpu/gl/
DGrGLAssembleInterface.cpp12 #define GET_PROC(F) functions->f##F = (GrGL##F##Fn*)get(ctx, "gl" #F) macro
84 GET_PROC(ActiveTexture); in GrGLMakeAssembledGLInterface()
85 GET_PROC(AttachShader); in GrGLMakeAssembledGLInterface()
86 GET_PROC(BindAttribLocation); in GrGLMakeAssembledGLInterface()
87 GET_PROC(BindBuffer); in GrGLMakeAssembledGLInterface()
89 GET_PROC(BindFragDataLocation); in GrGLMakeAssembledGLInterface()
91 GET_PROC(BeginQuery); in GrGLMakeAssembledGLInterface()
92 GET_PROC(BindTexture); in GrGLMakeAssembledGLInterface()
100 GET_PROC(BlendColor); in GrGLMakeAssembledGLInterface()
101 GET_PROC(BlendEquation); in GrGLMakeAssembledGLInterface()
[all …]
/external/skqp/src/utils/win/
DSkWGL_win.cpp237 #define GET_PROC(NAME, SUFFIX) f##NAME = \ macro
281 GET_PROC(GetExtensionsString, ARB); in SkWGLExtensions()
282 GET_PROC(ChoosePixelFormat, ARB); in SkWGLExtensions()
283 GET_PROC(GetPixelFormatAttribiv, ARB); in SkWGLExtensions()
284 GET_PROC(GetPixelFormatAttribfv, ARB); in SkWGLExtensions()
285 GET_PROC(CreateContextAttribs, ARB); in SkWGLExtensions()
286 GET_PROC(SwapInterval, EXT); in SkWGLExtensions()
287 GET_PROC(CreatePbuffer, ARB); in SkWGLExtensions()
288 GET_PROC(GetPbufferDC, ARB); in SkWGLExtensions()
289 GET_PROC(ReleasePbufferDC, ARB); in SkWGLExtensions()
[all …]
/external/skia/src/utils/win/
DSkWGL_win.cpp235 #define GET_PROC(NAME, SUFFIX) f##NAME = \ macro
279 GET_PROC(GetExtensionsString, ARB); in SkWGLExtensions()
280 GET_PROC(ChoosePixelFormat, ARB); in SkWGLExtensions()
281 GET_PROC(GetPixelFormatAttribiv, ARB); in SkWGLExtensions()
282 GET_PROC(GetPixelFormatAttribfv, ARB); in SkWGLExtensions()
283 GET_PROC(CreateContextAttribs, ARB); in SkWGLExtensions()
284 GET_PROC(SwapInterval, EXT); in SkWGLExtensions()
285 GET_PROC(CreatePbuffer, ARB); in SkWGLExtensions()
286 GET_PROC(GetPbufferDC, ARB); in SkWGLExtensions()
287 GET_PROC(ReleasePbufferDC, ARB); in SkWGLExtensions()
[all …]
/external/skia/tools/sk_app/
DVulkanWindowContext.cpp27 #define GET_PROC(F) f ## F = (PFN_vk ## F) fGetInstanceProcAddr(fInstance, "vk" #F) macro
102 GET_PROC(DestroyInstance); in initializeContext()
104 GET_PROC(DestroyDebugReportCallbackEXT); in initializeContext()
106 GET_PROC(DestroySurfaceKHR); in initializeContext()
107 GET_PROC(GetPhysicalDeviceSurfaceSupportKHR); in initializeContext()
108 GET_PROC(GetPhysicalDeviceSurfaceCapabilitiesKHR); in initializeContext()
109 GET_PROC(GetPhysicalDeviceSurfaceFormatsKHR); in initializeContext()
110 GET_PROC(GetPhysicalDeviceSurfacePresentModesKHR); in initializeContext()
/external/skia/src/gpu/vk/
DGrVkExtensions.cpp61 #define GET_PROC(F, inst) \ macro
74 GET_PROC(EnumerateInstanceExtensionProperties, VK_NULL_HANDLE); in getSpecVersions()
101 GET_PROC(EnumerateDeviceExtensionProperties, instance); in getSpecVersions()
/external/skqp/src/gpu/vk/
DGrVkExtensions.cpp63 #define GET_PROC(F, inst) \ macro
76 GET_PROC(EnumerateInstanceExtensionProperties, VK_NULL_HANDLE); in getSpecVersions()
103 GET_PROC(EnumerateDeviceExtensionProperties, instance); in getSpecVersions()
/external/skqp/tools/sk_app/
DVulkanWindowContext.cpp26 #define GET_PROC(F) f ## F = (PFN_vk ## F) fGetInstanceProcAddr(fInstance, "vk" #F) macro
101 GET_PROC(DestroyInstance); in initializeContext()
103 GET_PROC(DestroyDebugReportCallbackEXT); in initializeContext()
105 GET_PROC(DestroySurfaceKHR); in initializeContext()
106 GET_PROC(GetPhysicalDeviceSurfaceSupportKHR); in initializeContext()
107 GET_PROC(GetPhysicalDeviceSurfaceCapabilitiesKHR); in initializeContext()
108 GET_PROC(GetPhysicalDeviceSurfaceFormatsKHR); in initializeContext()
109 GET_PROC(GetPhysicalDeviceSurfacePresentModesKHR); in initializeContext()
/external/skia/tools/gpu/gl/interface/
Dtemplates.go22 #define GET_PROC(F) functions->f##F = (GrGL##F##Fn*)get(ctx, "gl" #F)
99 #define GET_PROC(F) functions->f##F = (GrGL##F##Fn*)get(ctx, "gl" #F)
178 #define GET_PROC(F) functions->f##F = emscripten_gl##F