Searched refs:invalidateSubFramebuffer (Results 1 - 16 of 16) sorted by relevance

/external/deqp/framework/opengl/
H A DgluES3PlusWrapperFuncs.inl246 dst->invalidateSubFramebuffer = src.invalidateSubFramebuffer;
H A DgluCallLogWrapper.inl3825 m_gl.invalidateSubFramebuffer(param0, param1, param2, param3, param4, param5, param6);
/external/deqp/framework/opengl/simplereference/
H A DsglrContext.hpp139 virtual void invalidateSubFramebuffer(deUint32 target, int numAttachments, const deUint32* attachments, int x, int y, int width, int height) = DE_NULL;
H A DsglrContextWrapper.cpp366 m_curCtx->invalidateSubFramebuffer(target, numAttachments, attachments, x, y, width, height);
H A DsglrGLContext.hpp151 virtual void invalidateSubFramebuffer(deUint32 target, int numAttachments, const deUint32* attachments, int x, int y, int width, int height);
H A DsglrGLContext.cpp618 void GLContext::invalidateSubFramebuffer (deUint32 target, int numAttachments, const deUint32* attachments, int x, int y, int width, int height) function in class:sglr::GLContext
629 m_context.getFunctions().invalidateSubFramebuffer(target, numAttachments, attachments, x+drawOffset.x(), y+drawOffset.y(), width, height);
H A DsglrReferenceContext.hpp697 virtual void invalidateSubFramebuffer(deUint32 target, int numAttachments, const deUint32* attachments, int x, int y, int width, int height);
H A DsglrReferenceContext.cpp3241 void ReferenceContext::invalidateSubFramebuffer (deUint32 target, int numAttachments, const deUint32* attachments, int x, int y, int width, int height)
3334 invalidateSubFramebuffer(target, numAttachments, attachments, 0, 0, width, height);
/external/deqp/framework/opengl/wrapper/
H A DglwInitES30Direct.inl246 gl->invalidateSubFramebuffer = &glInvalidateSubFramebuffer;
H A DglwFunctions.inl520 glInvalidateSubFramebufferFunc invalidateSubFramebuffer;
H A DglwInitES30.inl246 gl->invalidateSubFramebuffer = (glInvalidateSubFramebufferFunc) loader->get("glInvalidateSubFramebuffer");
H A DglwInitES31.inl246 gl->invalidateSubFramebuffer = (glInvalidateSubFramebufferFunc) loader->get("glInvalidateSubFramebuffer");
H A DglwInitGL43.inl518 gl->invalidateSubFramebuffer = (glInvalidateSubFramebufferFunc) loader->get("glInvalidateSubFramebuffer");
H A DglwInitGL44.inl518 gl->invalidateSubFramebuffer = (glInvalidateSubFramebufferFunc) loader->get("glInvalidateSubFramebuffer");
H A DglwImpl.inl4138 gl->invalidateSubFramebuffer(target, numAttachments, attachments, x, y, width, height);
/external/deqp/framework/platform/null/
H A DtcuNullRenderContextInitFuncs.inl520 gl->invalidateSubFramebuffer = glInvalidateSubFramebuffer;

Completed in 116 milliseconds