Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/common/
DglcPackedPixelsTests.cpp1748 GLenum* formatsEnd = formats + DE_LENGTH_OF_ARRAY(formats); in isUnsizedFormat() local
1749 return (std::find(formats, formatsEnd, format) < formatsEnd); in isUnsizedFormat()
1761 GLenum* formatsEnd = formats + DE_LENGTH_OF_ARRAY(formats); in isSNORMFormat() local
1762 return (std::find(formats, formatsEnd, internalFormat.sizedFormat) < formatsEnd); in isSNORMFormat()
1970 GLenum* formatsEnd = colorRenderableFrmats + DE_LENGTH_OF_ARRAY(colorRenderableFrmats); in isFBOImageAttachValid() local
1971 if (std::find(colorRenderableFrmats, formatsEnd, internalformat.sizedFormat) < formatsEnd) in isFBOImageAttachValid()
1979 formatsEnd = dsRenderableFormats + DE_LENGTH_OF_ARRAY(dsRenderableFormats); in isFBOImageAttachValid()
1980 if (std::find(dsRenderableFormats, formatsEnd, internalformat.sizedFormat) < formatsEnd) in isFBOImageAttachValid()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiFeatureInfo.cpp2233 const VkFormat* formatsEnd; in testCompressedFormatsSupported() member
2254 s_compressedFormatSets[setNdx].formatsEnd, in testCompressedFormatsSupported()