Searched defs:blitFramebuffer (Results 1 - 4 of 4) sorted by relevance

/external/deqp/framework/opengl/simplereference/
H A DsglrGLContext.cpp600 void GLContext::blitFramebuffer (int srcX0, int srcY0, int srcX1, int srcY1, int dstX0, int dstY0, int dstX1, int dstY1, deUint32 mask, deUint32 filter) function in class:sglr::GLContext
613 m_context.getFunctions().blitFramebuffer(readOffset.x()+srcX0, readOffset.y()+srcY0, readOffset.x()+srcX1, readOffset.y()+srcY1,
/external/swiftshader/src/OpenGL/libGL/
H A DContext.cpp2765 void Context::blitFramebuffer(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, function in class:gl::Context
/external/swiftshader/src/OpenGL/libGLESv2/
H A DContext.cpp3859 void Context::blitFramebuffer(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, function in class:es2::Context
/external/skia/src/gpu/gl/
H A DGrGLTestInterface.h35 virtual GrGLvoid blitFramebuffer(GrGLint srcX0, GrGLint srcY0, GrGLint srcX1, GrGLint srcY1, GrGLint dstX0, GrGLint dstY0, GrGLint dstX1, GrGLint dstY1, GrGLbitfield mask, GrGLenum filter) {} function in class:GrGLTestInterface

Completed in 155 milliseconds