HomeSort by relevance Sort by last modified time
    Searched refs:_mesa_tex_target_to_face (Results 1 - 4 of 4) sorted by null

  /external/mesa3d/src/mesa/state_tracker/
st_gen_mipmap.c 79 const uint face = _mesa_tex_target_to_face(target);
  /external/mesa3d/src/mesa/main/
teximage.h 136 _mesa_tex_target_to_face(GLenum target);
teximage.c 556 _mesa_tex_target_to_face(GLenum target) function
580 const GLuint face = _mesa_tex_target_to_face(target);
800 const GLuint face = _mesa_tex_target_to_face(target);
    [all...]
fbobject.c 353 att->CubeMapFace = _mesa_tex_target_to_face(texTarget);
    [all...]

Completed in 51 milliseconds