HomeSort by relevance Sort by last modified time
    Searched full:ubptr (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/mesa/src/src/mesa/main/
dlist.c 843 GLubyte *ubptr; local
855 ubptr = (GLubyte *) list;
856 return (GLint) ubptr[n];
873 ubptr = ((GLubyte *) list) + 2 * n;
874 return (GLint) ubptr[0] * 256
875 + (GLint) ubptr[1];
877 ubptr = ((GLubyte *) list) + 3 * n;
878 return (GLint) ubptr[0] * 65536
879 + (GLint) ubptr[1] * 256
880 + (GLint) ubptr[2]
    [all...]
  /external/mesa3d/src/mesa/main/
dlist.c 843 GLubyte *ubptr; local
855 ubptr = (GLubyte *) list;
856 return (GLint) ubptr[n];
873 ubptr = ((GLubyte *) list) + 2 * n;
874 return (GLint) ubptr[0] * 256
875 + (GLint) ubptr[1];
877 ubptr = ((GLubyte *) list) + 3 * n;
878 return (GLint) ubptr[0] * 65536
879 + (GLint) ubptr[1] * 256
880 + (GLint) ubptr[2]
    [all...]

Completed in 149 milliseconds