Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/common/
DglcPackedPixelsTests.cpp736 …bool isCopyValid(const InternalFormat& copyInternalFormat, const InternalFormat& internalFormat) c…
1766 bool RectangleTest::isCopyValid(const InternalFormat& copyInternalFormat, const InternalFormat& int… in isCopyValid() argument
1771 int b2 = getPixelFormat(copyInternalFormat.format).components; in isCopyValid()
1777 if (((copyInternalFormat.sampler == SAMPLER_UINT) && (internalFormat.sampler != SAMPLER_UINT)) || in isCopyValid()
1778 ((copyInternalFormat.sampler == SAMPLER_INT) && (internalFormat.sampler != SAMPLER_INT)) || in isCopyValid()
1779 (((copyInternalFormat.sampler == SAMPLER_FLOAT) || (internalFormat.sampler == SAMPLER_UNORM) || in isCopyValid()
1780 (copyInternalFormat.sampler == SAMPLER_NORM)) && in isCopyValid()
1781 (!((copyInternalFormat.sampler == SAMPLER_FLOAT) || (internalFormat.sampler == SAMPLER_UNORM) || in isCopyValid()
1790 …if ((copyInternalFormat.format == GL_DEPTH_COMPONENT && internalFormat.format != GL_DEPTH_COMPONEN… in isCopyValid()
1791 (copyInternalFormat.format == GL_DEPTH_STENCIL && internalFormat.format != GL_DEPTH_STENCIL) || in isCopyValid()
[all …]