Searched refs:is_source_gl_object (Results 1 – 1 of 1) sorted by relevance
6665 …bool configureGLObject(int is_source_gl_object, GLenum object_target, GLint object_id, GLenum inte…7611 bool TestBase::configureGLObject(int is_source_gl_object, GLenum object_target, GLint object_id, GL… in configureGLObject() argument7615 GLenum fbo_target = (is_source_gl_object == 0) ? GL_DRAW_FRAMEBUFFER : GL_READ_FRAMEBUFFER; in configureGLObject()7706 if (is_source_gl_object) in configureGLObject()7726 if (is_source_gl_object) in configureGLObject()7749 DE_ASSERT(is_source_gl_object); in configureGLObject()7774 … << (is_source_gl_object ? "source" : "destination") << "] of format [" in configureGLObject()