Home
last modified time | relevance | path

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

/external/skia/src/gpu/gl/mac/
DGrGLCreateNativeInterface_mac.cpp22 #define GET_PROC(name) (interface->f ## name = ((GrGL ## name ## Proc) GetProcAddress("gl" #name))) macro
46 interface->fBindFragDataLocation = GET_PROC(BindFragDataLocation); in GrGLCreateNativeInterface()
56 GET_PROC(BlendColor); in GrGLCreateNativeInterface()
136 GET_PROC(TexStorage2D); in GrGLCreateNativeInterface()
175 interface->fQueryCounter = GET_PROC(QueryCounter); in GrGLCreateNativeInterface()
176 interface->fGetQueryObjecti64v = GET_PROC(GetQueryObjecti64v); in GrGLCreateNativeInterface()
177 interface->fGetQueryObjectui64v = GET_PROC(GetQueryObjectui64v); in GrGLCreateNativeInterface()
207 interface->fGenFramebuffers = GET_PROC(GenFramebuffers); in GrGLCreateNativeInterface()
208 … interface->fGetFramebufferAttachmentParameteriv = GET_PROC(GetFramebufferAttachmentParameteriv); in GrGLCreateNativeInterface()
209 interface->fGetRenderbufferParameteriv = GET_PROC(GetRenderbufferParameteriv); in GrGLCreateNativeInterface()
[all …]
/external/skia/src/utils/win/
DSkWGL_win.cpp221 #define GET_PROC(NAME, SUFFIX) f##NAME = \ macro
253 GET_PROC(GetExtensionsString, ARB); in SkWGLExtensions()
254 GET_PROC(ChoosePixelFormat, ARB); in SkWGLExtensions()
255 GET_PROC(GetPixelFormatAttribiv, ARB); in SkWGLExtensions()
256 GET_PROC(GetPixelFormatAttribfv, ARB); in SkWGLExtensions()
257 GET_PROC(CreateContextAttribs, ARB); in SkWGLExtensions()