• Home
  • Raw
  • Download

Lines Matching refs:fixedsamplelocations

4946 …Lenum internalformat, glw::GLsizei width, glw::GLsizei height, glw::GLboolean fixedsamplelocations)  argument
4949 …rmat) << ", " << width << ", " << height << ", " << getBooleanStr(fixedsamplelocations) << ");" <<…
4950 m_gl.texImage2DMultisample(target, samples, internalformat, width, height, fixedsamplelocations);
4960 …, glw::GLsizei width, glw::GLsizei height, glw::GLsizei depth, glw::GLboolean fixedsamplelocations) argument
4963 …width << ", " << height << ", " << depth << ", " << getBooleanStr(fixedsamplelocations) << ");" <<…
4964 …texImage3DMultisample(target, samples, internalformat, width, height, depth, fixedsamplelocations);
5037 …Lenum internalformat, glw::GLsizei width, glw::GLsizei height, glw::GLboolean fixedsamplelocations) argument
5040 …rmat) << ", " << width << ", " << height << ", " << getBooleanStr(fixedsamplelocations) << ");" <<…
5041 m_gl.texStorage2DMultisample(target, samples, internalformat, width, height, fixedsamplelocations);
5051 …, glw::GLsizei width, glw::GLsizei height, glw::GLsizei depth, glw::GLboolean fixedsamplelocations) argument
5054 …width << ", " << height << ", " << depth << ", " << getBooleanStr(fixedsamplelocations) << ");" <<…
5055 …xStorage3DMultisample(target, samples, internalformat, width, height, depth, fixedsamplelocations);
5268 …Lenum internalformat, glw::GLsizei width, glw::GLsizei height, glw::GLboolean fixedsamplelocations) argument
5271 …rmat) << ", " << width << ", " << height << ", " << getBooleanStr(fixedsamplelocations) << ");" <<…
5272 …textureStorage2DMultisample(texture, samples, internalformat, width, height, fixedsamplelocations);
5275 …Lenum internalformat, glw::GLsizei width, glw::GLsizei height, glw::GLboolean fixedsamplelocations) argument
5278 …rmat) << ", " << width << ", " << height << ", " << getBooleanStr(fixedsamplelocations) << ");" <<…
5279 …age2DMultisampleEXT(texture, target, samples, internalformat, width, height, fixedsamplelocations);
5296 …, glw::GLsizei width, glw::GLsizei height, glw::GLsizei depth, glw::GLboolean fixedsamplelocations) argument
5299 …width << ", " << height << ", " << depth << ", " << getBooleanStr(fixedsamplelocations) << ");" <<…
5300 …Storage3DMultisample(texture, samples, internalformat, width, height, depth, fixedsamplelocations);
5303 …, glw::GLsizei width, glw::GLsizei height, glw::GLsizei depth, glw::GLboolean fixedsamplelocations) argument
5306 …width << ", " << height << ", " << depth << ", " << getBooleanStr(fixedsamplelocations) << ");" <<…
5307 …ltisampleEXT(texture, target, samples, internalformat, width, height, depth, fixedsamplelocations);