Home
last modified time | relevance | path

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

/external/skia/src/gpu/gl/android/
DGrGLCreateNativeInterface_android.cpp45 interface->fDeleteTextures = glDeleteTextures; in GrGLCreateNativeInterface()
/external/skia/src/gpu/gl/iOS/
DGrGLCreateNativeInterface_iOS.cpp42 interface->fDeleteTextures = glDeleteTextures; in GrGLCreateNativeInterface()
/external/skia/src/gpu/gl/unix/
DGrGLCreateNativeInterface_unix.cpp66 interface->fDeleteTextures = glDeleteTextures; in GrGLCreateNativeInterface()
/external/skia/src/gpu/gl/
DGrGLInterface.cpp62 NULL == fDeleteTextures || in validate()
DGrGLCreateNullInterface.cpp422 interface->fDeleteTextures = nullGLDeleteIds; in GrGLCreateNullInterface()
/external/skia/src/gpu/gl/win/
DGrGLCreateNativeInterface_win.cpp57 interface->fDeleteTextures = glDeleteTextures; in GrGLCreateNativeInterface()
/external/skia/include/gpu/gl/
DGrGLInterface.h170 GLPtr<GrGLDeleteTexturesProc> fDeleteTextures; member
/external/skia/src/gpu/gl/mac/
DGrGLCreateNativeInterface_mac.cpp74 interface->fDeleteTextures = glDeleteTextures; in GrGLCreateNativeInterface()
/external/skia/src/gpu/gl/debug/
DGrGLCreateDebugInterface.cpp1363 interface->fDeleteTextures = debugGLDeleteTextures; in SK_DEFINE_INST_COUNT()