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

/external/deqp/framework/opengl/
H A DgluES3PlusWrapperFuncs.inl170 dst->invalidateSubFramebuffer = src.invalidateSubFramebuffer;
H A DgluCallLogWrapper.inl3070 m_gl.invalidateSubFramebuffer(target, numAttachments, attachments, x, y, width, height);
/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.hpp702 virtual void invalidateSubFramebuffer(deUint32 target, int numAttachments, const deUint32* attachments, int x, int y, int width, int height);
H A DsglrReferenceContext.cpp3280 void ReferenceContext::invalidateSubFramebuffer (deUint32 target, int numAttachments, const deUint32* attachments, int x, int y, int width, int height)
3353 invalidateSubFramebuffer(target, numAttachments, attachments, 0, 0, width, height);
/external/deqp/framework/opengl/wrapper/
H A DglwInitES30Direct.inl146 gl->invalidateSubFramebuffer = &glInvalidateSubFramebuffer;
H A DglwInitES31Direct.inl170 gl->invalidateSubFramebuffer = &glInvalidateSubFramebuffer;
H A DglwInitES30.inl146 gl->invalidateSubFramebuffer = (glInvalidateSubFramebufferFunc) loader->get("glInvalidateSubFramebuffer");
H A DglwInitES32Direct.inl198 gl->invalidateSubFramebuffer = &glInvalidateSubFramebuffer;
H A DglwFunctions.inl418 glInvalidateSubFramebufferFunc invalidateSubFramebuffer;
H A DglwInitES31.inl170 gl->invalidateSubFramebuffer = (glInvalidateSubFramebufferFunc) loader->get("glInvalidateSubFramebuffer");
H A DglwInitES32.inl198 gl->invalidateSubFramebuffer = (glInvalidateSubFramebufferFunc) loader->get("glInvalidateSubFramebuffer");
H A DglwInitGL43.inl247 gl->invalidateSubFramebuffer = (glInvalidateSubFramebufferFunc) loader->get("glInvalidateSubFramebuffer");
H A DglwInitGL44.inl256 gl->invalidateSubFramebuffer = (glInvalidateSubFramebufferFunc) loader->get("glInvalidateSubFramebuffer");
H A DglwInitGL45.inl322 gl->invalidateSubFramebuffer = (glInvalidateSubFramebufferFunc) loader->get("glInvalidateSubFramebuffer");
H A DglwInitGL46.inl322 gl->invalidateSubFramebuffer = (glInvalidateSubFramebufferFunc) loader->get("glInvalidateSubFramebuffer");
H A DglwImpl.inl3308 gl->invalidateSubFramebuffer(target, numAttachments, attachments, x, y, width, height);
/external/skia/src/gpu/gl/
H A DGrGLTestInterface.cpp110 fFunctions.fInvalidateSubFramebuffer = bind_to_member(this, &GrGLTestInterface::invalidateSubFramebuffer);
H A DGrGLTestInterface.h111 virtual GrGLvoid invalidateSubFramebuffer(GrGLenum target, GrGLsizei numAttachments, const GrGLenum *attachments, GrGLint x, GrGLint y, GrGLsizei width, GrGLsizei height) {} function in class:GrGLTestInterface
/external/skqp/src/gpu/gl/
H A DGrGLTestInterface.cpp110 fFunctions.fInvalidateSubFramebuffer = bind_to_member(this, &GrGLTestInterface::invalidateSubFramebuffer);
H A DGrGLTestInterface.h111 virtual GrGLvoid invalidateSubFramebuffer(GrGLenum target, GrGLsizei numAttachments, const GrGLenum *attachments, GrGLint x, GrGLint y, GrGLsizei width, GrGLsizei height) {} function in class:GrGLTestInterface
/external/deqp/framework/platform/null/
H A DtcuNullRenderContextInitFuncs.inl418 gl->invalidateSubFramebuffer = glInvalidateSubFramebuffer;

Completed in 273 milliseconds