Searched refs:fFramebufferTexture2D (Results 1 – 7 of 7) sorted by relevance
196 interface->fFramebufferTexture2D = glFramebufferTexture2D; in GrGLCreateNativeInterface()211 interface->fFramebufferTexture2D = GET_PROC(FramebufferTexture2D); in GrGLCreateNativeInterface()229 interface->fFramebufferTexture2D = glFramebufferTexture2DEXT; in GrGLCreateNativeInterface()242 interface->fFramebufferTexture2D = GET_PROC_SUFFIX(FramebufferTexture2D, EXT); in GrGLCreateNativeInterface()
123 interface->fFramebufferTexture2D = glFramebufferTexture2D; in GrGLCreateNativeInterface()
118 interface->fFramebufferTexture2D = glFramebufferTexture2D; in GrGLCreateNativeInterface()
125 NULL == fFramebufferTexture2D || in validate()
502 interface->fFramebufferTexture2D = nullGLFramebufferTexture2D; in GrGLCreateNullInterface()
184 GLPtr<GrGLFramebufferTexture2DProc> fFramebufferTexture2D; member
1443 interface->fFramebufferTexture2D = debugGLFramebufferTexture2D; in SK_DEFINE_INST_COUNT()