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

12

/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dcopyimage.h39 _mesa_CopyImageSubData_no_error(GLuint srcName, GLenum srcTarget, GLint srcLevel,
46 _mesa_CopyImageSubData(GLuint srcName, GLenum srcTarget, GLint srcLevel,
H A Dcopyimage.c536 int srcX, int srcY, int srcZ, int srcLevel,
551 srcTexImage = srcTexImage->TexObject->Image[srcZ + i][srcLevel];
575 _mesa_CopyImageSubData_no_error(GLuint srcName, GLenum srcTarget, GLint srcLevel, argument
586 prepare_target(ctx, srcName, srcTarget, srcLevel, srcZ, &srcTexImage,
593 srcLevel, dstTexImage, dstRenderbuffer, dstX, dstY, dstZ,
598 _mesa_CopyImageSubData(GLuint srcName, GLenum srcTarget, GLint srcLevel, argument
618 srcName, _mesa_enum_to_string(srcTarget), srcLevel,
630 if (!prepare_target_err(ctx, srcName, srcTarget, srcLevel, srcZ, srcDepth,
729 srcLevel, dstTexImage, dstRenderbuffer, dstX, dstY, dstZ,
533 copy_image_subdata(struct gl_context * ctx,struct gl_texture_image * srcTexImage,struct gl_renderbuffer * srcRenderbuffer,int srcX,int srcY,int srcZ,int srcLevel,struct gl_texture_image * dstTexImage,struct gl_renderbuffer * dstRenderbuffer,int dstX,int dstY,int dstZ,int dstLevel,int srcWidth,int srcHeight,int srcDepth) argument
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dcopyimage.h39 _mesa_CopyImageSubData_no_error(GLuint srcName, GLenum srcTarget, GLint srcLevel,
46 _mesa_CopyImageSubData(GLuint srcName, GLenum srcTarget, GLint srcLevel,
53 _mesa_CopyImageSubDataNV_no_error(GLuint srcName, GLenum srcTarget, GLint srcLevel,
60 _mesa_CopyImageSubDataNV(GLuint srcName, GLenum srcTarget, GLint srcLevel,
H A Dcopyimage.c541 int srcX, int srcY, int srcZ, int srcLevel,
556 srcTexImage = srcTexImage->TexObject->Image[srcZ + i][srcLevel];
580 _mesa_CopyImageSubData_no_error(GLuint srcName, GLenum srcTarget, GLint srcLevel, argument
591 prepare_target(ctx, srcName, srcTarget, srcLevel, srcZ, &srcTexImage,
598 srcLevel, dstTexImage, dstRenderbuffer, dstX, dstY, dstZ,
603 _mesa_CopyImageSubData(GLuint srcName, GLenum srcTarget, GLint srcLevel, argument
623 srcName, _mesa_enum_to_string(srcTarget), srcLevel,
635 if (!prepare_target_err(ctx, srcName, srcTarget, srcLevel, srcZ, srcDepth,
734 srcLevel, dstTexImage, dstRenderbuffer, dstX, dstY, dstZ,
739 _mesa_CopyImageSubDataNV_no_error(GLuint srcName, GLenum srcTarget, GLint srcLevel, argument
538 copy_image_subdata(struct gl_context * ctx,struct gl_texture_image * srcTexImage,struct gl_renderbuffer * srcRenderbuffer,int srcX,int srcY,int srcZ,int srcLevel,struct gl_texture_image * dstTexImage,struct gl_renderbuffer * dstRenderbuffer,int dstX,int dstY,int dstZ,int dstLevel,int srcWidth,int srcHeight,int srcDepth) argument
762 _mesa_CopyImageSubDataNV(GLuint srcName,GLenum srcTarget,GLint srcLevel,GLint srcX,GLint srcY,GLint srcZ,GLuint dstName,GLenum dstTarget,GLint dstLevel,GLint dstX,GLint dstY,GLint dstZ,GLsizei srcWidth,GLsizei srcHeight,GLsizei srcDepth) argument
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/common/
H A Dmeta_generate_mipmap.c63 GLuint srcLevel; local in function:fallback_required
74 srcLevel = texObj->BaseLevel;
75 baseImage = _mesa_select_tex_image(texObj, target, srcLevel);
274 const GLuint srcLevel = dstLevel - 1; local in function:_mesa_meta_GenerateMipmap
279 srcImage = _mesa_select_tex_image(texObj, faceTarget, srcLevel);
320 (GLint *) &srcLevel, false);
H A Dmeta_blit.c622 GLuint srcLevel; local in function:blitframebuffer_texture
640 srcLevel = readAtt->TextureLevel;
649 srcLevel = 0;
676 srcLevel = 0;
722 srcLevel);
764 = _mesa_select_tex_image(texObj, target, srcLevel);
913 GLenum target, GLenum filter, GLuint srcLevel)
933 (GLint *) &srcLevel, false);
935 (GLint *) &srcLevel, false);
911 _mesa_meta_setup_sampler(struct gl_context * ctx,struct gl_texture_object * texObj,GLenum target,GLenum filter,GLuint srcLevel) argument
H A Dmeta.h473 GLenum target, GLenum filter, GLuint srcLevel);
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/common/
H A Dmeta_generate_mipmap.c63 GLuint srcLevel; local in function:fallback_required
74 srcLevel = texObj->Attrib.BaseLevel;
75 baseImage = _mesa_select_tex_image(texObj, target, srcLevel);
273 const GLuint srcLevel = dstLevel - 1; local in function:_mesa_meta_GenerateMipmap
278 srcImage = _mesa_select_tex_image(texObj, faceTarget, srcLevel);
319 (GLint *) &srcLevel, false);
H A Dmeta_blit.c55 GLenum filter, GLuint srcLevel);
109 GLuint srcLevel; local in function:blitframebuffer_texture
124 srcLevel = readAtt->TextureLevel;
133 srcLevel = 0;
157 srcLevel = 0;
199 fb_tex_blit.samp_obj = setup_sampler(ctx, texObj, target, filter, srcLevel);
240 = _mesa_select_tex_image(texObj, target, srcLevel);
385 GLenum target, GLenum filter, GLuint srcLevel)
402 (GLint *) &srcLevel, false);
404 (GLint *) &srcLevel, fals
384 setup_sampler(struct gl_context * ctx,struct gl_texture_object * texObj,GLenum target,GLenum filter,GLuint srcLevel) argument
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_texture.c355 struct pipe_resource *src, GLuint srcLevel,
364 if (u_minify(src->width0, srcLevel) != width ||
365 u_minify(src->height0, srcLevel) != height ||
366 u_minify(src->depth0, srcLevel) != depth) {
402 srcLevel,
353 st_texture_image_copy(struct pipe_context * pipe,struct pipe_resource * dst,GLuint dstLevel,struct pipe_resource * src,GLuint srcLevel,GLuint face) argument
H A Dst_texture.h312 struct pipe_resource *src, GLuint srcLevel,
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_texture.c357 struct pipe_resource *src, GLuint srcLevel,
366 if (u_minify(src->width0, srcLevel) != width ||
367 u_minify(src->height0, srcLevel) != height ||
368 u_minify(src->depth0, srcLevel) != depth) {
404 srcLevel,
355 st_texture_image_copy(struct pipe_context * pipe,struct pipe_resource * dst,GLuint dstLevel,struct pipe_resource * src,GLuint srcLevel,GLuint face) argument
H A Dst_texture.h336 struct pipe_resource *src, GLuint srcLevel,
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D7.8.2.rst108 - Don't set srcLevel on ``GL_TEXTURE_RECTANGLE_ARB`` targets.
H A D7.11.rst173 \`u_minify(src->width0, srcLevel) == width' failed.
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/
H A Dsvga_surface.c809 unsigned srcLevel = s->real_level; local in function:svga_propagate_surface
838 srcSubResource = (s->real_layer + i) * numMipLevels + srcLevel;
851 s->handle, 0, 0, 0, srcLevel,
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/
H A Dsvga_surface.c797 unsigned srcLevel = s->real_level; local in function:svga_propagate_surface
826 srcSubResource = (s->real_layer + i) * numMipLevels + srcLevel;
839 s->handle, 0, 0, 0, srcLevel,
/xsrc/external/mit/MesaLib.old/dist/include/GL/
H A Dglxext.h532 typedef void ( *PFNGLXCOPYIMAGESUBDATANVPROC) (Display *dpy, GLXContext srcCtx, GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLXContext dstCtx, GLuint dstName, GLenum dstTarget, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei width, GLsizei height, GLsizei depth);
534 void glXCopyImageSubDataNV (Display *dpy, GLXContext srcCtx, GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLXContext dstCtx, GLuint dstName, GLenum dstTarget, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei width, GLsizei height, GLsizei depth);
H A Dwglext.h659 typedef BOOL (WINAPI * PFNWGLCOPYIMAGESUBDATANVPROC) (HGLRC hSrcRC, GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, HGLRC hDstRC, GLuint dstName, GLenum dstTarget, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei width, GLsizei height, GLsizei depth);
661 BOOL WINAPI wglCopyImageSubDataNV (HGLRC hSrcRC, GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, HGLRC hDstRC, GLuint dstName, GLenum dstTarget, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei width, GLsizei height, GLsizei depth);
/xsrc/external/mit/MesaLib/dist/include/GL/
H A Dglxext.h539 typedef void ( *PFNGLXCOPYIMAGESUBDATANVPROC) (Display *dpy, GLXContext srcCtx, GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLXContext dstCtx, GLuint dstName, GLenum dstTarget, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei width, GLsizei height, GLsizei depth);
541 void glXCopyImageSubDataNV (Display *dpy, GLXContext srcCtx, GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLXContext dstCtx, GLuint dstName, GLenum dstTarget, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei width, GLsizei height, GLsizei depth);
H A Dwglext.h664 typedef BOOL (WINAPI * PFNWGLCOPYIMAGESUBDATANVPROC) (HGLRC hSrcRC, GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, HGLRC hDstRC, GLuint dstName, GLenum dstTarget, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei width, GLsizei height, GLsizei depth);
666 BOOL WINAPI wglCopyImageSubDataNV (HGLRC hSrcRC, GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, HGLRC hDstRC, GLuint dstName, GLenum dstTarget, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei width, GLsizei height, GLsizei depth);
/xsrc/external/mit/xorg-server.old/dist/hw/xwin/glx/
H A Dwglext.h893 extern BOOL WINAPI wglCopyImageSubDataNV (HGLRC hSrcRC, GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, HGLRC hDstRC, GLuint dstName, GLenum dstTarget, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei width, GLsizei height, GLsizei depth);
895 typedef BOOL (WINAPI * PFNWGLCOPYIMAGESUBDATANVPROC) (HGLRC hSrcRC, GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, HGLRC hDstRC, GLuint dstName, GLenum dstTarget, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei width, GLsizei height, GLsizei depth);
H A Dwglext.spec1097 CopyImageSubDataNV(hSrcRC, srcName, srcTarget, srcLevel, srcX, srcY, srcZ, hDstRC, dstName, dstTarget, dstLevel, dstX, dstY, dstZ, width, height, depth)
1102 param srcLevel GLint in value
/xsrc/external/mit/libepoxy/src/
H A Dglx_generated.h494 typedef void (GLAPIENTRY *PFNGLXCOPYIMAGESUBDATANVPROC)(Display * dpy, GLXContext srcCtx, GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLXContext dstCtx, GLuint dstName, GLenum dstTarget, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei width, GLsizei height, GLsizei depth);
642 EPOXY_PUBLIC void (EPOXY_CALLSPEC *epoxy_glXCopyImageSubDataNV)(Display * dpy, GLXContext srcCtx, GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLXContext dstCtx, GLuint dstName, GLenum dstTarget, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei width, GLsizei height, GLsizei depth);
H A Dglx_generated_dispatch.c4235 GEN_THUNKS(glXCopyImageSubDataNV, (Display * dpy, GLXContext srcCtx, GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLXContext dstCtx, GLuint dstName, GLenum dstTarget, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei width, GLsizei height, GLsizei depth), (dpy, srcCtx, srcName, srcTarget, srcLevel, srcX, srcY, srcZ, dstCtx, dstName, dstTarget, dstLevel, dstX, dstY, dstZ, width, height, depth))

Completed in 99 milliseconds

12