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
2903 if (format.componentOrder.bits.red >= 0) in orderComponentsInt()
2904 fp.i_r = values[format.componentOrder.bits.red]; in orderComponentsInt()
2905 if (format.componentOrder.bits.green >= 0) in orderComponentsInt()
2906 fp.i_g = values[format.componentOrder.bits.green]; in orderComponentsInt()
2907 if (format.componentOrder.bits.blue >= 0) in orderComponentsInt()
2908 fp.i_b = values[format.componentOrder.bits.blue]; in orderComponentsInt()
2909 if (format.componentOrder.bits.alpha >= 0) in orderComponentsInt()
2910 fp.i_a = values[format.componentOrder.bits.alpha]; in orderComponentsInt()
2911 if (format.componentOrder.bits.depth >= 0) in orderComponentsInt()
[all …]