Home
last modified time | relevance | path

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

/external/skqp/src/gpu/gl/
DGrGLAssembleInterface.cpp361 GET_PROC(InvalidateFramebuffer); in GrGLMakeAssembledGLInterface()
729 GET_PROC(InvalidateFramebuffer); in GrGLMakeAssembledGLESInterface()
/external/skia/src/gpu/gl/
DGrGLAssembleInterface.cpp358 GET_PROC(InvalidateFramebuffer); in GrGLMakeAssembledGLInterface()
722 GET_PROC(InvalidateFramebuffer); in GrGLMakeAssembledGLESInterface()
/external/swiftshader/src/OpenGL/libGLESv2/
Dentry_points.h327 void InvalidateFramebuffer(GLenum target, GLsizei numAttachments, const GLenum *attachments);
Dentry_points.cpp1512 return gl::InvalidateFramebuffer(target, numAttachments, attachments); in glInvalidateFramebuffer()
DlibGLESv3.cpp3609 void InvalidateFramebuffer(GLenum target, GLsizei numAttachments, const GLenum *attachments) in InvalidateFramebuffer() function
DlibGLESv2.cpp6487 FUNCTION(InvalidateFramebuffer), in es2GetProcAddress()
/external/mesa3d/include/GL/
Dgl_mangle.h1166 #define glInvalidateFramebuffer MANGLE(InvalidateFramebuffer)