Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_cube_map_array/
DesextcTextureCubeMapArrayImageOperations.cpp335 , m_copy_po_id(0) in TextureCubeMapArrayImageOpCompute()
402 m_copy_po_id = gl.createProgram(); in initTest()
405 buildProgram(m_copy_po_id, m_copy_cs_id, 1, &copy_cs_source); in initTest()
466 if (m_copy_po_id != 0) in deinit()
468 gl.deleteProgram(m_copy_po_id); in deinit()
469 m_copy_po_id = 0; in deinit()
633 …if (!checkResults<glw::GLfloat>(m_context, m_copy_po_id, m_image_write_to_id, width, height, depth, in iterate()
639 … if (!checkResults<glw::GLint>(m_context, m_copy_po_id, m_iimage_write_to_id, width, height, depth, in iterate()
645 …if (!checkResults<glw::GLuint>(m_context, m_copy_po_id, m_uimage_write_to_id, width, height, depth, in iterate()
694 …if (!checkResults<glw::GLfloat>(m_context, m_copy_po_id, m_image_write_to_id, width, height, depth, in iterate()
[all …]
DesextcTextureCubeMapArrayImageOperations.hpp163 glw::GLuint m_copy_po_id; member in glcts::TextureCubeMapArrayImageOpCompute