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

  /external/chromium_org/third_party/angle/samples/angle/sample_util/
texture_utils.cpp 92 GLubyte bColor = 0;
97 bColor = 255 * (1 - ((y / checkerSize) % 2));
101 bColor = 255 * ((y / checkerSize) % 2);
107 pixels[(y * height + x) * 3 + 2] = bColor;
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/windows/gdi/
wmesa.c 292 BYTE bColor;
305 bColor = BGR8(GetRValue(pwc->clearColorRef),
308 memset(pwfb->pbPixels, bColor,
350 bColor = BGR8(GetRValue(pwc->clearColorRef),
353 memset(lpb, bColor, width);
    [all...]
  /external/mesa3d/src/mesa/drivers/windows/gdi/
wmesa.c 292 BYTE bColor;
305 bColor = BGR8(GetRValue(pwc->clearColorRef),
308 memset(pwfb->pbPixels, bColor,
350 bColor = BGR8(GetRValue(pwc->clearColorRef),
353 memset(lpb, bColor, width);
    [all...]

Completed in 3980 milliseconds