HomeSort by relevance Sort by last modified time
    Searched defs:texFormat (Results 1 - 25 of 44) sorted by null

1 2

  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_cb_eglimage.c 108 gl_format texFormat;
125 texFormat = st_pipe_format_to_mesa_format(ps->format);
129 texFormat);
st_atom_texture.c 221 const gl_format texFormat = firstImage->base.TexFormat;
223 st_mesa_format_to_pipe_format(texFormat);
226 (_mesa_get_format_color_encoding(texFormat) == GL_SRGB)) {
231 _mesa_get_srgb_format_linear(texFormat);
st_cb_fbo.c 512 gl_format texFormat;
526 texFormat = _mesa_get_attachment_teximage_const(att)->TexFormat;
532 _mesa_get_format_color_encoding(texFormat) == GL_SRGB) {
533 const gl_format linearFormat = _mesa_get_srgb_format_linear(texFormat);
st_manager.c 516 gl_format texFormat;
536 texFormat = st_ChooseTextureFormat(ctx, target, internalFormat,
541 internalFormat, texFormat);
st_cb_texture.c 378 fmt = st_mesa_format_to_pipe_format(stImage->base.TexFormat);
466 st_mesa_format_to_pipe_format(texImage->TexFormat);
503 gl_format texFormat;
509 texFormat = _mesa_choose_texture_format(ctx, texObj, target, level,
516 texImage->InternalFormat, texFormat);
623 if (_mesa_format_matches_format_and_type(stImage->base.TexFormat,
820 texImage->TexFormat,
979 _mesa_get_format_base_format(texImage->TexFormat));
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_cb_eglimage.c 108 gl_format texFormat;
125 texFormat = st_pipe_format_to_mesa_format(ps->format);
129 texFormat);
st_atom_texture.c 221 const gl_format texFormat = firstImage->base.TexFormat;
223 st_mesa_format_to_pipe_format(texFormat);
226 (_mesa_get_format_color_encoding(texFormat) == GL_SRGB)) {
231 _mesa_get_srgb_format_linear(texFormat);
st_cb_fbo.c 512 gl_format texFormat;
526 texFormat = _mesa_get_attachment_teximage_const(att)->TexFormat;
532 _mesa_get_format_color_encoding(texFormat) == GL_SRGB) {
533 const gl_format linearFormat = _mesa_get_srgb_format_linear(texFormat);
st_manager.c 516 gl_format texFormat;
536 texFormat = st_ChooseTextureFormat(ctx, target, internalFormat,
541 internalFormat, texFormat);
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d9/
formatutils9.h 61 D3DFORMAT texFormat;
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
texstorage.c 133 gl_format texFormat;
142 texFormat = _mesa_choose_texture_format(ctx, texObj, target, 0,
161 0, internalFormat, texFormat);
texgetimage.c 105 _mesa_unpack_float_z_row(texImage->TexFormat, width, src, depthRow);
197 if ((texImage->TexFormat == MESA_FORMAT_YCBCR
199 (texImage->TexFormat == MESA_FORMAT_YCBCR_REV
229 const gl_format texFormat =
230 _mesa_get_srgb_format_linear(texImage->TexFormat);
231 const GLenum baseFormat = _mesa_get_format_base_format(texFormat);
258 _mesa_decompress_image(texFormat, width, height,
323 const gl_format texFormat =
324 _mesa_get_srgb_format_linear(texImage->TexFormat);
333 GLboolean tex_is_integer = _mesa_is_format_integer_color(texImage->TexFormat);
    [all...]
texparam.c 994 gl_format texFormat;
997 if (!img || img->TexFormat == MESA_FORMAT_NONE) {
1006 texFormat = img->TexFormat;
1019 if (_mesa_is_format_compressed(texFormat)) {
1021 *params = _mesa_compressed_format_to_glenum(ctx, texFormat);
1050 *params = _mesa_get_format_bits(texFormat, pname);
1057 *params = _mesa_get_format_bits(texFormat, pname);
1060 *params = MIN2(_mesa_get_format_bits(texFormat,
1062 _mesa_get_format_bits(texFormat,
    [all...]
texobj.c 492 GLenum datatype = _mesa_get_format_datatype(baseImage->TexFormat);
615 if (img->TexFormat != baseImage->TexFormat) {
686 img->TexFormat != img0->TexFormat)
728 gl_format texFormat;
789 texFormat = ctx->Driver.ChooseTextureFormat(ctx, target,
810 GL_RGBA, texFormat);
840 GLuint sz = _mesa_format_image_size(img->TexFormat, img->Width,
    [all...]
  /external/mesa3d/src/mesa/main/
texstorage.c 133 gl_format texFormat;
142 texFormat = _mesa_choose_texture_format(ctx, texObj, target, 0,
161 0, internalFormat, texFormat);
texgetimage.c 105 _mesa_unpack_float_z_row(texImage->TexFormat, width, src, depthRow);
197 if ((texImage->TexFormat == MESA_FORMAT_YCBCR
199 (texImage->TexFormat == MESA_FORMAT_YCBCR_REV
229 const gl_format texFormat =
230 _mesa_get_srgb_format_linear(texImage->TexFormat);
231 const GLenum baseFormat = _mesa_get_format_base_format(texFormat);
258 _mesa_decompress_image(texFormat, width, height,
323 const gl_format texFormat =
324 _mesa_get_srgb_format_linear(texImage->TexFormat);
333 GLboolean tex_is_integer = _mesa_is_format_integer_color(texImage->TexFormat);
    [all...]
texparam.c 994 gl_format texFormat;
997 if (!img || img->TexFormat == MESA_FORMAT_NONE) {
1006 texFormat = img->TexFormat;
1019 if (_mesa_is_format_compressed(texFormat)) {
1021 *params = _mesa_compressed_format_to_glenum(ctx, texFormat);
1050 *params = _mesa_get_format_bits(texFormat, pname);
1057 *params = _mesa_get_format_bits(texFormat, pname);
1060 *params = MIN2(_mesa_get_format_bits(texFormat,
1062 _mesa_get_format_bits(texFormat,
    [all...]
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d11/
formatutils11.h 53 DXGI_FORMAT texFormat;
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
intel_tex_image.c 96 intelImage->base.Base.TexFormat,
156 if (!check_pbo_format(format, type, intelImage->base.Base.TexFormat)) {
158 __FUNCTION__, _mesa_get_format_name(intelImage->base.Base.TexFormat),
255 image->TexFormat,
280 gl_format texFormat = MESA_FORMAT_NONE;
302 texFormat = MESA_FORMAT_XRGB8888;
306 texFormat = MESA_FORMAT_ARGB8888;
310 texFormat = MESA_FORMAT_RGB565;
316 internalFormat, texFormat, 0);
  /external/deqp/modules/gles3/performance/
es3pTextureCases.cpp 95 const tcu::TextureFormat texFormat = glu::mapGLInternalFormat(m_internalFormat);
96 const tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(texFormat);
97 const glu::Precision samplerPrec = (texFormat.type == tcu::TextureFormat::FLOAT ||
98 texFormat.type == tcu::TextureFormat::UNSIGNED_INT32 ||
99 texFormat.type == tcu::TextureFormat::SIGNED_INT32)
101 const glu::DataType samplerType = glu::getSampler2DType(texFormat);
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_tex_image.c 96 intelImage->base.Base.TexFormat,
156 if (!check_pbo_format(format, type, intelImage->base.Base.TexFormat)) {
158 __FUNCTION__, _mesa_get_format_name(intelImage->base.Base.TexFormat),
255 image->TexFormat,
280 gl_format texFormat = MESA_FORMAT_NONE;
302 texFormat = MESA_FORMAT_XRGB8888;
306 texFormat = MESA_FORMAT_ARGB8888;
310 texFormat = MESA_FORMAT_RGB565;
316 internalFormat, texFormat, 0);
  /external/deqp/modules/gles3/functional/
es3fTextureWrapTests.cpp 299 const tcu::TextureFormat texFormat = m_texture->getRefTexture().getFormat();
301 const tcu::TextureFormatInfo texFormatInfo = tcu::getTextureFormatInfo(texFormat);
332 const bool isSRGB = texFormat.order == tcu::TextureFormat::sRGB || texFormat.order == tcu::TextureFormat::sRGBA;
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
radeon_texstate.c 617 gl_format texFormat;
663 texFormat = MESA_FORMAT_RGB888;
667 texFormat = MESA_FORMAT_ARGB8888;
673 texFormat = MESA_FORMAT_RGB888;
678 texFormat = MESA_FORMAT_RGB565;
687 rb->cpp, texFormat);
989 texelBytes = _mesa_get_format_bytes(firstImage->TexFormat);
992 if (VALID_FORMAT(firstImage->TexFormat)) {
999 t->pp_txformat |= table[ firstImage->TexFormat ].format;
1000 t->pp_txfilter |= table[ firstImage->TexFormat ].filter
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/swrast/
swrast.c 52 #include "main/texformat.h"
74 gl_format texFormat;
90 texFormat = MESA_FORMAT_XRGB8888;
92 texFormat = MESA_FORMAT_ARGB8888;
95 w, h, 1, 0, internalFormat, texFormat);
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_texstate.c 617 gl_format texFormat;
663 texFormat = MESA_FORMAT_RGB888;
667 texFormat = MESA_FORMAT_ARGB8888;
673 texFormat = MESA_FORMAT_RGB888;
678 texFormat = MESA_FORMAT_RGB565;
687 rb->cpp, texFormat);
989 texelBytes = _mesa_get_format_bytes(firstImage->TexFormat);
992 if (VALID_FORMAT(firstImage->TexFormat)) {
999 t->pp_txformat |= table[ firstImage->TexFormat ].format;
1000 t->pp_txfilter |= table[ firstImage->TexFormat ].filter
    [all...]

Completed in 659 milliseconds

1 2