Searched defs:redLUT (Results 1 - 2 of 2) sorted by relevance
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/ |
H A D | api_filters.c | 578 const VGubyte * redLUT, 598 if (!redLUT || !greenLUT || !blueLUT || !alphaLUT) { 613 redLUT[i] << 8 | alphaLUT[i]; 577 vegaLookup(VGImage dst, VGImage src, const VGubyte * redLUT, const VGubyte * greenLUT, const VGubyte * blueLUT, const VGubyte * alphaLUT, VGboolean outputLinear, VGboolean outputPremultiplied) argument
|
/external/mesa3d/src/gallium/state_trackers/vega/ |
H A D | api_filters.c | 578 const VGubyte * redLUT, 598 if (!redLUT || !greenLUT || !blueLUT || !alphaLUT) { 613 redLUT[i] << 8 | alphaLUT[i]; 577 vegaLookup(VGImage dst, VGImage src, const VGubyte * redLUT, const VGubyte * greenLUT, const VGubyte * blueLUT, const VGubyte * alphaLUT, VGboolean outputLinear, VGboolean outputPremultiplied) argument
|
Completed in 172 milliseconds