Lines Matching refs:glGenSamplers

595 	ctx.glGenSamplers	(-1, &sampler);
605 ctx.glGenSamplers (1, &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.");
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.");
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.");
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.");
683 ctx.glGenSamplers(1, &sampler);
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.");
706 ctx.glGenSamplers(1, &sampler);
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.");
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.");
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.");
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.");
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.");
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.");
2530 ctx.glGenSamplers(1, &sampler);
2548 ctx.glGenSamplers(1, &sampler);
2566 ctx.glGenSamplers(1, &sampler);
2585 ctx.glGenSamplers(1, &sampler);
2607 ctx.glGenSamplers(1, &sampler);
2630 ctx.glGenSamplers(1, &sampler);
2660 {gen_samplers, "gen_samplers", "Invalid glGenSamplers() usage" },