Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/modules/glshared/
DglsSamplerObjectTest.hpp82 static GLuint createTextureCube (const glw::Functions& gl);
141 static GLuint createTextureCube (const glw::Functions& gl, int id);
DglsSamplerObjectTest.cpp431 GLuint TextureSamplerTest::createTextureCube (const glw::Functions& gl) in createTextureCube() function in deqp::gls::TextureSamplerTest
479 return createTextureCube(gl); in createTexture()
952 GLuint MultiTextureSamplerTest::createTextureCube (const glw::Functions& gl, int id) in createTextureCube() function in deqp::gls::MultiTextureSamplerTest
1020 return createTextureCube(gl, id); in createTexture()