Home
last modified time | relevance | path

Searched defs:GET_PROC (Results 1 – 7 of 7) sorted by relevance

/external/skia/src/gpu/ganesh/gl/
DGrGLAssembleWebGLInterfaceAutogen.cpp28 #define GET_PROC(F) functions->f##F = gl##F macro
DGrGLAssembleGLInterfaceAutogen.cpp16 #define GET_PROC(F) functions->f##F = (GrGL##F##Fn*)get(ctx, "gl" #F) macro
DGrGLAssembleGLESInterfaceAutogen.cpp16 #define GET_PROC(F) functions->f##F = (GrGL##F##Fn*)get(ctx, "gl" #F) macro
/external/skia/src/gpu/vk/
DVulkanExtensions.cpp65 #define GET_PROC(F, inst) \ macro
/external/skia/tools/window/
DVulkanWindowContext.cpp31 #define GET_PROC(F) f ## F = \ macro
DGraphiteVulkanWindowContext.cpp37 #define GET_PROC(F) f ## F = \ macro
/external/skia/tools/gpu/gl/win/
DSkWGL_win.cpp233 #define GET_PROC(NAME, SUFFIX) f##NAME = \ macro