Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcPackedPixelsTests.cpp106 int componentFormat; // element meaning member
1100 …if ((format.componentFormat == FORMAT_COLOR_INTEGER) || (format.componentFormat == FORMAT_STENCIL)) in getSampler()
1105 if (format.componentFormat == FORMAT_COLOR_INTEGER) in getSampler()
1643 …if ((format.componentFormat == FORMAT_COLOR_INTEGER) && (type.type == GL_FLOAT || type.type == GL_… in isFormatValid()
1720 if ((format.componentFormat == FORMAT_COLOR_INTEGER) && in isFormatValid()
1726 if (!(format.componentFormat == FORMAT_COLOR_INTEGER) && in isFormatValid()