Searched refs:setVertexAttrib (Results 1 - 10 of 10) sorted by relevance

/external/swiftshader/src/OpenGL/libGLESv2/
H A DContext.h609 void setVertexAttrib(GLuint index, const GLfloat *values);
610 void setVertexAttrib(GLuint index, const GLint *values);
611 void setVertexAttrib(GLuint index, const GLuint *values);
H A DlibGLESv2.cpp5958 context->setVertexAttrib(index, vals);
5976 context->setVertexAttrib(index, vals);
5994 context->setVertexAttrib(index, vals);
6012 context->setVertexAttrib(index, vals);
6030 context->setVertexAttrib(index, vals);
6048 context->setVertexAttrib(index, vals);
6066 context->setVertexAttrib(index, vals);
6083 context->setVertexAttrib(index, values);
H A DlibGLESv3.cpp1969 context->setVertexAttrib(index, vals);
1988 context->setVertexAttrib(index, vals);
2005 context->setVertexAttrib(index, v);
2022 context->setVertexAttrib(index, v);
H A DContext.cpp3958 void Context::setVertexAttrib(GLuint index, const GLfloat *values) function in class:es2::Context
3967 void Context::setVertexAttrib(GLuint index, const GLint *values) function in class:es2::Context
3976 void Context::setVertexAttrib(GLuint index, const GLuint *values) function in class:es2::Context
/external/swiftshader/src/OpenGL/libGL/
H A DlibGL.cpp5177 context->setVertexAttrib(index, x, 0, 0, 1);
5200 context->setVertexAttrib(index, values[0], 0, 0, 1);
5223 context->setVertexAttrib(index, x, y, 0, 1);
5246 context->setVertexAttrib(index, values[0], values[1], 0, 1);
5269 context->setVertexAttrib(index, x, y, z, 1);
5292 context->setVertexAttrib(index, values[0], values[1], values[2], 1);
5315 context->setVertexAttrib(index, x, y, z, w);
5337 context->setVertexAttrib(index, values[0], values[1], values[2], values[3]);
5669 context->setVertexAttrib(sw::Color0, red, green, blue, 1);
5763 context->setVertexAttrib(s
[all...]
H A DContext.h638 void setVertexAttrib(GLuint index, float x, float y, float z, float w);
H A DContext.cpp2753 void Context::setVertexAttrib(GLuint index, float x, float y, float z, float w) function in class:gl::Context
/external/swiftshader/src/OpenGL/libGLES_CM/
H A DContext.h466 void setVertexAttrib(GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w);
H A DContext.cpp210 setVertexAttrib(sw::Color0, 1.0f, 1.0f, 1.0f, 1.0f);
214 setVertexAttrib(sw::TexCoord0 + i, 0.0f, 0.0f, 0.0f, 1.0f);
217 setVertexAttrib(sw::Normal, 0.0f, 0.0f, 1.0f, 1.0f);
218 setVertexAttrib(sw::PointSize, 1.0f, 1.0f, 1.0f, 1.0f);
3108 void Context::setVertexAttrib(GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) function in class:es1::Context
H A DlibGLES_CM.cpp587 context->setVertexAttrib(sw::Color0, red, green, blue, alpha);
3040 context->setVertexAttrib(sw::TexCoord0 + (target - GL_TEXTURE0), s, t, r, q);
3057 context->setVertexAttrib(sw::Normal, nx, ny, nz, 0);
3298 context->setVertexAttrib(sw::PointSize, size, size, size, size);

Completed in 1180 milliseconds