Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/common/
DglcPackedPixelsTests.cpp108 InternalFormatBits componentOrder; // zero based element order, -1 for N/A member
2896 if (format.componentOrder.bits.red >= 0) in orderComponentsInt()
2897 fp.i_r = values[format.componentOrder.bits.red]; in orderComponentsInt()
2898 if (format.componentOrder.bits.green >= 0) in orderComponentsInt()
2899 fp.i_g = values[format.componentOrder.bits.green]; in orderComponentsInt()
2900 if (format.componentOrder.bits.blue >= 0) in orderComponentsInt()
2901 fp.i_b = values[format.componentOrder.bits.blue]; in orderComponentsInt()
2902 if (format.componentOrder.bits.alpha >= 0) in orderComponentsInt()
2903 fp.i_a = values[format.componentOrder.bits.alpha]; in orderComponentsInt()
2904 if (format.componentOrder.bits.depth >= 0) in orderComponentsInt()
[all …]