Home
last modified time | relevance | path

Searched refs:fDeleteTextures (Results 1 – 8 of 8) sorted by relevance

/external/skia/src/gpu/gl/
DGrGLInterface.cpp177 fDeleteTextures = NULL; in GrGLInterface()
305 NULL == fDeleteTextures || in validate()
DGrGLCreateNullInterface.cpp412 interface->fDeleteTextures = nullGLDeleteIds; in GrGLCreateNullInterface()
/external/skia/src/gpu/android/
DGrGLCreateNativeInterface_android.cpp43 interface->fDeleteTextures = glDeleteTextures; in GrGLCreateNativeInterface()
/external/skia/src/gpu/ios/
DGrGLDefaultInterface_iOS.cpp43 interface->fDeleteTextures = glDeleteTextures; in GrGLDefaultInterface()
/external/skia/src/gpu/unix/
DGrGLCreateNativeInterface_unix.cpp60 interface->fDeleteTextures = glDeleteTextures; in GrGLCreateNativeInterface()
/external/skia/src/gpu/win/
DGrGLCreateNativeInterface_win.cpp50 interface->fDeleteTextures = glDeleteTextures; in GrGLCreateNativeInterface()
/external/skia/src/gpu/mac/
DGrGLCreateNativeInterface_mac.cpp73 interface->fDeleteTextures = glDeleteTextures; in GrGLCreateNativeInterface()
/external/skia/include/gpu/gl/
DGrGLInterface.h318 GrGLDeleteTexturesProc fDeleteTextures; member