Searched refs:texformat (Results 1 – 8 of 8) sorted by relevance
/third_party/gstreamer/gstplugins_bad/sys/applemedia/ |
D | videotexturecache-gl.m | 191 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/ |
D | formatquery.c | 969 mesa_format texformat; in _mesa_GetInternalformativ() local 982 texformat = ctx->Driver.ChooseTextureFormat(ctx, target, internalformat, in _mesa_GetInternalformativ() 985 if (texformat == MESA_FORMAT_NONE || baseformat <= 0) in _mesa_GetInternalformativ() 992 if (texformat == MESA_FORMAT_R9G9B9E5_FLOAT) { in _mesa_GetInternalformativ() 1014 buffer[0] = _mesa_get_format_bits(texformat, pname); in _mesa_GetInternalformativ() 1026 buffer[0] = _mesa_get_format_datatype(texformat); in _mesa_GetInternalformativ()
|
/third_party/mesa3d/src/gallium/frontends/nine/ |
D | nine_pipe.h | 555 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/ |
D | 9.2.1.rst | 106 - mesa: Rip out more extension checking from texformat.c.
|
D | 13.0.4.rst | 94 - mesa/texformat: Handle GL_RGBA + GL_UNSIGNED_SHORT_5_5_5_1
|
D | 7.10.rst | 915 - r600g: port r300g fix for X\* formats in texformat code 2813 - mesa: Clean up header file inclusion in texformat.h.
|
/third_party/mesa3d/src/mesa/ |
D | meson.build | 279 'main/texformat.c', 280 'main/texformat.h',
|
/third_party/mesa3d/ohos/ |
D | dependency_inputs.gni | 5915 ../src/mesa/main/texformat.c 5916 ../src/mesa/main/texformat.h
|