Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/common/
DglcPackedPixelsTests.cpp2287 const EnumFormats* copyFormatEnum = in doCopyInner() local
2290 if (copyFormatEnum != 0) in doCopyInner()
2338 const PixelFormat& outputFormat = getPixelFormat(copyFormatEnum->format); in doCopyInner()
2339 const PixelType& outputType = getPixelType(copyFormatEnum->type); in doCopyInner()
2352 isFBOImageAttachValid(m_copyInternalFormat, copyFormatEnum->format, copyFormatEnum->type); in doCopyInner()
2356 const PixelFormat& copyFormat = getPixelFormat(copyFormatEnum->format); in doCopyInner()