Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cSparseBufferTests.cpp1995 const glw::GLuint dst_bo_id = in execute() local
2001 if (dst_bo_id == m_immutable_bo || src_bo_id == m_immutable_bo) in execute()
2014 const bool is_dst_bo = (dst_bo_id == m_sparse_bos[n_sparse_bo]); in execute()
2050 m_gl.bindBuffer(GL_COPY_WRITE_BUFFER, dst_bo_id); in execute()
2062 m_gl.bindBuffer(GL_COPY_READ_BUFFER, dst_bo_id); in execute()
2105 << "Destination BO id:" << dst_bo_id << " (" in execute()
2149 << "Destination BO id:" << dst_bo_id << " (" in execute()
2199 << "Destination BO id:" << dst_bo_id << " (" in execute()
2227 const bool is_dst_bo = (dst_bo_id == m_sparse_bos[n_sparse_bo]); in execute()

Completed in 7 milliseconds