Home
last modified time | relevance | path

Searched refs:createTexture3D (Results 1 – 3 of 3) sorted by relevance

/third_party/vk-gl-cts/modules/glshared/
DglsSamplerObjectTest.hpp81 static GLuint createTexture3D (const glw::Functions& gl);
140 static GLuint createTexture3D (const glw::Functions& gl, int id);
DglsSamplerObjectTest.cpp405 GLuint TextureSamplerTest::createTexture3D (const glw::Functions& gl) in createTexture3D() function in deqp::gls::TextureSamplerTest
476 return createTexture3D(gl); in createTexture()
913 GLuint MultiTextureSamplerTest::createTexture3D (const glw::Functions& gl, int id) in createTexture3D() function in deqp::gls::MultiTextureSamplerTest
1017 return createTexture3D(gl, id); in createTexture()
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcLayoutLocationTests.cpp122 ResultData createTexture3D(const Functions& gl, std::size_t components, GLenum internalFormat, GLen… in createTexture3D() function
206 return createTexture3D<unsigned char>(gl, 4, GL_RGBA8, GL_RGBA, GL_UNSIGNED_BYTE); in create()
248 return createTexture3D<int>(gl, 4, GL_RGBA32I, GL_RGBA_INTEGER, GL_INT); in create()
272 return createTexture3D<unsigned int>(gl, 4, GL_RGBA32UI, GL_RGBA_INTEGER, GL_UNSIGNED_INT); in create()