Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cStencilTexturingTests.cpp1212 GLuint compute_src_tex_id = 0; in test() local
1228 compute_src_tex_id = prepareSourceTexture(internal_format, is_stencil, texture_data); in test()
1230 dispatch(compute_program_id, is_stencil, compute_dst_tex_id, compute_src_tex_id); in test()
1261 Utils::deleteTexture(m_context, compute_src_tex_id); in test()
1276 Utils::deleteTexture(m_context, compute_src_tex_id); in test()