Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/gles3/
Des3cCopyTexImageConversionsTests.cpp6391 GLuint m_dst_object_id; member in es3cts::RequiredCase
6411 , m_dst_object_id(0) in RequiredCase()
6437 if (m_dst_object_id != 0) in deinit()
6439 destroyGLObject(m_destination_attachment_type, m_dst_object_id); in deinit()
6441 m_dst_object_id = 0; in deinit()
6493 m_dst_object_id = generateGLObject(m_destination_attachment_type); in iterate()
6494 if (m_dst_object_id == 0) in iterate()
6815 gl.bindTexture(m_destination_attachment_type, m_dst_object_id); in execute()
6842 gl.bindTexture(general_destination_attachment_type, m_dst_object_id); in execute()
6900 m_dst_object_id, 0); in execute()
[all …]