Searched refs:vertex_attribute (Results 1 – 1 of 1) sorted by relevance
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cVertexAttrib64BitTest.cpp | 763 vertexAttribute<SIZE> vertex_attribute(m_min, m_max); in checkVertexAttribLd() local 765 vertexAttribLd<SIZE>(index, vertex_attribute); in checkVertexAttribLd() 768 …if (false == verifyResults(vertex_attribute.m_array, SIZE, index, function_name.str().c_str(), __L… in checkVertexAttribLd() 792 vertexAttribute<SIZE> vertex_attribute(m_min, m_max); in checkVertexAttribLdv() local 794 vertexAttribLdv<SIZE>(index, vertex_attribute); in checkVertexAttribLdv() 797 …if (false == verifyResults(vertex_attribute.m_array, SIZE, index, function_name.str().c_str(), __L… in checkVertexAttribLdv()
|