Home | History | Annotate | Download | only in functional

Lines Matching refs:samplerA

2377 			GLuint samplerA = 0;
2379 gl.glGenSamplers(1, &samplerA);
2383 gl.glBindSampler(1, samplerA);
2390 verifyStateInteger(result, gl, GL_SAMPLER_BINDING, samplerA, m_type);
2396 gl.glDeleteSamplers(1, &samplerA);