Home
last modified time | relevance | path

Searched refs:m_po_vs_fs_id (Results 1 – 2 of 2) sorted by relevance

/external/deqp/external/openglcts/modules/glesext/texture_buffer/
DesextcTextureBufferOperations.cpp61 , m_po_vs_fs_id(0) in TextureBufferOperations()
222 m_po_vs_fs_id = gl.createProgram(); in initSecondPhase()
237 if (!buildProgram(m_po_vs_fs_id, m_fs_id, 1, &fsCode, m_vs_id, 1, &vsCode)) in initSecondPhase()
444 gl.useProgram(m_po_vs_fs_id); in iterateSecondPhase()
447 glw::GLint sampler_location = gl.getUniformLocation(m_po_vs_fs_id, "sampler_buffer"); in iterateSecondPhase()
461 m_vertex_location = gl.getAttribLocation(m_po_vs_fs_id, "vs_position"); in iterateSecondPhase()
478 m_index_location = gl.getAttribLocation(m_po_vs_fs_id, "vs_index"); in iterateSecondPhase()
710 if (0 != m_po_vs_fs_id) in deinitSecondPhase()
712 gl.deleteProgram(m_po_vs_fs_id); in deinitSecondPhase()
713 m_po_vs_fs_id = 0; in deinitSecondPhase()
DesextcTextureBufferOperations.hpp302 glw::GLuint m_po_vs_fs_id; member in glcts::TextureBufferOperations