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

  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGpuGL_program.cpp 107 int entryIdx;
109 entryIdx = this->search(desc);
110 if (entryIdx >= 0) {
111 entry = fEntries[entryIdx];
149 // just before the entry at ~entryIdx (in order to keep fEntries sorted by descriptor).
150 entryIdx = ~entryIdx;
151 if (entryIdx < purgeIdx) {
152 // Let E and P be the entries at index entryIdx and purgeIdx, respectively.
157 size_t copySize = (purgeIdx - entryIdx) * sizeof(Entry*)
    [all...]
  /external/skia/src/gpu/gl/
GrGpuGL_program.cpp 107 int entryIdx;
109 entryIdx = this->search(desc);
110 if (entryIdx >= 0) {
111 entry = fEntries[entryIdx];
149 // just before the entry at ~entryIdx (in order to keep fEntries sorted by descriptor).
150 entryIdx = ~entryIdx;
151 if (entryIdx < purgeIdx) {
152 // Let E and P be the entries at index entryIdx and purgeIdx, respectively.
157 size_t copySize = (purgeIdx - entryIdx) * sizeof(Entry*)
    [all...]
  /packages/services/Telephony/src/com/android/phone/
CallFeaturesSetting.java     [all...]
  /frameworks/base/tools/aapt/
ResourceTable.cpp     [all...]

Completed in 152 milliseconds