Home
last modified time | relevance | path

Searched refs:gl_format (Results 1 – 12 of 12) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/
Dgen_mtl_format_table.py287 gl_format = angle_to_gl[angle_format]
301 gl_format, actual_angle_format),
305 gl_format, actual_angle_format_fallback),
313 gl_format, actual_angle_format))
322 gl_format = angle_to_gl[angle_format]
330 gl_format, actual_angle_format),
334 gl_format, actual_angle_format_fallback),
343 gl_format = angle_to_gl[angle_format]
350 gl_format, actual_angle_format),
354 gl_format, actual_angle_format),
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/
Dgen_angle_format_table.py357 for gl_format in sorted(gl_to_angle.keys()):
358 angle_format = gl_to_angle[gl_format]
359 switch_data += case_template.format(gl_format=gl_format, angle_format=angle_format)
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
Dgen_angle_format_table.py394 for gl_format in sorted(gl_to_angle.keys()):
395 angle_format = gl_to_angle[gl_format]
396 switch_data += case_template.format(gl_format=gl_format, angle_format=angle_format)
/third_party/gstreamer/gstplugins_base/tests/check/libs/
Dgstglmemory.c206 GstGLFormat gl_format; in wrap_raw_data() local
216 gl_format = gst_gl_format_from_video_info (context, v_info, plane); in wrap_raw_data()
219 gl_format, data, NULL, NULL); in wrap_raw_data()
/third_party/mesa3d/src/mesa/main/
Dglformats.h159 GLenum gl_format, GLenum type);
Dglformats.c4013 GLenum gl_format, GLenum type) in _mesa_tex_format_from_format_and_type() argument
4015 mesa_format format = _mesa_format_from_format_and_type(gl_format, type); in _mesa_tex_format_from_format_and_type()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_cb_readpixels.c99 GLenum gl_format, in try_pbo_readpixels() argument
117 if (gl_format == GL_STENCIL_INDEX) in try_pbo_readpixels()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/
Dgstglmemory.c542 GstGLFormat gl_format; in gst_gl_memory_texsubimage() local
552 gst_gl_format_type_from_sized_gl_format (gl_mem->tex_format, &gl_format, in gst_gl_memory_texsubimage()
577 GL_MEM_HEIGHT (gl_mem), gl_format, gl_type, data); in gst_gl_memory_texsubimage()
Dgstglupload.c1636 gint width, height, gl_format; in _directviv_upload_perform_gl_thread() local
1697 gl_format = in _directviv_upload_perform_gl_thread()
1703 gl_format, (void **) &unmap_data->map.data, &unmap_data->phys_addr); in _directviv_upload_perform_gl_thread()
/third_party/gstreamer/gstplugins_bad/sys/applemedia/
Davfvideosrc.m1591 GstVideoFormat gl_format = GST_VIDEO_FORMAT_UYVY;
1593 GstVideoFormat gl_format = GST_VIDEO_FORMAT_NV12;
1628 if (gst_format == gl_format) {
1631 gl_caps = GST_AVF_FPS_RANGE_CAPS_NEW (gl_format,
1636 gl_caps = GST_AVF_CAPS_NEW (gl_format,
/third_party/mesa3d/docs/relnotes/
D7.10.rst461 - mesa: pass gl_format to \_mesa_init_teximage_fields()
D21.0.0.rst3132 - mesa/st: choose S/D format depending on gl_format passed for readpixels