Home
last modified time | relevance | path

Searched refs:_mesa_tex_target_to_face (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/mesa/state_tracker/
Dst_gen_mipmap.c117 first_layer = last_layer = _mesa_tex_target_to_face(target); in st_generate_mipmap()
/third_party/mesa3d/src/mesa/main/
Dteximage.h94 _mesa_tex_target_to_face(GLenum target) in _mesa_tex_target_to_face() function
Dtexgetimage.c1428 firstFace = _mesa_tex_target_to_face(target); in get_texture_image()
1807 firstFace = _mesa_tex_target_to_face(target); in get_compressed_texture_image()
Dfbobject.c627 att->CubeMapFace = _mesa_tex_target_to_face(texTarget); in set_texture_attachment()
3962 _mesa_tex_target_to_face(textarget) == in _mesa_framebuffer_texture()
3976 _mesa_tex_target_to_face(textarget) == in _mesa_framebuffer_texture()
Dteximage.c193 const GLuint face = _mesa_tex_target_to_face(target); in set_tex_image()
372 const GLuint face = _mesa_tex_target_to_face(target); in _mesa_select_tex_image()
3111 const GLuint face = _mesa_tex_target_to_face(target); in teximage()
4405 const GLuint face = _mesa_tex_target_to_face(target); in copyteximage()