Home
last modified time | relevance | path

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

/external/skia/src/gpu/gl/mac/
DGrGLCreateNativeInterface_mac.cpp195 interface->fBindFramebuffer = glBindFramebuffer; in GrGLCreateNativeInterface()
210 interface->fBindFramebuffer = GET_PROC(BindFramebuffer); in GrGLCreateNativeInterface()
228 interface->fBindFramebuffer = glBindFramebufferEXT; in GrGLCreateNativeInterface()
241 interface->fBindFramebuffer = GET_PROC_SUFFIX(BindFramebuffer, EXT); in GrGLCreateNativeInterface()
/external/skia/src/gpu/gl/android/
DGrGLCreateNativeInterface_android.cpp117 interface->fBindFramebuffer = glBindFramebuffer; in GrGLCreateNativeInterface()
/external/skia/src/gpu/gl/iOS/
DGrGLCreateNativeInterface_iOS.cpp117 interface->fBindFramebuffer = glBindFramebuffer; in GrGLCreateNativeInterface()
/external/skia/src/gpu/gl/
DGrGLInterface.cpp117 NULL == fBindFramebuffer || in validate()
DGrGLCreateNullInterface.cpp496 interface->fBindFramebuffer = nullGLBindFramebuffer; in GrGLCreateNullInterface()
/external/skia/include/gpu/gl/
DGrGLInterface.h146 GLPtr<GrGLBindFramebufferProc> fBindFramebuffer; member
/external/skia/src/gpu/gl/debug/
DGrGLCreateDebugInterface.cpp1437 interface->fBindFramebuffer = debugGLBindFramebuffer; in SK_DEFINE_INST_COUNT()