Searched refs:texture_format (Results 1 - 10 of 10) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i915/
H A Dintel_tex_image.c272 GLint texture_format,
303 if (texture_format == __DRI_TEXTURE_FORMAT_RGB) {
271 intelSetTexBuffer2(__DRIcontext * pDRICtx,GLint target,GLint texture_format,__DRIdrawable * dPriv) argument
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i915/
H A Dintel_tex_image.c272 GLint texture_format,
303 if (texture_format == __DRI_TEXTURE_FORMAT_RGB) {
271 intelSetTexBuffer2(__DRIcontext * pDRICtx,GLint target,GLint texture_format,__DRIdrawable * dPriv) argument
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/swrast/
H A Dswrast.c79 GLint texture_format, __DRIdrawable *dPriv)
92 internalFormat = (texture_format == __DRI_TEXTURE_FORMAT_RGB ? 3 : 4);
102 if (texture_format == __DRI_TEXTURE_FORMAT_RGB)
78 swrastSetTexBuffer2(__DRIcontext * pDRICtx,GLint target,GLint texture_format,__DRIdrawable * dPriv) argument
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/radeon/
H A Dradeon_texstate.c546 void radeonSetTexBuffer2(__DRIcontext *pDRICtx, GLint target, GLint texture_format, argument
600 if (texture_format == __DRI_TEXTURE_FORMAT_RGB) {
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
H A Dintel_tex_image.c434 GLint texture_format,
476 /* The extra texture_format parameter indicates whether the alpha
482 if (texture_format == __DRI_TEXTURE_FORMAT_RGB)
433 intelSetTexBuffer2(__DRIcontext * pDRICtx,GLint target,GLint texture_format,__DRIdrawable * dPriv) argument
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
H A Dbrw_tex_image.c435 GLint texture_format,
477 /* The extra texture_format parameter indicates whether the alpha
483 if (texture_format == __DRI_TEXTURE_FORMAT_RGB)
434 brw_set_texbuffer2(__DRIcontext * pDRICtx,GLint target,GLint texture_format,__DRIdrawable * dPriv) argument
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/radeon/
H A Dradeon_texstate.c545 void radeonSetTexBuffer2(__DRIcontext *pDRICtx, GLint target, GLint texture_format, argument
599 if (texture_format == __DRI_TEXTURE_FORMAT_RGB)
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
H A Dlp_state_fs.c3661 enum pipe_format texture_format; local in function:generate_variant
3664 texture_format = samp0->texture_state.format;
3678 ((texture_format &&
3679 util_is_format_compatible(util_format_description(texture_format),
3682 (texture_format == PIPE_FORMAT_B8G8R8A8_UNORM ||
3683 texture_format == PIPE_FORMAT_B8G8R8X8_UNORM) &&
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/r200/
H A Dr200_texstate.c638 void r200SetTexBuffer2(__DRIcontext *pDRICtx, GLint target, GLint texture_format, argument
694 if (texture_format == __DRI_TEXTURE_FORMAT_RGB) {
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/r200/
H A Dr200_texstate.c638 void r200SetTexBuffer2(__DRIcontext *pDRICtx, GLint target, GLint texture_format, argument
694 if (texture_format == __DRI_TEXTURE_FORMAT_RGB)

Completed in 20 milliseconds