Home
last modified time | relevance | path

Searched refs:baseInternalFormat (Results 1 – 8 of 8) sorted by relevance

/external/mesa3d/src/mesa/main/
Dtexstore.c284 (void) ctx; (void) dims; (void) baseInternalFormat; in _mesa_texstore_ycbcr()
293 assert(baseInternalFormat == GL_YCBCR_MESA); in _mesa_texstore_ycbcr()
606 return table[dstFormat](ctx, dims, baseInternalFormat, in texstore_depth_stencil()
666 return table[dstFormat](ctx, dims, baseInternalFormat, in texstore_compressed()
688 return _mesa_texstore_ycbcr(ctx, dims, baseInternalFormat, in texstore_rgba()
760 _mesa_texstore_needs_transfer_ops(ctx, baseInternalFormat, dstFormat)) { in texstore_rgba()
800 if (_mesa_get_format_base_format(dstFormat) != baseInternalFormat) { in texstore_rgba()
802 _mesa_compute_rgba2base2rgba_component_mapping(baseInternalFormat, in texstore_rgba()
824 GLenum baseInternalFormat, in _mesa_texstore_needs_transfer_ops() argument
830 switch (baseInternalFormat) { in _mesa_texstore_needs_transfer_ops()
[all …]
Dtexstore.h59 GLenum baseInternalFormat, \
74 GLenum baseInternalFormat,
90 GLenum baseInternalFormat, mesa_format dstFormat,
Dtexcompress_rgtc.c97 baseInternalFormat, in _mesa_texstore_red_rgtc1()
150 baseInternalFormat, in _mesa_texstore_signed_red_rgtc1()
198 if (baseInternalFormat == GL_RG) in _mesa_texstore_rg_rgtc2()
211 baseInternalFormat, in _mesa_texstore_rg_rgtc2()
265 if (baseInternalFormat == GL_RG) in _mesa_texstore_signed_rg_rgtc2()
276 baseInternalFormat, in _mesa_texstore_signed_rg_rgtc2()
Dtexcompress_s3tc.c145 baseInternalFormat, in _mesa_texstore_rgb_dxt1()
202 baseInternalFormat, in _mesa_texstore_rgba_dxt1()
260 baseInternalFormat, in _mesa_texstore_rgba_dxt3()
317 baseInternalFormat, in _mesa_texstore_rgba_dxt5()
Dtexcompress_bptc.c1294 baseInternalFormat, in _mesa_texstore_bptc_rgba_unorm()
1606 baseInternalFormat, in texstore_bptc_rgb_float()
1637 return texstore_bptc_rgb_float(ctx, dims, baseInternalFormat, in _mesa_texstore_bptc_rgb_signed_float()
1650 return texstore_bptc_rgb_float(ctx, dims, baseInternalFormat, in _mesa_texstore_bptc_rgb_unsigned_float()
Dglformats.c2810 GLenum baseInternalFormat; in _mesa_es3_error_check_format_and_type() local
2818 baseInternalFormat = GL_BGRA_EXT; in _mesa_es3_error_check_format_and_type()
2820 baseInternalFormat = in _mesa_es3_error_check_format_and_type()
2824 if (internalFormat != baseInternalFormat) in _mesa_es3_error_check_format_and_type()
Dtexcompress_fxt1.c78 baseInternalFormat, in _mesa_texstore_rgb_fxt1()
132 baseInternalFormat, in _mesa_texstore_rgba_fxt1()
/external/mesa3d/src/mesa/state_tracker/
Dst_cb_drawpixels.c391 GLenum baseInternalFormat; in make_texture() local
451 baseInternalFormat = _mesa_get_format_base_format(mformat); in make_texture()
503 baseInternalFormat, /* baseInternalFormat */ in make_texture()