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

  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_copypix.c 105 GLint overlapping; local
115 overlapping = regions_overlap(srcx, srcy, destx, desty, width, height,
119 overlapping = GL_FALSE;
123 if (!overlapping && srcy < desty) {
141 if (overlapping) {
167 if (overlapping) {
198 if (overlapping)
253 GLint overlapping; local
266 overlapping = regions_overlap(srcx, srcy, destx, desty, width, height,
270 overlapping = GL_FALSE
355 GLint overlapping; local
    [all...]
  /external/mesa3d/src/mesa/swrast/
s_copypix.c 105 GLint overlapping; local
115 overlapping = regions_overlap(srcx, srcy, destx, desty, width, height,
119 overlapping = GL_FALSE;
123 if (!overlapping && srcy < desty) {
141 if (overlapping) {
167 if (overlapping) {
198 if (overlapping)
253 GLint overlapping; local
266 overlapping = regions_overlap(srcx, srcy, destx, desty, width, height,
270 overlapping = GL_FALSE
355 GLint overlapping; local
    [all...]

Completed in 206 milliseconds