Home | History | Annotate | Download | only in functional

Lines Matching full:samplerb

2398 			GLuint samplerB = 0;
2400 gl.glGenSamplers(1, &samplerB);
2404 gl.glBindSampler(2, samplerB);
2413 verifyStateInteger(result, gl, GL_SAMPLER_BINDING, samplerB, m_type);
2415 gl.glDeleteSamplers(1, &samplerB);