Home
last modified time | relevance | path

Searched defs:vertexAttrib3f (Results 1 – 3 of 3) sorted by relevance

/external/deqp/framework/opengl/simplereference/
DsglrGLContext.cpp691 void GLContext::vertexAttrib3f (deUint32 index, float x, float y, float z) in vertexAttrib3f() function in sglr::GLContext
DsglrReferenceContext.cpp3710 void ReferenceContext::vertexAttrib3f (deUint32 index, float x, float y, float z) in vertexAttrib3f() function in sglr::ReferenceContext
/external/deqp/framework/opengl/wrapper/
DglwFunctions.inl840 glVertexAttrib3fFunc vertexAttrib3f; variable