Home
last modified time | relevance | path

Searched refs:gltype (Results 1 – 4 of 4) sorted by relevance

/external/angle/src/libANGLE/renderer/
Dgen_dxgi_format_table.py132 gltype = next(
133 gltype for ctype, gltype in sorted(types.items()) if ctype in dxgi_format)
134 component_cases += format_case(dxgi_format, gltype)
/external/virglrenderer/src/
Dvrend_renderer.c107 GLuint gltype; member
1206 static bool vrend_is_timer_query(GLenum gltype) in vrend_is_timer_query() argument
1208 return gltype == GL_TIMESTAMP || in vrend_is_timer_query()
1209 gltype == GL_TIME_ELAPSED; in vrend_is_timer_query()
3900 type = tex_conv_table[fmt].gltype; in vrend_clear_texture()
6906 GLenum internalformat, glformat, gltype; in vrend_resource_alloc_texture() local
6966 gltype = tex_conv_table[format].gltype; in vrend_resource_alloc_texture()
7008 gltype, NULL); in vrend_resource_alloc_texture()
7026 depth_param, 0, glformat, gltype, NULL); in vrend_resource_alloc_texture()
7038 glformat, gltype, NULL); in vrend_resource_alloc_texture()
[all …]
Dvrend_formats.c381 if (imp == (GLint)virgl_format->gltype) { in color_format_can_readback()
479 …2D(GL_TEXTURE_2D, 0, table[i].internalformat, 32, 32, 0, table[i].glformat, table[i].gltype, NULL); in vrend_add_formats()
Dvrend_renderer.h104 GLenum gltype; member