Searched refs:destFormat (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/xf86-video-openchrome/dist/src/
H A Dvia_3d.h83 CARD32 destFormat; member in struct:_Via3DState
H A Dvia_3d.c132 v3d->destFormat = via3DDstFormat(format);
133 v3d->destDepth = (v3d->destFormat < HC_HDBFM_ARGB0888) ? 16 : 32;
403 OUT_RING_SubA(HC_SubA_HDBFM, v3d->destFormat |
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dtexcompress_s3tc_tmp.h910 GLenum destFormat, GLubyte *dest, GLint dstRowStride)
919 switch (destFormat) {
934 encodedxtcolorblockfaster(blkaddr, srcpixels, numxpixels, numypixels, destFormat);
961 encodedxtcolorblockfaster(blkaddr, srcpixels, numxpixels, numypixels, destFormat);
981 encodedxtcolorblockfaster(blkaddr + 8, srcpixels, numxpixels, numypixels, destFormat);
909 tx_compress_dxtn(GLint srccomps,GLint width,GLint height,const GLubyte * srcPixData,GLenum destFormat,GLubyte * dest,GLint dstRowStride) argument
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dtexcompress_s3tc_tmp.h910 GLenum destFormat, GLubyte *dest, GLint dstRowStride)
919 switch (destFormat) {
934 encodedxtcolorblockfaster(blkaddr, srcpixels, numxpixels, numypixels, destFormat);
961 encodedxtcolorblockfaster(blkaddr, srcpixels, numxpixels, numypixels, destFormat);
981 encodedxtcolorblockfaster(blkaddr + 8, srcpixels, numxpixels, numypixels, destFormat);
909 tx_compress_dxtn(GLint srccomps,GLint width,GLint height,const GLubyte * srcPixData,GLenum destFormat,GLubyte * dest,GLint dstRowStride) argument
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/common/
H A Dmeta.c3004 * \param destFormat format, ala glReadPixels
3015 GLenum destFormat, GLenum destType,
3219 GLenum destBaseFormat = _mesa_unpack_format_to_base_format(destFormat);
3240 _mesa_ReadPixels(0, 0, width, height, destFormat, destType, dest);
3010 decompress_texture_image(struct gl_context * ctx,struct gl_texture_image * texImage,GLuint slice,GLint xoffset,GLint yoffset,GLsizei width,GLsizei height,GLenum destFormat,GLenum destType,GLvoid * dest) argument
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/common/
H A Dmeta.c2972 * \param destFormat format, ala glReadPixels
2983 GLenum destFormat, GLenum destType,
3187 GLenum destBaseFormat = _mesa_unpack_format_to_base_format(destFormat);
3208 _mesa_ReadPixels(0, 0, width, height, destFormat, destType, dest);
2978 decompress_texture_image(struct gl_context * ctx,struct gl_texture_image * texImage,GLuint slice,GLint xoffset,GLint yoffset,GLsizei width,GLsizei height,GLenum destFormat,GLenum destType,GLvoid * dest) argument

Completed in 14 milliseconds