Home
last modified time | relevance | path

Searched refs:fillTexture (Results 1 – 6 of 6) sorted by relevance

/external/deqp/external/openglcts/modules/common/
DglcTextureFilterAnisotropicTests.hpp72 void fillTexture(const glw::Functions& gl, GLenum target, GLenum internalFormat);
DglcNearestEdgeTests.cpp84 void fillTexture ();
263 void NearestEdgeTestCase::fillTexture () in fillTexture() function in glcts::__anonc0f85d9b0111::NearestEdgeTestCase
416 fillTexture(); in iterate()
DglcTextureFilterAnisotropicTests.cpp486 fillTexture(gl, target, format); in iterate()
571 void TextureFilterAnisotropicDrawingTestCase::fillTexture(const glw::Functions& gl, GLenum target, in fillTexture() function in glcts::TextureFilterAnisotropicDrawingTestCase
/external/angle/src/tests/gl_tests/
DCopyTexImageTest.cpp590 void fillTexture(std::vector<GLColor> &texture, const GLColor color);
865 void CopyTexImageTestES3::fillTexture(std::vector<GLColor> &texture, const GLColor color) in fillTexture() function in angle::CopyTexImageTestES3
924 fillTexture(textureData, GLColor::red);
/external/deqp/external/openglcts/modules/gl/
Dgl4cShaderSubroutineTests.hpp680 void fillTexture(Utils::texture& texture, const glw::GLubyte color[4]) const;
714 void fillTexture(Utils::texture& texture, const glw::GLuint color[4]) const;
Dgl4cShaderSubroutineTests.cpp5689 fillTexture(blue_texture, blue_color); in iterate()
5690 fillTexture(color_texture, clean_color); in iterate()
5691 fillTexture(red_texture, red_color); in iterate()
5736 void FunctionalTest11::fillTexture(Utils::texture& texture, const glw::GLubyte color[4]) const in fillTexture() function in gl4cts::ShaderSubroutine::FunctionalTest11
5919 void FunctionalTest12::fillTexture(Utils::texture& texture, const glw::GLuint color[4]) const in fillTexture() function in gl4cts::ShaderSubroutine::FunctionalTest12
6246 fillTexture(blue_texture, blue_color); in testImage()
6247 fillTexture(destination_texture, clean_color); in testImage()
6248 fillTexture(red_texture, red_color); in testImage()