Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/glesext/gpu_shader5/
DesextcGPUShader5FmaPrecision.cpp235 glw::GLint posAttribC = gl.getAttribLocation(m_po_id, "c"); in initTest() local
238 gl.vertexAttribPointer(posAttribC, S, GL_FLOAT, GL_FALSE, 0 /* stride */, DE_NULL); in initTest()
239 gl.enableVertexAttribArray(posAttribC); in initTest()