Searched defs:srcRowStride (Results 1 - 25 of 25) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dtexcompress_fxt1.c51 int32_t srcRowStride; local in function:_mesa_texstore_fxt1
H A Dtexcompress.c937 _mesa_decompress_image(mesa_format format,GLuint width,GLuint height,const GLubyte * src,GLint srcRowStride,GLfloat * dest) argument
H A Dtexcompress_rgtc.c48 extractsrc_u(GLubyte srcpixels[4][4],const GLubyte * srcaddr,GLint srcRowStride,GLint numxpixels,GLint numypixels,GLint comps) argument
62 extractsrc_s(GLbyte srcpixels[4][4],const GLfloat * srcaddr,GLint srcRowStride,GLint numxpixels,GLint numypixels,GLint comps) argument
H A Ddebug.c606 GLint srcRowStride; local in function:_mesa_print_texture
H A Dtexstore.c109 const GLint srcRowStride = _mesa_image_row_stride(srcPacking, srcWidth, local in function:_mesa_memcpy_texture
327 const GLint srcRowStride local in function:_mesa_texstore_z24_s8
406 const GLint srcRowStride local in function:_mesa_texstore_s8_z24
493 const GLint srcRowStride local in function:_mesa_texstore_s8
537 const GLint srcRowStride local in function:_mesa_texstore_z32f_x24s8
749 int srcRowStride = local in function:texstore_rgba
[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.h111 static void fetch_2d_texel_rgb_dxt1(GLint srcRowStride, const GLubyte *pixdata, argument
123 static void fetch_2d_texel_rgba_dxt1(GLint srcRowStride, const GLubyte *pixdata, argument
134 static void fetch_2d_texel_rgba_dxt3(GLint srcRowStride, const GLubyte *pixdata, argument
148 static void fetch_2d_texel_rgba_dxt5(GLint srcRowStride, const GLubyte *pixdata, argument
893 extractsrccolors(GLubyte srcpixels[4][4][4],const GLchan * srcaddr,GLint srcRowStride,GLint numxpixels,GLint numypixels,GLint comps) argument
[all...]
H A Dtexgetimage.c93 GLint srcRowStride; local in function:get_tex_depth
342 GLint srcRowStride; local in function:get_tex_rgba_compressed
655 GLint srcRowStride; local in function:get_tex_memcpy
811 GLint srcRowStride; local in function:get_compressed_texsubimage_sw
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dtexcompress.c937 _mesa_decompress_image(mesa_format format,GLuint width,GLuint height,const GLubyte * src,GLint srcRowStride,GLfloat * dest) argument
H A Dtexcompress_rgtc.c47 extractsrc_u(GLubyte srcpixels[4][4],const GLubyte * srcaddr,GLint srcRowStride,GLint numxpixels,GLint numypixels,GLint comps) argument
61 extractsrc_s(GLbyte srcpixels[4][4],const GLfloat * srcaddr,GLint srcRowStride,GLint numxpixels,GLint numypixels,GLint comps) argument
H A Ddebug.c609 GLint srcRowStride; local in function:_mesa_print_texture
H A Dtexgetimage.c93 GLint srcRowStride; local in function:get_tex_depth
335 GLint srcRowStride; local in function:get_tex_rgba_compressed
648 GLint srcRowStride; local in function:get_tex_memcpy
804 GLint srcRowStride; local in function:get_compressed_texsubimage_sw
[all...]
H A Dtexstore.c109 const GLint srcRowStride = _mesa_image_row_stride(srcPacking, srcWidth, local in function:_mesa_memcpy_texture
329 const GLint srcRowStride local in function:_mesa_texstore_z24_s8
408 const GLint srcRowStride local in function:_mesa_texstore_s8_z24
495 const GLint srcRowStride local in function:_mesa_texstore_s8
539 const GLint srcRowStride local in function:_mesa_texstore_z32f_x24s8
751 int srcRowStride = local in function:texstore_rgba
[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_fxt1.c61 GLint srcRowStride; local in function:_mesa_texstore_rgb_fxt1
116 GLint srcRowStride; local in function:_mesa_texstore_rgba_fxt1
1262 upscale_teximage2d(GLsizei inWidth,GLsizei inHeight,GLsizei outWidth,GLsizei outHeight,GLint comps,const GLubyte * src,GLint srcRowStride,GLubyte * dest) argument
1291 fxt1_encode(GLuint width,GLuint height,GLint comps,const void * source,GLint srcRowStride,void * dest,GLint destRowStride) argument
[all...]
H A Dtexcompress_s3tc_tmp.h111 static void fetch_2d_texel_rgb_dxt1(GLint srcRowStride, const GLubyte *pixdata, argument
123 static void fetch_2d_texel_rgba_dxt1(GLint srcRowStride, const GLubyte *pixdata, argument
134 static void fetch_2d_texel_rgba_dxt3(GLint srcRowStride, const GLubyte *pixdata, argument
148 static void fetch_2d_texel_rgba_dxt5(GLint srcRowStride, const GLubyte *pixdata, argument
893 extractsrccolors(GLubyte srcpixels[4][4][4],const GLchan * srcaddr,GLint srcRowStride,GLint numxpixels,GLint numypixels,GLint comps) argument
[all...]
/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.c64 const GLint srcRowStride = _mesa_image_row_stride(unpack, width, local in function:fast_draw_rgb_ubyte_pixels
113 const GLint srcRowStride = local in function:fast_draw_rgba_ubyte_pixels
164 const GLint srcRowStride = local in function:fast_draw_generic_pixels
576 GLint srcRowStride, dstRowStride; local in function:fast_draw_depth_stencil
H A Ds_blit.c141 GLint srcRowStride, dstRowStride; variable in typeref:typename:GLint
548 GLint srcRowStride, dstRowStride; local in function:blit_linear
[all...]
/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.c64 const GLint srcRowStride = _mesa_image_row_stride(unpack, width, local in function:fast_draw_rgb_ubyte_pixels
113 const GLint srcRowStride = local in function:fast_draw_rgba_ubyte_pixels
164 const GLint srcRowStride = local in function:fast_draw_generic_pixels
602 GLint srcRowStride, dstRowStride; local in function:fast_draw_depth_stencil
H A Ds_blit.c141 GLint srcRowStride, dstRowStride; variable in typeref:typename:GLint
548 GLint srcRowStride, dstRowStride; local in function:blit_linear
[all...]
/xsrc/external/mit/MesaLib/dist/src/util/format/
H A Du_format_fxt1.c1143 upscale_teximage2d(int32_t inWidth,int32_t inHeight,int32_t outWidth,int32_t outHeight,int32_t comps,const uint8_t * src,int32_t srcRowStride,uint8_t * dest) argument
1172 fxt1_encode(uint32_t width,uint32_t height,int32_t comps,const void * source,int32_t srcRowStride,void * dest,int32_t destRowStride) argument
[all...]
/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 70 milliseconds