Searched refs:get_convert_format (Results 1 - 1 of 1) sorted by relevance
/third_party/mesa3d/src/mesa/state_tracker/ |
H A D | st_pbo_compute.c | 66 get_convert_format(struct gl_context *ctx, in get_convert_format() function 93 pformat = get_convert_format(ctx, src_format, format == GL_BGR ? GL_RGB : GL_RGBA, type, need_bgra_swizzle); in get_convert_format() 99 pformat = get_convert_format(ctx, src_format, format == GL_BGR_INTEGER ? GL_RGB_INTEGER : GL_RGBA_INTEGER, type, need_bgra_swizzle); in get_convert_format() 1100 dst_format = get_convert_format(ctx, src_format, format, type, &need_bgra_swizzle); in st_GetTexSubImage_shader()
|
Completed in 2 milliseconds