Searched refs:tex_compression (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/mesa/state_tracker/ |
D | st_cb_eglimage.h | 38 unsigned usage, bool tex_compression, const char *error,
|
D | st_cb_eglimage.c | 270 unsigned usage, bool tex_compression, const char *error, in st_get_egl_image() argument 300 !tex_compression) { in st_get_egl_image()
|
/external/mesa3d/src/mesa/main/ |
D | teximage.c | 3547 bool tex_compression, const char *caller) in egl_image_target_texture() argument 3580 if (!st_get_egl_image(ctx, image, PIPE_BIND_SAMPLER_VIEW, tex_compression, in egl_image_target_texture() 3669 bool tex_compression = false; in egl_image_target_texture_storage() local 3680 if (!parse_surface_compression(attrib_list[++i], &tex_compression)) { in egl_image_target_texture_storage() 3723 tex_compression, caller); in egl_image_target_texture_storage()
|