Home
last modified time | relevance | path

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

/external/skia/include/gpu/gl/
DGrGLInterface.h155 GLPtr<GrGLBindFramebufferProc> fBindFramebuffer; member
/external/skia/src/gpu/gl/
DGrGLInterface.cpp194 NULL == fFunctions.fBindFramebuffer || in validate()
DSkNullGLContext.cpp471 functions->fBindFramebuffer = nullGLBindFramebuffer; in create_null_interface()
DGrGLCreateNullInterface.cpp468 functions->fBindFramebuffer = nullGLBindFramebuffer; in GrGLCreateNullInterface()
/external/skia/src/gpu/gl/debug/
DGrGLCreateDebugInterface.cpp958 functions->fBindFramebuffer = debugGLBindFramebuffer; in GrGLCreateDebugInterface()