Home
last modified time | relevance | path

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

/external/skia/src/gpu/gl/android/
DGrGLCreateNativeInterface_android.cpp57 interface->fGenTextures = glGenTextures; in GrGLCreateNativeInterface()
/external/skia/src/gpu/gl/iOS/
DGrGLCreateNativeInterface_iOS.cpp64 interface->fGenTextures = glGenTextures; in GrGLCreateNativeInterface()
/external/skia/src/gpu/gl/unix/
DGrGLCreateNativeInterface_unix.cpp103 interface->fGenTextures = glGenTextures; in GrGLCreateNativeInterface()
/external/skia/src/gpu/gl/
DGrGLInterface.cpp72 NULL == fGenTextures || in validate()
DGrGLCreateNullInterface.cpp438 interface->fGenTextures = nullGLGenIds; in GrGLCreateNullInterface()
/external/skia/src/gpu/gl/win/
DGrGLCreateNativeInterface_win.cpp67 interface->fGenTextures = glGenTextures; in GrGLCreateNativeInterface()
/external/skia/include/gpu/gl/
DGrGLInterface.h190 GLPtr<GrGLGenTexturesProc> fGenTextures; member
/external/skia/src/gpu/gl/mac/
DGrGLCreateNativeInterface_mac.cpp103 interface->fGenTextures = glGenTextures; in GrGLCreateNativeInterface()
/external/skia/src/gpu/gl/debug/
DGrGLCreateDebugInterface.cpp1379 interface->fGenTextures = debugGLGenTextures; in SK_DEFINE_INST_COUNT()