Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cSparseBufferTests.cpp1998 test_case.src_bo_is_sparse ? m_sparse_bos[test_case.src_bo_sparse_id] : m_immutable_bo; in execute()
2371 glw::GLuint src_bo_sparse_id = 0; in initTestCases() local
2382 src_bo_sparse_id = 1; in initTestCases()
2404 src_bo_sparse_id = 0; in initTestCases()
2416 src_bo_sparse_id = 0; in initTestCases()
2538 test_case.src_bo_sparse_id = src_bo_sparse_id; in initTestCases()
Dgl4cSparseBufferTests.hpp377 glw::GLuint src_bo_sparse_id; member