Home
last modified time | relevance | path

Searched refs:createTexture2D (Results 1 – 2 of 2) sorted by relevance

/external/deqp/modules/glshared/
DglsSamplerObjectTest.hpp80 static GLuint createTexture2D (const glw::Functions& gl);
139 static GLuint createTexture2D (const glw::Functions& gl, int id);
DglsSamplerObjectTest.cpp379 GLuint TextureSamplerTest::createTexture2D (const glw::Functions& gl) in createTexture2D() function in deqp::gls::TextureSamplerTest
473 return createTexture2D(gl); in createTexture()
876 GLuint MultiTextureSamplerTest::createTexture2D (const glw::Functions& gl, int id) in createTexture2D() function in deqp::gls::MultiTextureSamplerTest
1016 return createTexture2D(gl, id); in createTexture()