Searched refs:fillTexture (Results 1 – 6 of 6) sorted by relevance
/external/deqp/external/openglcts/modules/common/ |
D | glcTextureFilterAnisotropicTests.hpp | 72 void fillTexture(const glw::Functions& gl, GLenum target, GLenum internalFormat);
|
D | glcNearestEdgeTests.cpp | 84 void fillTexture (); 263 void NearestEdgeTestCase::fillTexture () in fillTexture() function in glcts::__anonc0f85d9b0111::NearestEdgeTestCase 416 fillTexture(); in iterate()
|
D | glcTextureFilterAnisotropicTests.cpp | 486 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/ |
D | CopyTexImageTest.cpp | 590 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/ |
D | gl4cShaderSubroutineTests.hpp | 680 void fillTexture(Utils::texture& texture, const glw::GLubyte color[4]) const; 714 void fillTexture(Utils::texture& texture, const glw::GLuint color[4]) const;
|
D | gl4cShaderSubroutineTests.cpp | 5689 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()
|