Home
last modified time | relevance | path

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

/external/skia/include/gpu/gl/
DGrGLInterface.h144 GrGLFunction<GrGLBindTextureProc> fBindTexture; member
/external/skia/src/gpu/gl/
DGrGLCreateNullInterface.cpp357 functions->fBindTexture = nullGLBindTexture; in GrGLCreateNullInterface()
DSkNullGLContext.cpp406 functions->fBindTexture = nullGLBindTexture; in create_null_interface()
DGrGLInterface.cpp117 nullptr == fFunctions.fBindTexture || in validate()
/external/skia/src/gpu/gl/debug/
DGrGLCreateDebugInterface.cpp851 functions->fBindTexture = debugGLBindTexture; in GrGLCreateDebugInterface()