/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_cb_drawpixels.c | 43 #include "main/texformat.h" 463 enum pipe_format texFormat) 467 pt = st_texture_create(st, st->internal_target, texFormat, 0, [all...] |
st_manager.c | 516 gl_format texFormat; 536 texFormat = st_ChooseTextureFormat(ctx, target, internalFormat, 541 internalFormat, texFormat);
|
/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_cb_drawpixels.c | 43 #include "main/texformat.h" 463 enum pipe_format texFormat) 467 pt = st_texture_create(st, st->internal_target, texFormat, 0, [all...] |
st_manager.c | 516 gl_format texFormat; 536 texFormat = st_ChooseTextureFormat(ctx, target, internalFormat, 541 internalFormat, texFormat);
|
/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
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...] |
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...] |
/external/mesa3d/src/mesa/main/ |
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...] |
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...] |
/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/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);
|
/device/generic/goldfish/opengl/system/egl/ |
egl.cpp | 186 void setTextureFormat(EGLint _texFormat) { texFormat = _texFormat; } 187 EGLint getTextureFormat() { return texFormat; } 197 EGLint texFormat; 213 texFormat = EGL_NO_TEXTURE; 651 EGLint texFormat = EGL_NO_TEXTURE; 662 texFormat = attrib_list[1]; 672 if (((texFormat == EGL_NO_TEXTURE)&&(texTarget != EGL_NO_TEXTURE)) || 673 ((texFormat != EGL_NO_TEXTURE)&&(texTarget == EGL_NO_TEXTURE))) { 689 surface->setTextureFormat(texFormat); [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/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/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/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...] |
/sdk/emulator/opengl/host/libs/Translator/EGL/ |
EglWindowsApi.cpp | 475 EGLint width,height,largest,texTarget,texFormat; 477 pbSurface->getTexInfo(&texTarget,&texFormat); 483 switch(texFormat) {
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/ |
r200_texstate.c | 740 gl_format texFormat; 787 texFormat = MESA_FORMAT_RGB888; 791 texFormat = MESA_FORMAT_ARGB8888; 798 texFormat = MESA_FORMAT_RGB888; 803 texFormat = MESA_FORMAT_RGB565; 812 rb->cpp, texFormat); [all...] |