Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cMultiBindTests.cpp1708 GLuint t_first = 0; in iterate() local
1713 t_first = max_buffers - n_buffers + 1; in iterate()
1722 gl.bindBuffersBase(target, t_first, t_count, buffer_ids); in iterate()
1726 gl.bindBuffersRange(target, t_first, t_count, buffer_ids, offsets, sizes); in iterate()
1879 GLuint t_first = 0; in iterate() local
1884 t_first = max_textures - n_textures + 1; in iterate()
1893 gl.bindTextures(t_first, t_count, texture_ids); in iterate()
1987 GLuint t_first = 0; in iterate() local
1992 t_first = max_samplers - n_samplers + 1; in iterate()
2001 gl.bindSamplers(t_first, t_coun in iterate()
2115 GLuint t_first = 0; iterate() local
2287 GLuint t_first = 0; iterate() local
[all...]

Completed in 4 milliseconds