Searched refs:fDeleteTextures (Results 1 – 8 of 8) sorted by relevance
177 fDeleteTextures = NULL; in GrGLInterface()305 NULL == fDeleteTextures || in validate()
412 interface->fDeleteTextures = nullGLDeleteIds; in GrGLCreateNullInterface()
43 interface->fDeleteTextures = glDeleteTextures; in GrGLCreateNativeInterface()
43 interface->fDeleteTextures = glDeleteTextures; in GrGLDefaultInterface()
60 interface->fDeleteTextures = glDeleteTextures; in GrGLCreateNativeInterface()
50 interface->fDeleteTextures = glDeleteTextures; in GrGLCreateNativeInterface()
73 interface->fDeleteTextures = glDeleteTextures; in GrGLCreateNativeInterface()
318 GrGLDeleteTexturesProc fDeleteTextures; member