Home | History | Annotate | Download | only in functional

Lines Matching refs:glGenSamplers

579 	ctx.glGenSamplers	(-1, &sampler);
589 ctx.glGenSamplers (1, &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.");
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.");
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.");
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.");
667 ctx.glGenSamplers(1, &sampler);
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.");
690 ctx.glGenSamplers(1, &sampler);
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.");
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.");
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.");
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.");
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.");
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.");
2437 {gen_samplers, "gen_samplers", "Invalid glGenSamplers() usage" },