Lines Matching defs:sampler
594 GLuint sampler = 0;
595 ctx.glGenSamplers (-1, &sampler);
603 GLuint sampler = 0;
605 ctx.glGenSamplers (1, &sampler);
608 ctx.glBindSampler (maxTexImageUnits, sampler);
612 ctx.beginSection("GL_INVALID_OPERATION is generated if sampler is not zero or a name previously returned from a call to ctx.glGenSamplers.");
617 ctx.beginSection("GL_INVALID_OPERATION is generated if sampler has been deleted by a call to ctx.glDeleteSamplers.");
618 ctx.glDeleteSamplers(1, &sampler);
619 ctx.glBindSampler (1, sampler);
635 GLuint sampler = 0;
636 ctx.glGenSamplers (1, &sampler);
638 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.");
644 ctx.glGetSamplerParameteriv (sampler, -1, ¶ms);
648 ctx.glDeleteSamplers(1, &sampler);
654 GLuint sampler = 0;
655 ctx.glGenSamplers (1, &sampler);
657 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.glGetSamplerParameterfv (sampler, -1, ¶ms);
667 ctx.glDeleteSamplers(1, &sampler);
675 GLuint sampler = 0x1234;
678 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.");
679 ctx.glGetSamplerParameterIiv(sampler, GL_TEXTURE_BORDER_COLOR, &borderColor[0]);
683 ctx.glGenSamplers(1, &sampler);
686 ctx.glGetSamplerParameterIiv(sampler, -1, &borderColor[0]);
690 ctx.glDeleteSamplers(1, &sampler);
698 GLuint sampler = 0x1234;
701 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.");
702 ctx.glGetSamplerParameterIuiv(sampler, GL_TEXTURE_BORDER_COLOR, &borderColor[0]);
706 ctx.glGenSamplers(1, &sampler);
709 ctx.glGetSamplerParameterIuiv(sampler, -1, &borderColor[0]);
713 ctx.glDeleteSamplers(1, &sampler);
718 GLuint sampler = 0;
720 ctx.glGenSamplers(1, &sampler);
722 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.");
728 ctx.glSamplerParameteri(sampler, GL_TEXTURE_WRAP_S, -1);
735 ctx.glSamplerParameteri(sampler, GL_TEXTURE_BORDER_COLOR, 0);
740 ctx.glDeleteSamplers(1, &sampler);
746 GLuint sampler = 0;
747 ctx.glGenSamplers (1, &sampler);
749 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.");
757 ctx.glSamplerParameteriv (sampler, GL_TEXTURE_WRAP_S, ¶ms);
761 ctx.glDeleteSamplers(1, &sampler);
766 GLuint sampler = 0;
768 ctx.glGenSamplers(1, &sampler);
770 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.");
776 ctx.glSamplerParameterf(sampler, GL_TEXTURE_WRAP_S, -1.0f);
783 ctx.glSamplerParameteri(sampler, GL_TEXTURE_BORDER_COLOR, 0);
788 ctx.glDeleteSamplers(1, &sampler);
794 GLuint sampler = 0;
795 ctx.glGenSamplers (1, &sampler);
797 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.");
805 ctx.glSamplerParameterfv (sampler, GL_TEXTURE_WRAP_S, ¶ms);
809 ctx.glDeleteSamplers(1, &sampler);
817 GLuint sampler;
820 ctx.glGenSamplers(1, &sampler);
822 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.");
827 ctx.beginSection("GL_INVALID_ENUM is generated if pname is not an accepted sampler state name.");
828 ctx.glSamplerParameterIiv(sampler, -1, color);
838 GLuint sampler;
841 ctx.glGenSamplers(1, &sampler);
843 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.");
848 ctx.beginSection("GL_INVALID_ENUM is generated if pname is not an accepted sampler state name.");
849 ctx.glSamplerParameterIuiv(sampler, -1, color);
1051 ctx.beginSection("GL_INVALID_OPERATION is generated if a sampler is loaded using a command other than ctx.glUniform1i and ctx.glUniform1iv.");
1150 ctx.beginSection("GL_INVALID_OPERATION is generated if a sampler is loaded using a command other than ctx.glUniform1i and ctx.glUniform1iv.");
1541 ctx.beginSection("GL_INVALID_OPERATION is generated if a sampler is loaded using a command other than ctx.glUniform1i and ctx.glUniform1iv.");
1656 ctx.beginSection("GL_INVALID_OPERATION is generated if a sampler is loaded using a command other than ctx.glUniform1i and ctx.glUniform1iv.");
1801 ctx.beginSection("GL_INVALID_OPERATION is generated if a sampler is loaded using a command other than ctx.glUniform1i and ctx.glUniform1iv.");
2527 GLuint sampler = 0x1234;
2530 ctx.glGenSamplers(1, &sampler);
2533 ctx.glSamplerParameteri(sampler, GL_TEXTURE_SRGB_DECODE_EXT, samplerMode);
2537 ctx.glDeleteSamplers(1, &sampler);
2545 GLuint sampler = 0x1234;
2548 ctx.glGenSamplers(1, &sampler);
2551 ctx.glSamplerParameterf(sampler, GL_TEXTURE_SRGB_DECODE_EXT, samplerMode);
2555 ctx.glDeleteSamplers(1, &sampler);
2564 GLuint sampler = 0x1234;
2566 ctx.glGenSamplers(1, &sampler);
2570 ctx.glSamplerParameteriv(sampler, GL_TEXTURE_SRGB_DECODE_EXT, ¶ms[0]);
2574 ctx.glDeleteSamplers(1, &sampler);
2583 GLuint sampler = 0x1234;
2585 ctx.glGenSamplers(1, &sampler);
2589 ctx.glSamplerParameterfv(sampler, GL_TEXTURE_SRGB_DECODE_EXT, ¶ms[0]);
2593 ctx.glDeleteSamplers(1, &sampler);
2605 GLuint sampler = 0x1234;
2607 ctx.glGenSamplers(1, &sampler);
2612 ctx.glSamplerParameterIiv(sampler, GL_TEXTURE_SRGB_DECODE_EXT, samplerMode);
2616 ctx.glDeleteSamplers(1, &sampler);
2628 GLuint sampler = 0x1234;
2630 ctx.glGenSamplers(1, &sampler);
2635 ctx.glSamplerParameterIuiv(sampler, GL_TEXTURE_SRGB_DECODE_EXT, samplerMode);
2639 ctx.glDeleteSamplers(1, &sampler);