Home
last modified time | relevance | path

Searched refs:texformat (Results 1 – 9 of 9) sorted by relevance

/third_party/gstreamer/gstplugins_bad/sys/applemedia/
Dvideotexturecache-gl.m191 GstGLFormat texformat;
202 texformat = GST_GL_RGBA;
209 texformat = GST_GL_LUMINANCE;
211 texformat = GST_GL_LUMINANCE_ALPHA;
212 … texfmt = gst_gl_sized_gl_format_from_gl_format_type (cache_gl->ctx, texformat, GL_UNSIGNED_BYTE);
215 cache_gl->cache, pixel_buf, NULL, GL_TEXTURE_2D, texformat,
236 gl_target, texformat, CVOpenGLESTextureGetName (texture), &cache->input_info,
/third_party/mesa3d/src/mesa/main/
Dformatquery.c986 mesa_format texformat; in _mesa_GetInternalformativ() local
999 texformat = st_ChooseTextureFormat(ctx, target, internalformat, in _mesa_GetInternalformativ()
1002 if (texformat == MESA_FORMAT_NONE || baseformat <= 0) in _mesa_GetInternalformativ()
1009 if (texformat == MESA_FORMAT_R9G9B9E5_FLOAT) { in _mesa_GetInternalformativ()
1030 buffer[0] = _mesa_get_format_bits(texformat, pname); in _mesa_GetInternalformativ()
1042 buffer[0] = _mesa_get_format_datatype(texformat); in _mesa_GetInternalformativ()
/third_party/mesa3d/src/imagination/vulkan/
Dpvr_tex_state.c96 word0.texformat = pvr_get_tex_format(info->format); in pvr_pack_tex_state()
/third_party/mesa3d/src/gallium/frontends/nine/
Dnine_pipe.h555 unsigned texformat = (fvf>>(16+i*2))&0x3; in nine_fvf_stride() local
558 size += (((texformat+1)&0x3)+1)*4; in nine_fvf_stride()
/third_party/mesa3d/docs/relnotes/
D9.2.1.rst106 - mesa: Rip out more extension checking from texformat.c.
D13.0.4.rst94 - mesa/texformat: Handle GL_RGBA + GL_UNSIGNED_SHORT_5_5_5_1
D7.10.rst915 - r600g: port r300g fix for X\* formats in texformat code
2813 - mesa: Clean up header file inclusion in texformat.h.
D22.0.0.rst1024 - mesa: drop texformat code this isn't used.
/third_party/mesa3d/ohos/
Ddependency_inputs.gni5881 "../src/mesa/main/texformat.c",
5882 "../src/mesa/main/texformat.h",