Home
last modified time | relevance | path

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

/external/skia/src/gpu/gl/
DGrGLInterface.cpp346 NULL == fFunctions.fBlitFramebuffer) { in validate()
351 NULL == fFunctions.fBlitFramebuffer) { in validate()
362 NULL == fFunctions.fBlitFramebuffer) { in validate()
DSkNullGLContext.cpp484 functions->fBlitFramebuffer = noOpGLBlitFramebuffer; in create_null_interface()
DGrGLCreateNullInterface.cpp481 functions->fBlitFramebuffer = noOpGLBlitFramebuffer; in GrGLCreateNullInterface()
/external/skia/include/gpu/gl/
DGrGLInterface.h163 GLPtr<GrGLBlitFramebufferProc> fBlitFramebuffer; member
/external/skia/src/gpu/gl/debug/
DGrGLCreateDebugInterface.cpp973 functions->fBlitFramebuffer = noOpGLBlitFramebuffer; in GrGLCreateDebugInterface()