Searched refs:gltype (Results 1 – 4 of 4) sorted by relevance
/external/angle/src/libANGLE/renderer/ |
D | gen_dxgi_format_table.py | 132 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/ |
D | vrend_renderer.c | 107 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 …]
|
D | vrend_formats.c | 381 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()
|
D | vrend_renderer.h | 104 GLenum gltype; member
|