HomeSort by relevance Sort by last modified time
    Searched refs:setVertexAttrib (Results 1 - 10 of 10) sorted by null

  /external/swiftshader/src/OpenGL/libGLESv2/
Context.h 617 void setVertexAttrib(GLuint index, const GLfloat *values);
618 void setVertexAttrib(GLuint index, const GLint *values);
619 void setVertexAttrib(GLuint index, const GLuint *values);
libGLESv2.cpp     [all...]
libGLESv3.cpp     [all...]
Context.cpp     [all...]
  /external/swiftshader/src/OpenGL/libGL/
libGL.cpp     [all...]
Context.h 638 void setVertexAttrib(GLuint index, float x, float y, float z, float w);
Context.cpp     [all...]
  /external/swiftshader/src/OpenGL/libGLES_CM/
Context.h 468 void setVertexAttrib(GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w);
Context.cpp 205 setVertexAttrib(sw::Color0, 1.0f, 1.0f, 1.0f, 1.0f);
209 setVertexAttrib(sw::TexCoord0 + i, 0.0f, 0.0f, 0.0f, 1.0f);
212 setVertexAttrib(sw::Normal, 0.0f, 0.0f, 1.0f, 1.0f);
213 setVertexAttrib(sw::PointSize, 1.0f, 1.0f, 1.0f, 1.0f);
    [all...]
libGLES_CM.cpp 622 context->setVertexAttrib(sw::Color0, red, green, blue, alpha);
    [all...]

Completed in 545 milliseconds