Searched refs:createTexture2D (Results 1 - 3 of 3) sorted by relevance
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
H A D | glcLayoutLocationTests.cpp | 107 ResultData createTexture2D(const Functions& gl, std::size_t components, GLenum target, GLenum internalFormat, in createTexture2D() function 200 return createTexture2D<unsigned char>(gl, 4, GL_TEXTURE_2D, GL_RGBA8, GL_RGBA, GL_UNSIGNED_BYTE); in create() 224 return createTexture2D<short>(gl, 1, GL_TEXTURE_2D, GL_DEPTH_COMPONENT16, GL_DEPTH_COMPONENT, GL_UNSIGNED_SHORT); in create() 242 return createTexture2D<int>(gl, 4, GL_TEXTURE_2D, GL_RGBA32I, GL_RGBA_INTEGER, GL_INT); in create() 266 return createTexture2D<unsigned int>(gl, 4, GL_TEXTURE_2D, GL_RGBA32UI, GL_RGBA_INTEGER, GL_UNSIGNED_INT); in create() 302 return createTexture2D<unsigned char>(gl, 4, GL_TEXTURE_1D_ARRAY, GL_RGBA8, GL_RGBA, GL_UNSIGNED_BYTE); in create() 308 return createTexture2D<short>(gl, 1, GL_TEXTURE_1D_ARRAY, GL_DEPTH_COMPONENT16, GL_DEPTH_COMPONENT, in create()
|
/third_party/vk-gl-cts/modules/glshared/ |
H A D | glsSamplerObjectTest.hpp | 80 static GLuint createTexture2D (const glw::Functions& gl); 139 static GLuint createTexture2D (const glw::Functions& gl, int id);
|
H A D | glsSamplerObjectTest.cpp | 379 GLuint TextureSamplerTest::createTexture2D (const glw::Functions& gl) in createTexture2D() function in deqp::gls::TextureSamplerTest 473 return createTexture2D(gl); in createTexture() 874 GLuint MultiTextureSamplerTest::createTexture2D (const glw::Functions& gl, int id) in createTexture2D() function in deqp::gls::MultiTextureSamplerTest 1014 return createTexture2D(gl, id); in createTexture()
|
Completed in 4 milliseconds