Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/openglcts/modules/glesext/gpu_shader5/
DesextcGPUShader5FmaPrecision.cpp227 glw::GLint posAttribB = gl.getAttribLocation(m_po_id, "b"); in initTest() local
230 gl.vertexAttribPointer(posAttribB, S, GL_FLOAT, GL_FALSE, 0 /* stride */, DE_NULL); in initTest()
231 gl.enableVertexAttribArray(posAttribB); in initTest()