Searched refs:m_gradient_write_fs_id (Results 1 – 2 of 2) sorted by relevance
829 glw::GLuint m_gradient_write_fs_id; member in gl4cts::TextureViewTestCoherency
8017 , m_gradient_write_fs_id(0) in TextureViewTestCoherency()8531 if (m_gradient_write_fs_id != 0) in deinit()8533 gl.deleteShader(m_gradient_write_fs_id); in deinit()8535 m_gradient_write_fs_id = 0; in deinit()8858 m_gradient_write_fs_id = gl.createShader(GL_FRAGMENT_SHADER); in initPrograms()8962 gl.shaderSource(m_gradient_write_fs_id, 1 /* count */, &gradient_write_fs_body, NULL /* length */); in initPrograms()9017 …t so_ids[] = { m_gradient_image_write_vs_id, m_gradient_verification_vs_id, m_gradient_write_fs_id, in initPrograms()9050 gl.attachShader(m_gradient_write_po_id, m_gradient_write_fs_id); in initPrograms()