Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/gl/
Dgl4cMultiBindTests.cpp1511 static const GLchar* regular_point = "ivec2 point = ivec2(gl_WorkGroupID.x, gl_WorkGroupID.y)"; in fillMSTexture() local
1516 const GLchar* point = (true == is_array) ? array_point : regular_point; in fillMSTexture()