Searched refs:texture_0 (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);
605 virtual void setupFramebuffer(Utils::framebuffer& framebuffer, Utils::texture& texture_0,
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, Util
[all...]
H A DglcViewportArrayTests.cpp2607 Utils::texture texture_0(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);
2696 * @param texture_0 Verified texture
2700 * @return True if texture_0 is filled with expected pattern
2702 bool DrawTestBase::checkResults(Utils::texture& texture_0, Utils::texture& /* texture_1 */, GLuint /*draw_call_index */) argument
2709 texture_0.get(GL_RED_INTEGER, GL_INT, &texture_data[0]);
2772 * @param texture_0 R32
2775 prepareTextures(Utils::texture& texture_0, Utils::texture& ) argument
2796 setupFramebuffer(Utils::framebuffer& framebuffer, Utils::texture& texture_0, Utils::texture& ) argument
3466 checkResults(Utils::texture& texture_0, Utils::texture& , GLuint draw_call_index) argument
3723 checkResults(Utils::texture& texture_0, Utils::texture& , GLuint draw_call_index) argument
3948 checkResults(Utils::texture& texture_0, Utils::texture& , GLuint ) argument
3998 prepareTextures(Utils::texture& texture_0, Utils::texture& ) argument
4045 checkResults(Utils::texture& texture_0, Utils::texture& , GLuint ) argument
4134 checkResults(Utils::texture& texture_0, Utils::texture& , GLuint ) argument
4212 checkResults(Utils::texture& texture_0, Utils::texture& , GLuint ) argument
4349 prepareTextures(Utils::texture& texture_0, Utils::texture& ) argument
4375 checkResults(Utils::texture& texture_0, Utils::texture& , GLuint draw_call_index) argument
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
4589 checkResults(Utils::texture& texture_0, Utils::texture& , GLuint ) argument
4779 prepareTextures(Utils::texture& texture_0, Utils::texture& ) argument
[all...]

Completed in 109 milliseconds