Searched defs:dstRowStride (Results 1 - 20 of 20) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/
H A Ds_copypix.c443 GLint srcRowStride, dstRowStride; local in function:swrast_fast_copy_pixels
H A Ds_drawpix.c68 GLint dstRowStride; local in function:fast_draw_rgb_ubyte_pixels
117 GLint dstRowStride; local in function:fast_draw_rgba_ubyte_pixels
169 GLint dstRowStride; local in function:fast_draw_generic_pixels
522 int dstRowStride = 4 * width * sizeof(float); local in function:draw_rgba_pixels
576 GLint srcRowStride, dstRowStride; local in function:fast_draw_depth_stencil
[all...]
H A Ds_blit.c141 GLint srcRowStride, dstRowStride; variable in typeref:typename:GLint
548 GLint srcRowStride, dstRowStride; local in function:blit_linear
/xsrc/external/mit/MesaLib/dist/src/mesa/swrast/
H A Ds_copypix.c443 GLint srcRowStride, dstRowStride; local in function:swrast_fast_copy_pixels
H A Ds_drawpix.c68 GLint dstRowStride; local in function:fast_draw_rgb_ubyte_pixels
117 GLint dstRowStride; local in function:fast_draw_rgba_ubyte_pixels
169 GLint dstRowStride; local in function:fast_draw_generic_pixels
522 int dstRowStride = 4 * width * sizeof(float); local in function:draw_rgba_pixels
602 GLint srcRowStride, dstRowStride; local in function:fast_draw_depth_stencil
[all...]
H A Ds_blit.c141 GLint srcRowStride, dstRowStride; variable in typeref:typename:GLint
548 GLint srcRowStride, dstRowStride; local in function:blit_linear
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dtexgetimage.c645 const GLint dstRowStride = local in function:get_tex_memcpy
H A Dtexstore.c99 _mesa_memcpy_texture(struct gl_context * ctx,GLuint dimensions,mesa_format dstFormat,GLint dstRowStride,GLubyte ** dstSlices,GLint srcWidth,GLint srcHeight,GLint srcDepth,GLenum srcFormat,GLenum srcType,const GLvoid * srcAddr,const struct gl_pixelstore_attrib * srcPacking) argument
1069 GLint dstRowStride; local in function:store_texsubimage
1150 clear_image_to_zero(GLubyte * dstMap,GLint dstRowStride,GLsizei width,GLsizei height,GLsizei clearValueSize) argument
1163 clear_image_to_value(GLubyte * dstMap,GLint dstRowStride,GLsizei width,GLsizei height,const GLvoid * clearValue,GLsizei clearValueSize) argument
1190 GLint dstRowStride; local in function:_mesa_store_cleartexsubimage
1336 GLint dstRowStride; local in function:_mesa_store_compressed_texsubimage
[all...]
H A Dmipmap.c1471 make_2d_mipmap(GLenum datatype,GLuint comps,GLint border,GLint srcWidth,GLint srcHeight,const GLubyte * srcPtr,GLint srcRowStride,GLint dstWidth,GLint dstHeight,GLubyte * dstPtr,GLint dstRowStride) argument
1563 make_3d_mipmap(GLenum datatype,GLuint comps,GLint border,GLint srcWidth,GLint srcHeight,GLint srcDepth,const GLubyte ** srcPtr,GLint srcRowStride,GLint dstWidth,GLint dstHeight,GLint dstDepth,GLubyte ** dstPtr,GLint dstRowStride) argument
1724 _mesa_generate_mipmap_level(GLenum target,GLenum datatype,GLuint comps,GLint border,GLint srcWidth,GLint srcHeight,GLint srcDepth,const GLubyte ** srcData,GLint srcRowStride,GLint dstWidth,GLint dstHeight,GLint dstDepth,GLubyte ** dstData,GLint dstRowStride) argument
1960 GLint srcRowStride, dstRowStride; local in function:generate_mipmap_uncompressed
[all...]
H A Dtexcompress_s3tc_tmp.h909 tx_compress_dxtn(GLint srccomps,GLint width,GLint height,const GLubyte * srcPixData,GLenum destFormat,GLubyte * dest,GLint dstRowStride) argument
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
H A Dintel_tex_image.c857 GLint dstRowStride; local in function:flush_astc_denorms
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dtexstore.c99 _mesa_memcpy_texture(struct gl_context * ctx,GLuint dimensions,mesa_format dstFormat,GLint dstRowStride,GLubyte ** dstSlices,GLint srcWidth,GLint srcHeight,GLint srcDepth,GLenum srcFormat,GLenum srcType,const GLvoid * srcAddr,const struct gl_pixelstore_attrib * srcPacking) argument
1067 GLint dstRowStride; local in function:store_texsubimage
1148 clear_image_to_zero(GLubyte * dstMap,GLint dstRowStride,GLsizei width,GLsizei height,GLsizei clearValueSize) argument
1161 clear_image_to_value(GLubyte * dstMap,GLint dstRowStride,GLsizei width,GLsizei height,const GLvoid * clearValue,GLsizei clearValueSize) argument
1188 GLint dstRowStride; local in function:_mesa_store_cleartexsubimage
1334 GLint dstRowStride; local in function:_mesa_store_compressed_texsubimage
[all...]
H A Dmipmap.c1471 make_2d_mipmap(GLenum datatype,GLuint comps,GLint border,GLint srcWidth,GLint srcHeight,const GLubyte * srcPtr,GLint srcRowStride,GLint dstWidth,GLint dstHeight,GLubyte * dstPtr,GLint dstRowStride) argument
1563 make_3d_mipmap(GLenum datatype,GLuint comps,GLint border,GLint srcWidth,GLint srcHeight,GLint srcDepth,const GLubyte ** srcPtr,GLint srcRowStride,GLint dstWidth,GLint dstHeight,GLint dstDepth,GLubyte ** dstPtr,GLint dstRowStride) argument
1724 _mesa_generate_mipmap_level(GLenum target,GLenum datatype,GLuint comps,GLint border,GLint srcWidth,GLint srcHeight,GLint srcDepth,const GLubyte ** srcData,GLint srcRowStride,GLint dstWidth,GLint dstHeight,GLint dstDepth,GLubyte ** dstData,GLint dstRowStride) argument
1965 GLint srcRowStride, dstRowStride; local in function:generate_mipmap_uncompressed
[all...]
H A Dtexcompress_s3tc_tmp.h909 tx_compress_dxtn(GLint srccomps,GLint width,GLint height,const GLubyte * srcPixData,GLenum destFormat,GLubyte * dest,GLint dstRowStride) argument
[all...]
H A Dtexgetimage.c652 const GLint dstRowStride = local in function:get_tex_memcpy
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
H A Dbrw_tex_image.c909 GLint dstRowStride; local in function:flush_astc_denorms
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_cb_texture.c2336 GLint dstRowStride; local in function:fallback_copy_texsubimage
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_cb_texture.c2732 GLint dstRowStride; local in function:fallback_copy_texsubimage
/xsrc/external/mit/MesaLib.old/src/mesa/main/
H A Dformat_unpack.c7187 _mesa_unpack_rgba_block(mesa_format format,const void * src,GLint srcRowStride,GLfloat dst[][4],GLint dstRowStride,GLuint x,GLuint y,GLuint width,GLuint height) argument
H A Dformat_pack.c10726 _mesa_pack_ubyte_rgba_rect(mesa_format format,GLuint width,GLuint height,const GLubyte * src,GLint srcRowStride,void * dst,GLint dstRowStride) argument

Completed in 61 milliseconds