Searched defs:texFormat (Results 1 - 25 of 49) sorted by relevance

12

/external/deqp/framework/opengl/
H A DgluTextureUtil.cpp42 * \param texFormat Generic texture format.
45 TransferFormat getTransferFormat (tcu::TextureFormat texFormat) argument
53 switch (texFormat.type)
70 switch (texFormat.order)
89 switch (texFormat.type)
112 case TextureFormat::UNSIGNED_INT_24_8: type = texFormat.order == TextureFormat::D
129 * \param texFormat Generic texture format.
132 deUint32 getInternalFormat (tcu::TextureFormat texFormat) argument
140 switch (PACK_FMT(texFormat.order, texFormat
[all...]
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d9/
H A Dformatutils9.h61 D3DFORMAT texFormat; member in struct:rx::d3d9::TextureFormat
H A Dformatutils9.cpp195 : texFormat(D3DFMT_NULL),
202 static inline void InsertD3D9FormatInfo(D3D9FormatMap *map, GLenum internalFormat, D3DFORMAT texFormat, argument
206 info.texFormat = texFormat;
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
H A Dst_cb_eglimage.c108 gl_format texFormat; local
125 texFormat = st_pipe_format_to_mesa_format(ps->format);
129 texFormat);
H A Dst_atom_texture.c221 const gl_format texFormat = firstImage->base.TexFormat; local
223 st_mesa_format_to_pipe_format(texFormat);
226 (_mesa_get_format_color_encoding(texFormat) == GL_SRGB)) {
231 _mesa_get_srgb_format_linear(texFormat);
H A Dst_cb_fbo.c512 gl_format texFormat; local
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);
/external/mesa3d/src/mesa/state_tracker/
H A Dst_cb_eglimage.c108 gl_format texFormat; local
125 texFormat = st_pipe_format_to_mesa_format(ps->format);
129 texFormat);
H A Dst_atom_texture.c221 const gl_format texFormat = firstImage->base.TexFormat; local
223 st_mesa_format_to_pipe_format(texFormat);
226 (_mesa_get_format_color_encoding(texFormat) == GL_SRGB)) {
231 _mesa_get_srgb_format_linear(texFormat);
H A Dst_cb_fbo.c512 gl_format texFormat; local
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);
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d11/
H A Dformatutils11.h53 DXGI_FORMAT texFormat; member in struct:rx::d3d11::TextureFormat
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dtexstorage.c133 gl_format texFormat; local
142 texFormat = _mesa_choose_texture_format(ctx, texObj, target, 0,
161 0, internalFormat, texFormat);
H A Dtexgetimage.c229 const gl_format texFormat = local
231 const GLenum baseFormat = _mesa_get_format_base_format(texFormat);
258 _mesa_decompress_image(texFormat, width, height,
323 const gl_format texFormat = local
388 _mesa_unpack_uint_rgba_row(texFormat, width, src, rgba_uint);
401 _mesa_unpack_rgba_row(texFormat, width, src, rgba);
H A Dtexparam.c994 gl_format texFormat; local
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,
1073 *params = _mesa_get_format_bits(texFormat, pname);
1079 *params = _mesa_get_format_bits(texFormat, pnam
1140 gl_format texFormat = texObj->_BufferObjectFormat; local
[all...]
H A Dtexobj.c728 gl_format texFormat; local
789 texFormat = ctx->Driver.ChooseTextureFormat(ctx, target,
810 GL_RGBA, texFormat);
/external/mesa3d/src/mesa/main/
H A Dtexstorage.c133 gl_format texFormat; local
142 texFormat = _mesa_choose_texture_format(ctx, texObj, target, 0,
161 0, internalFormat, texFormat);
H A Dtexgetimage.c229 const gl_format texFormat = local
231 const GLenum baseFormat = _mesa_get_format_base_format(texFormat);
258 _mesa_decompress_image(texFormat, width, height,
323 const gl_format texFormat = local
388 _mesa_unpack_uint_rgba_row(texFormat, width, src, rgba_uint);
401 _mesa_unpack_rgba_row(texFormat, width, src, rgba);
H A Dtexparam.c994 gl_format texFormat; local
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,
1073 *params = _mesa_get_format_bits(texFormat, pname);
1079 *params = _mesa_get_format_bits(texFormat, pnam
1140 gl_format texFormat = texObj->_BufferObjectFormat; local
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
H A Dintel_tex_image.c280 gl_format texFormat = MESA_FORMAT_NONE; local
302 texFormat = MESA_FORMAT_XRGB8888;
306 texFormat = MESA_FORMAT_ARGB8888;
310 texFormat = MESA_FORMAT_RGB565;
316 internalFormat, texFormat, 0);
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dintel_tex_image.c280 gl_format texFormat = MESA_FORMAT_NONE; local
302 texFormat = MESA_FORMAT_XRGB8888;
306 texFormat = MESA_FORMAT_ARGB8888;
310 texFormat = MESA_FORMAT_RGB565;
316 internalFormat, texFormat, 0);
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
H A Dintel_tex_image.c280 gl_format texFormat = MESA_FORMAT_NONE; local
302 texFormat = MESA_FORMAT_XRGB8888;
306 texFormat = MESA_FORMAT_ARGB8888;
310 texFormat = MESA_FORMAT_RGB565;
316 internalFormat, texFormat, 0);
/external/deqp/modules/gles3/performance/
H A Des3pTextureCases.cpp95 const tcu::TextureFormat texFormat = glu::mapGLInternalFormat(m_internalFormat); local
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/i915/
H A Dintel_tex_image.c280 gl_format texFormat = MESA_FORMAT_NONE; local
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/i965/
H A Dintel_tex_image.c280 gl_format texFormat = MESA_FORMAT_NONE; local
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/
H A Dintel_tex_image.c280 gl_format texFormat = MESA_FORMAT_NONE; local
302 texFormat = MESA_FORMAT_XRGB8888;
306 texFormat = MESA_FORMAT_ARGB8888;
310 texFormat = MESA_FORMAT_RGB565;
316 internalFormat, texFormat, 0);
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
H A Dradeon_texstate.c617 gl_format texFormat; local
663 texFormat = MESA_FORMAT_RGB888;
667 texFormat = MESA_FORMAT_ARGB8888;
673 texFormat = MESA_FORMAT_RGB888;
678 texFormat = MESA_FORMAT_RGB565;
687 rb->cpp, texFormat);

Completed in 9113 milliseconds

12