HomeSort by relevance Sort by last modified time
    Searched refs:fDeleteTextures (Results 1 - 8 of 8) sorted by null

  /external/skia/src/gpu/android/
GrGLCreateNativeInterface_android.cpp 43 interface->fDeleteTextures = glDeleteTextures;
  /external/skia/src/gpu/gl/
GrGLInterface.cpp 177 fDeleteTextures = NULL;
305 NULL == fDeleteTextures ||
GrGLCreateNullInterface.cpp 412 interface->fDeleteTextures = nullGLDeleteIds;
  /external/skia/src/gpu/ios/
GrGLDefaultInterface_iOS.cpp 43 interface->fDeleteTextures = glDeleteTextures;
  /external/skia/src/gpu/unix/
GrGLCreateNativeInterface_unix.cpp 60 interface->fDeleteTextures = glDeleteTextures;
  /external/skia/src/gpu/win/
GrGLCreateNativeInterface_win.cpp 50 interface->fDeleteTextures = glDeleteTextures;
  /external/skia/src/gpu/mac/
GrGLCreateNativeInterface_mac.cpp 73 interface->fDeleteTextures = glDeleteTextures;
  /external/skia/include/gpu/gl/
GrGLInterface.h 318 GrGLDeleteTexturesProc fDeleteTextures;

Completed in 24 milliseconds