Home | History | Annotate | Download | only in functional

Lines Matching refs:glGenSamplers

498 	ctx.glGenSamplers	(-1, &sampler);
508 ctx.glGenSamplers (1, &sampler);
515 ctx.beginSection("GL_INVALID_OPERATION is generated if sampler is not zero or a name previously returned from a call to ctx.glGenSamplers.");
539 ctx.glGenSamplers (1, &sampler);
541 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.");
558 ctx.glGenSamplers (1, &sampler);
560 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.");
576 ctx.glGenSamplers (1, &sampler);
578 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.");
595 ctx.glGenSamplers (1, &sampler);
597 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.");
615 ctx.glGenSamplers (1, &sampler);
617 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.");
634 ctx.glGenSamplers (1, &sampler);
636 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.");
2015 {gen_samplers, "gen_samplers", "Invalid glGenSamplers() usage" },