Searched refs:fBindFragDataLocation (Results 1 – 5 of 5) sorted by relevance
44 interface->fBindFragDataLocation = glBindFragDataLocation; in GrGLCreateNativeInterface()46 interface->fBindFragDataLocation = GET_PROC(BindFragDataLocation); in GrGLCreateNativeInterface()
160 if (glVer >= GR_GL_VER(3,0) && NULL == fBindFragDataLocation) { in validate()
403 interface->fBindFragDataLocation = nullGLBindFragDataLocation; in GrGLCreateNullInterface()
144 GLPtr<GrGLBindFragDataLocationProc> fBindFragDataLocation; member
1344 interface->fBindFragDataLocation = debugGLBindFragDataLocation; in SK_DEFINE_INST_COUNT()