Searched refs:GET_PROC (Results 1 – 1 of 1) sorted by relevance
27 #define GET_PROC(name) ((GrGL ## name ## Proc) GetProcAddress("_gl" #name)) macro51 interface->fBindFragDataLocation = GET_PROC(BindFragDataLocation); in GrGLCreateNativeInterface()129 GET_PROC(TexStorage2D); in GrGLCreateNativeInterface()168 interface->fQueryCounter = GET_PROC(QueryCounter); in GrGLCreateNativeInterface()169 interface->fGetQueryObjecti64v = GET_PROC(GetQueryObjecti64v); in GrGLCreateNativeInterface()170 interface->fGetQueryObjectui64v = GET_PROC(GetQueryObjectui64v); in GrGLCreateNativeInterface()200 interface->fGenFramebuffers = GET_PROC(GenFramebuffers); in GrGLCreateNativeInterface()201 … interface->fGetFramebufferAttachmentParameteriv = GET_PROC(GetFramebufferAttachmentParameteriv); in GrGLCreateNativeInterface()202 interface->fGetRenderbufferParameteriv = GET_PROC(GetRenderbufferParameteriv); in GrGLCreateNativeInterface()203 interface->fBindFramebuffer = GET_PROC(BindFramebuffer); in GrGLCreateNativeInterface()[all …]