Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cTextureViewTests.hpp829 glw::GLuint m_gradient_write_fs_id; member in gl4cts::TextureViewTestCoherency
H A Dgl4cTextureViewTests.cpp8015 , m_gradient_write_fs_id(0) in TextureViewTestCoherency()
8529 if (m_gradient_write_fs_id != 0) in deinit()
8531 gl.deleteShader(m_gradient_write_fs_id); in deinit()
8533 m_gradient_write_fs_id = 0; in deinit()
8856 m_gradient_write_fs_id = gl.createShader(GL_FRAGMENT_SHADER); in initPrograms()
8960 gl.shaderSource(m_gradient_write_fs_id, 1 /* count */, &gradient_write_fs_body, NULL /* length */); in initPrograms()
9015 const glw::GLuint so_ids[] = { m_gradient_image_write_vs_id, m_gradient_verification_vs_id, m_gradient_write_fs_id, in initPrograms()
9048 gl.attachShader(m_gradient_write_po_id, m_gradient_write_fs_id); in initPrograms()

Completed in 12 milliseconds