| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/ |
| H A D | u_gen_mipmap.c | 65 uint dstLevel; local in function:util_gen_mipmap 103 for (dstLevel = base_level + 1; dstLevel <= last_level; dstLevel++) { 104 blit.src.level = dstLevel - 1; 105 blit.dst.level = dstLevel;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/ |
| H A D | u_gen_mipmap.c | 65 uint dstLevel; local in function:util_gen_mipmap 103 for (dstLevel = base_level + 1; dstLevel <= last_level; dstLevel++) { 104 blit.src.level = dstLevel - 1; 105 blit.dst.level = dstLevel;
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| H A D | copyimage.c | 544 int dstX, int dstY, int dstZ, int dstLevel, 565 dstTexImage = dstTexImage->TexObject->Image[dstZ + i][dstLevel]; 582 GLuint dstName, GLenum dstTarget, GLint dstLevel, 594 prepare_target(ctx, dstName, dstTarget, dstLevel, dstZ, &dstTexImage, 599 dstLevel, srcWidth, srcHeight, srcDepth); 605 GLuint dstName, GLenum dstTarget, GLint dstLevel, 625 dstName, _mesa_enum_to_string(dstTarget), dstLevel, 641 if (!prepare_target_err(ctx, dstName, dstTarget, dstLevel, dstZ, srcDepth, 735 dstLevel, srcWidth, srcHeight, srcDepth); 741 GLuint dstName, GLenum dstTarget, GLint dstLevel, 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 580 _mesa_CopyImageSubData_no_error(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 603 _mesa_CopyImageSubData(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 739 _mesa_CopyImageSubDataNV_no_error(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 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 D | meta_generate_mipmap.c | 159 GLuint dstLevel; local in function:_mesa_meta_GenerateMipmap 271 for (dstLevel = baseLevel + 1; dstLevel <= maxLevel; dstLevel++) { 274 const GLuint srcLevel = dstLevel - 1; 308 (GLint *) &dstLevel, false); 310 dstImage = _mesa_select_tex_image(texObj, faceTarget, dstLevel);
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/common/ |
| H A D | meta_generate_mipmap.c | 159 GLuint dstLevel; local in function:_mesa_meta_GenerateMipmap 270 for (dstLevel = baseLevel + 1; dstLevel <= maxLevel; dstLevel++) { 273 const GLuint srcLevel = dstLevel - 1; 307 (GLint *) &dstLevel, false); 309 dstImage = _mesa_select_tex_image(texObj, faceTarget, dstLevel);
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| H A D | copyimage.c | 539 int dstX, int dstY, int dstZ, int dstLevel, 560 dstTexImage = dstTexImage->TexObject->Image[dstZ + i][dstLevel]; 577 GLuint dstName, GLenum dstTarget, GLint dstLevel, 589 prepare_target(ctx, dstName, dstTarget, dstLevel, dstZ, &dstTexImage, 594 dstLevel, srcWidth, srcHeight, srcDepth); 600 GLuint dstName, GLenum dstTarget, GLint dstLevel, 620 dstName, _mesa_enum_to_string(dstTarget), dstLevel, 636 if (!prepare_target_err(ctx, dstName, dstTarget, dstLevel, dstZ, srcDepth, 730 dstLevel, srcWidth, srcHeight, srcDepth); 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 575 _mesa_CopyImageSubData_no_error(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 598 _mesa_CopyImageSubData(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
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/ |
| H A D | st_texture.c | 347 * Copy the image at level=0 in 'src' to the 'dst' resource at 'dstLevel'. 354 struct pipe_resource *dst, GLuint dstLevel, 358 GLuint width = u_minify(dst->width0, dstLevel); 359 GLuint height = u_minify(dst->height0, dstLevel); 360 GLuint depth = u_minify(dst->depth0, dstLevel); 399 dstLevel, 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 D | st_texture.h | 311 struct pipe_resource *dst, GLuint dstLevel,
|
| H A D | st_cb_texture.c | 2530 * 'dstLevel'. 2535 GLuint dstLevel, 2541 stObj->base.Image[stImage->base.Face][dstLevel]; 2566 stObj->pt, dstLevel, /* dest texture, level */ 2533 copy_image_data_to_texture(struct st_context * st,struct st_texture_object * stObj,GLuint dstLevel,struct st_texture_image * stImage) argument
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/ |
| H A D | st_texture.c | 349 * Copy the image at level=0 in 'src' to the 'dst' resource at 'dstLevel'. 356 struct pipe_resource *dst, GLuint dstLevel, 360 GLuint width = u_minify(dst->width0, dstLevel); 361 GLuint height = u_minify(dst->height0, dstLevel); 362 GLuint depth = u_minify(dst->depth0, dstLevel); 401 dstLevel, 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 D | st_texture.h | 335 struct pipe_resource *dst, GLuint dstLevel,
|
| H A D | st_cb_texture.c | 2928 * 'dstLevel'. 2933 GLuint dstLevel, 2939 stObj->base.Image[stImage->base.Face][dstLevel]; 2964 stObj->pt, dstLevel, /* dest texture, level */ 2931 copy_image_data_to_texture(struct st_context * st,struct st_texture_object * stObj,GLuint dstLevel,struct st_texture_image * stImage) argument
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/ |
| H A D | svga_surface.c | 810 unsigned dstLevel = surf->u.tex.level; local in function:svga_propagate_surface 811 unsigned width = u_minify(tex->b.b.width0, dstLevel); 812 unsigned height = u_minify(tex->b.b.height0, dstLevel); 839 dstSubResource = (layer + i) * numMipLevels + dstLevel; 845 svga_define_texture_level(tex, layer + i, dstLevel); 853 tex->handle, 0, 0, zslice, dstLevel, 857 svga_define_texture_level(tex, layer + i, dstLevel);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/ |
| H A D | svga_surface.c | 798 unsigned dstLevel = surf->u.tex.level; local in function:svga_propagate_surface 799 unsigned width = u_minify(tex->b.width0, dstLevel); 800 unsigned height = u_minify(tex->b.height0, dstLevel); 827 dstSubResource = (layer + i) * numMipLevels + dstLevel; 833 svga_define_texture_level(tex, layer + i, dstLevel); 841 tex->handle, 0, 0, zslice, dstLevel, 845 svga_define_texture_level(tex, layer + i, dstLevel);
|
| /xsrc/external/mit/MesaLib.old/dist/include/GL/ |
| H A D | glxext.h | 532 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 D | wglext.h | 659 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 D | glxext.h | 539 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 D | wglext.h | 664 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 D | wglext.h | 893 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 D | wglext.spec | 1097 CopyImageSubDataNV(hSrcRC, srcName, srcTarget, srcLevel, srcX, srcY, srcZ, hDstRC, dstName, dstTarget, dstLevel, dstX, dstY, dstZ, width, height, depth) 1109 param dstLevel GLint in value
|
| /xsrc/external/mit/libepoxy/src/ |
| H A D | glx_generated.h | 494 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 D | glx_generated_dispatch.c | 4235 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))
|
| /xsrc/external/mit/MesaLib/src/mapi/glapi/gen/ |
| H A D | marshal_generated4.c | 3016 GLint dstLevel; member in struct:marshal_cmd_CopyImageSubData 3035 GLint dstLevel = cmd->dstLevel; local in function:_mesa_unmarshal_CopyImageSubData 3042 CALL_CopyImageSubData(ctx->CurrentServerDispatch, (srcName, srcTarget, srcLevel, srcX, srcY, srcZ, dstName, dstTarget, dstLevel, dstX, dstY, dstZ, srcWidth, srcHeight, srcDepth)); 3048 _mesa_marshal_CopyImageSubData(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 3062 cmd->dstLevel = dstLevel;
|
| H A D | marshal_generated6.c | 2400 GLint dstLevel; member in struct:marshal_cmd_CopyImageSubDataNV 2419 GLint dstLevel = cmd->dstLevel; local in function:_mesa_unmarshal_CopyImageSubDataNV 2426 CALL_CopyImageSubDataNV(ctx->CurrentServerDispatch, (srcName, srcTarget, srcLevel, srcX, srcY, srcZ, dstName, dstTarget, dstLevel, dstX, dstY, dstZ, width, height, depth)); 2432 _mesa_marshal_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 width, GLsizei height, GLsizei depth) argument 2446 cmd->dstLevel = dstLevel;
|
| /xsrc/external/mit/MesaLib.old/dist/include/GLES2/ |
| H A D | gl2ext.h | 288 typedef void (GL_APIENTRYP PFNGLCOPYIMAGESUBDATAOESPROC) (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); 290 GL_APICALL void GL_APIENTRY glCopyImageSubDataOES (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); 1214 typedef void (GL_APIENTRYP PFNGLCOPYIMAGESUBDATAEXTPROC) (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); 1216 GL_APICALL void GL_APIENTRY glCopyImageSubDataEXT (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);
|