Searched refs:texture_1 (Results 1 - 2 of 2) sorted by relevance

/external/deqp/external/openglcts/modules/common/
H A DglcViewportArrayTests.hpp590 virtual bool checkResults(Utils::texture& texture_0, Utils::texture& texture_1, glw::GLuint draw_call_index);
601 virtual void prepareTextures(Utils::texture& texture_0, Utils::texture& texture_1);
606 Utils::texture& texture_1);
721 virtual bool checkResults(Utils::texture& texture_0, Utils::texture& texture_1, glw::GLuint draw_call_index);
788 virtual bool checkResults(Utils::texture& texture_0, Utils::texture& texture_1, glw::GLuint draw_call_index);
823 virtual bool checkResults(Utils::texture& texture_0, Utils::texture& texture_1, glw::GLuint draw_call_index);
828 virtual void prepareTextures(Utils::texture& texture_0, Utils::texture& texture_1);
886 virtual bool checkResults(Utils::texture& texture_0, Utils::texture& texture_1, glw::GLuint draw_call_index);
919 virtual bool checkResults(Utils::texture& texture_0, Utils::texture& texture_1, glw::GLuint draw_call_index);
971 virtual bool checkResults(Utils::texture& texture_0, Utils::texture& texture_1, gl
[all...]
H A DglcViewportArrayTests.cpp2608 Utils::texture texture_1(m_context);
2610 prepareTextures(texture_0, texture_1);
2615 setupFramebuffer(framebuffer, texture_0, texture_1);
2652 bool result = checkResults(texture_0, texture_1, draw_call);
2669 bool result = checkResults(texture_0, texture_1, 0);
2702 bool DrawTestBase::checkResults(Utils::texture& texture_0, Utils::texture& /* texture_1 */, GLuint /*draw_call_index */)
2775 void DrawTestBase::prepareTextures(Utils::texture& texture_0, Utils::texture& /* texture_1 */)
2797 Utils::texture& /* texture_1 */)
3466 bool DynamicViewportIndex::checkResults(Utils::texture& texture_0, Utils::texture& /* texture_1 */,
3723 bool ViewportIndexSubroutine::checkResults(Utils::texture& texture_0, Utils::texture& /* texture_1 */,
4525 prepareTextures(Utils::texture& texture_0, Utils::texture& texture_1) argument
4537 setupFramebuffer(Utils::framebuffer& framebuffer, Utils::texture& texture_0, Utils::texture& texture_1) argument
[all...]

Completed in 101 milliseconds