HomeSort by relevance Sort by last modified time
    Searched refs:faces (Results 26 - 50 of 148) sorted by null

12 3 4 5 6

  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_texture.c 250 const GLuint faces = _mesa_num_tex_faces(texObj->Target); local
253 for (face = 0; face < faces; face++) {
271 const GLuint faces = _mesa_num_tex_faces(texObj->Target); local
274 for (face = 0; face < faces; face++) {
  /external/freetype/src/cache/
ftcmanag.h 104 FTC_MruListRec faces; member in struct:FTC_ManagerRec_