HomeSort by relevance Sort by last modified time
    Searched full:invalidatesubframebuffer (Results 1 - 25 of 30) sorted by null

1 2

  /external/mesa3d/src/mapi/glapi/gen/
ARB_invalidate_subdata.xml 32 <function name="InvalidateSubFramebuffer" es2="3.0">
static_data.py 986 "InvalidateSubFramebuffer",
    [all...]
  /external/deqp/framework/opengl/
gluES3PlusWrapperFuncs.inl 170 dst->invalidateSubFramebuffer = src.invalidateSubFramebuffer;
  /external/deqp/framework/opengl/simplereference/
sglrContextWrapper.cpp 366 m_curCtx->invalidateSubFramebuffer(target, numAttachments, attachments, x, y, width, height);
sglrGLContext.hpp 151 virtual void invalidateSubFramebuffer(deUint32 target, int numAttachments, const deUint32* attachments, int x, int y, int width, int height);
sglrContext.hpp 139 virtual void invalidateSubFramebuffer(deUint32 target, int numAttachments, const deUint32* attachments, int x, int y, int width, int height) = DE_NULL;
sglrGLContext.cpp 618 void GLContext::invalidateSubFramebuffer (deUint32 target, int numAttachments, const deUint32* attachments, int x, int y, int width, int height)
629 m_context.getFunctions().invalidateSubFramebuffer(target, numAttachments, attachments, x+drawOffset.x(), y+drawOffset.y(), width, height);
sglrReferenceContext.hpp 702 virtual void invalidateSubFramebuffer(deUint32 target, int numAttachments, const deUint32* attachments, int x, int y, int width, int height);
    [all...]
  /external/deqp/framework/opengl/wrapper/
glwFunctions.inl 326 glInvalidateSubFramebufferFunc invalidateSubFramebuffer;
    [all...]
glwInitES30Direct.inl 146 gl->invalidateSubFramebuffer = &glInvalidateSubFramebuffer;
glwInitES30.inl 146 gl->invalidateSubFramebuffer = (glInvalidateSubFramebufferFunc) loader->get("glInvalidateSubFramebuffer");
glwInitES31Direct.inl 170 gl->invalidateSubFramebuffer = &glInvalidateSubFramebuffer;
glwInitES32Direct.inl 198 gl->invalidateSubFramebuffer = &glInvalidateSubFramebuffer;
glwInitES31.inl 170 gl->invalidateSubFramebuffer = (glInvalidateSubFramebufferFunc) loader->get("glInvalidateSubFramebuffer");
glwInitES32.inl 198 gl->invalidateSubFramebuffer = (glInvalidateSubFramebufferFunc) loader->get("glInvalidateSubFramebuffer");
    [all...]
glwInitGL43.inl 247 gl->invalidateSubFramebuffer = (glInvalidateSubFramebufferFunc) loader->get("glInvalidateSubFramebuffer");
    [all...]
glwInitGL44.inl 256 gl->invalidateSubFramebuffer = (glInvalidateSubFramebufferFunc) loader->get("glInvalidateSubFramebuffer");
    [all...]
glwInitGL45.inl 322 gl->invalidateSubFramebuffer = (glInvalidateSubFramebufferFunc) loader->get("glInvalidateSubFramebuffer");
    [all...]
  /external/skia/src/gpu/gl/
GrGLAssembleInterface.cpp 361 GET_PROC(InvalidateSubFramebuffer);
821 GET_PROC(InvalidateSubFramebuffer);
    [all...]
GrGLTestInterface.cpp 110 fFunctions.fInvalidateSubFramebuffer = bind_to_member(this, &GrGLTestInterface::invalidateSubFramebuffer);
GrGLTestInterface.h 111 virtual GrGLvoid invalidateSubFramebuffer(GrGLenum target, GrGLsizei numAttachments, const GrGLenum *attachments, GrGLint x, GrGLint y, GrGLsizei width, GrGLsizei height) {}
    [all...]
  /external/libmojo/mojo/gpu/
mojo_gles2_impl_autogen.cc 679 void MojoGLES2Impl::InvalidateSubFramebuffer(GLenum target,
686 NOTREACHED() << "Unimplemented InvalidateSubFramebuffer.";
    [all...]
mojo_gles2_impl_autogen.h 334 void InvalidateSubFramebuffer(GLenum target,
    [all...]
  /external/deqp/framework/platform/null/
tcuNullRenderContextInitFuncs.inl 326 gl->invalidateSubFramebuffer = glInvalidateSubFramebuffer;
    [all...]
  /external/mesa3d/src/mesa/main/
fbobject.c     [all...]

Completed in 338 milliseconds

1 2