Home | History | Annotate | Download | only in functional

Lines Matching full:sampler

578 	GLuint sampler = 0;
579 ctx.glGenSamplers (-1, &sampler);
587 GLuint sampler = 0;
589 ctx.glGenSamplers (1, &sampler);
592 ctx.glBindSampler (maxTexImageUnits, sampler);
596 ctx.beginSection("GL_INVALID_OPERATION is generated if sampler is not zero or a name previously returned from a call to ctx.glGenSamplers.");
601 ctx.beginSection("GL_INVALID_OPERATION is generated if sampler has been deleted by a call to ctx.glDeleteSamplers.");
602 ctx.glDeleteSamplers(1, &sampler);
603 ctx.glBindSampler (1, sampler);
619 GLuint sampler = 0;
620 ctx.glGenSamplers (1, &sampler);
622 ctx.beginSection("GL_INVALID_OPERATION is generated if sampler is not the name of a sampler object returned from a previous call to ctx.glGenSamplers.");
628 ctx.glGetSamplerParameteriv (sampler, -1, &params);
632 ctx.glDeleteSamplers(1, &sampler);
638 GLuint sampler = 0;
639 ctx.glGenSamplers (1, &sampler);
641 ctx.beginSection("GL_INVALID_OPERATION is generated if sampler is not the name of a sampler object returned from a previous call to ctx.glGenSamplers.");
647 ctx.glGetSamplerParameterfv (sampler, -1, &params);
651 ctx.glDeleteSamplers(1, &sampler);
659 GLuint sampler = 0x1234;
662 ctx.beginSection("GL_INVALID_OPERATION is generated if sampler is not the name of a sampler object returned from a previous call to ctx.glGenSamplers.");
663 ctx.glGetSamplerParameterIiv(sampler, GL_TEXTURE_BORDER_COLOR, &borderColor);
667 ctx.glGenSamplers(1, &sampler);
670 ctx.glGetSamplerParameterIiv(sampler, -1, &borderColor);
674 ctx.glDeleteSamplers(1, &sampler);
682 GLuint sampler = 0x1234;
685 ctx.beginSection("GL_INVALID_OPERATION is generated if sampler is not the name of a sampler object returned from a previous call to ctx.glGenSamplers.");
686 ctx.glGetSamplerParameterIuiv(sampler, GL_TEXTURE_BORDER_COLOR, &borderColor);
690 ctx.glGenSamplers(1, &sampler);
693 ctx.glGetSamplerParameterIuiv(sampler, -1, &borderColor);
697 ctx.glDeleteSamplers(1, &sampler);
702 GLuint sampler = 0;
704 ctx.glGenSamplers(1, &sampler);
706 ctx.beginSection("GL_INVALID_OPERATION is generated if sampler is not the name of a sampler object previously returned from a call to ctx.glGenSamplers.");
712 ctx.glSamplerParameteri(sampler, GL_TEXTURE_WRAP_S, -1);
719 ctx.glSamplerParameteri(sampler, GL_TEXTURE_BORDER_COLOR, 0);
724 ctx.glDeleteSamplers(1, &sampler);
730 GLuint sampler = 0;
731 ctx.glGenSamplers (1, &sampler);
733 ctx.beginSection("GL_INVALID_OPERATION is generated if sampler is not the name of a sampler object previously returned from a call to ctx.glGenSamplers.");
741 ctx.glSamplerParameteriv (sampler, GL_TEXTURE_WRAP_S, &params);
745 ctx.glDeleteSamplers(1, &sampler);
750 GLuint sampler = 0;
752 ctx.glGenSamplers(1, &sampler);
754 ctx.beginSection("GL_INVALID_OPERATION is generated if sampler is not the name of a sampler object previously returned from a call to ctx.glGenSamplers.");
760 ctx.glSamplerParameterf(sampler, GL_TEXTURE_WRAP_S, -1.0f);
767 ctx.glSamplerParameteri(sampler, GL_TEXTURE_BORDER_COLOR, 0);
772 ctx.glDeleteSamplers(1, &sampler);
778 GLuint sampler = 0;
779 ctx.glGenSamplers (1, &sampler);
781 ctx.beginSection("GL_INVALID_OPERATION is generated if sampler is not the name of a sampler object previously returned from a call to ctx.glGenSamplers.");
789 ctx.glSamplerParameterfv (sampler, GL_TEXTURE_WRAP_S, &params);
793 ctx.glDeleteSamplers(1, &sampler);
801 GLuint sampler;
804 ctx.glGenSamplers(1, &sampler);
806 ctx.beginSection("GL_INVALID_OPERATION is generated if sampler is not the name of a sampler object previously returned from a call to ctx.glGenSamplers.");
811 ctx.beginSection("GL_INVALID_ENUM is generated if pname is not an accepted sampler state name.");
812 ctx.glSamplerParameterIiv(sampler, -1, color);
822 GLuint sampler;
825 ctx.glGenSamplers(1, &sampler);
827 ctx.beginSection("GL_INVALID_OPERATION is generated if sampler is not the name of a sampler object previously returned from a call to ctx.glGenSamplers.");
832 ctx.beginSection("GL_INVALID_ENUM is generated if pname is not an accepted sampler state name.");
833 ctx.glSamplerParameterIuiv(sampler, -1, color);
1035 ctx.beginSection("GL_INVALID_OPERATION is generated if a sampler is loaded using a command other than ctx.glUniform1i and ctx.glUniform1iv.");
1134 ctx.beginSection("GL_INVALID_OPERATION is generated if a sampler is loaded using a command other than ctx.glUniform1i and ctx.glUniform1iv.");
1525 ctx.beginSection("GL_INVALID_OPERATION is generated if a sampler is loaded using a command other than ctx.glUniform1i and ctx.glUniform1iv.");
1640 ctx.beginSection("GL_INVALID_OPERATION is generated if a sampler is loaded using a command other than ctx.glUniform1i and ctx.glUniform1iv.");
1785 ctx.beginSection("GL_INVALID_OPERATION is generated if a sampler is loaded using a command other than ctx.glUniform1i and ctx.glUniform1iv.");