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

  /development/tools/emulator/opengl/host/libs/Translator/GLES_CM/
GLEScmContext.cpp 164 int sStart = i;
182 s_glDispatch.glDrawElements(GL_POINTS, sCount, type, (char*)indices_in+sStart*tSize);
188 int sStart = i;
200 s_glDispatch.glDrawArrays(GL_POINTS, first+sStart, sCount);
  /external/valgrind/main/coregrind/m_aspacemgr/
aspacemgr-linux.c     [all...]
aspacemgr-aix5.c 826 Addr sStart = seg->start;
829 aspacem_assert(sStart <= sEnd);
835 split_asegments_lo_and_hi( segs, sStart, sEnd, &iLo, &iHi );
    [all...]

Completed in 465 milliseconds