Home | History | Annotate | Download | only in glshared

Lines Matching defs:createTexture

468 GLuint TextureSamplerTest::createTexture (const glw::Functions& gl, GLenum target)
490 GLuint texture = createTexture(gl, m_target);
513 GLuint texture = createTexture(gl, m_target);
1011 GLuint MultiTextureSamplerTest::createTexture (const glw::Functions& gl, GLenum target, int id)
1033 GLuint texture1 = createTexture(gl, m_target, 0);
1034 GLuint texture2 = createTexture(gl, m_target, 1);
1075 GLuint texture1 = createTexture(gl, m_target, 0);
1076 GLuint texture2 = createTexture(gl, m_target, 1);