Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/common/
DglcPackedPixelsTests.cpp866 InternalFormat m_copyInternalFormat; member in glcts::RectangleTest
2071 if ((outputFormat.format != m_copyInternalFormat.format || in readPixels()
2072 outputType.type != m_copyInternalFormat.type)) in readPixels()
2106 …bool outputFormatValid = isFormatValid(outputFormat, outputType, isCopy ? m_copyInternalFormat : m… in readPixelsInner()
2273 m_copyInternalFormat = copyInternalFormats[i]; in doCopy()
2288 getCanonicalFormat(m_copyInternalFormat, m_copyInternalFormat.format, m_copyInternalFormat.type); in doCopyInner()
2295 bool validcopy = isCopyValid(m_copyInternalFormat, m_internalFormat); in doCopyInner()
2304 …gl.copyTexImage2D(GL_TEXTURE_2D, 0, m_copyInternalFormat.sizedFormat, 0, 0, GRADIENT_WIDTH, GRADIE… in doCopyInner()
2352 isFBOImageAttachValid(m_copyInternalFormat, copyFormatEnum->format, copyFormatEnum->type); in doCopyInner()
2367 if (isUnsizedFormat(m_copyInternalFormat.sizedFormat)) in doCopyInner()
[all …]