Searched refs:copyInternalFormat (Results 1 – 1 of 1) sorted by relevance
736 …bool isCopyValid(const InternalFormat& copyInternalFormat, const InternalFormat& internalFormat) c…1765 bool RectangleTest::isCopyValid(const InternalFormat& copyInternalFormat, const InternalFormat& int… in isCopyValid() argument1770 int b2 = getPixelFormat(copyInternalFormat.format).components; in isCopyValid()1776 if (((copyInternalFormat.sampler == SAMPLER_UINT) && (internalFormat.sampler != SAMPLER_UINT)) || in isCopyValid()1777 ((copyInternalFormat.sampler == SAMPLER_INT) && (internalFormat.sampler != SAMPLER_INT)) || in isCopyValid()1778 (((copyInternalFormat.sampler == SAMPLER_FLOAT) || (internalFormat.sampler == SAMPLER_UNORM) || in isCopyValid()1779 (copyInternalFormat.sampler == SAMPLER_NORM)) && in isCopyValid()1780 (!((copyInternalFormat.sampler == SAMPLER_FLOAT) || (internalFormat.sampler == SAMPLER_UNORM) || in isCopyValid()1789 …if ((copyInternalFormat.format == GL_DEPTH_COMPONENT && internalFormat.format != GL_DEPTH_COMPONEN… in isCopyValid()1790 (copyInternalFormat.format == GL_DEPTH_STENCIL && internalFormat.format != GL_DEPTH_STENCIL) || in isCopyValid()[all …]