Home
last modified time | relevance | path

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

/external/skia/include/gpu/gl/
DGrGLInterface.h199 GrGLFunction<GrGLGenTexturesProc> fGenTextures; member
/external/skia/src/gpu/gl/
DGrGLCreateNullInterface.cpp400 functions->fGenTextures = noOpGLGenIds; in GrGLCreateNullInterface()
DSkNullGLContext.cpp449 functions->fGenTextures = noOpGLGenIds; in create_null_interface()
DGrGLInterface.cpp145 nullptr == fFunctions.fGenTextures || in validate()
/external/skia/src/gpu/gl/debug/
DGrGLCreateDebugInterface.cpp894 functions->fGenTextures = debugGLGenTextures; in GrGLCreateDebugInterface()