Home
last modified time | relevance | path

Searched refs:intOutput (Results 1 – 1 of 1) sorted by relevance

/external/angle/src/libANGLE/renderer/
Dcopyvertex.inc.h359 GLshort *intOutput = reinterpret_cast<GLshort *>(output); in CopyPackedRGB() local
363 *intOutput = static_cast<GLshort>(data | negativeMask); in CopyPackedRGB()
367 *intOutput = static_cast<GLshort>(data); in CopyPackedRGB()
454 GLshort *intOutput = reinterpret_cast<GLshort *>(output); in CopyPackedAlpha() local
458 *intOutput = 0; in CopyPackedAlpha()
461 *intOutput = 1; in CopyPackedAlpha()
464 *intOutput = -2; in CopyPackedAlpha()
467 *intOutput = -1; in CopyPackedAlpha()