Searched defs:vertexAttrib4f (Results 1 - 3 of 3) sorted by relevance

/external/deqp/framework/opengl/simplereference/
H A DsglrGLContext.cpp696 void GLContext::vertexAttrib4f (deUint32 index, float x, float y, float z, float w) function in class:sglr::GLContext
/external/chromium_org/third_party/WebKit/Source/platform/graphics/test/
H A DMockWebGraphicsContext3D.h228 virtual void vertexAttrib4f(WGC3Duint index, WGC3Dfloat x, WGC3Dfloat y, WGC3Dfloat z, WGC3Dfloat w) { } function in class:blink::MockWebGraphicsContext3D
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DWebGLRenderingContextBase.cpp4158 void WebGLRenderingContextBase::vertexAttrib4f(GLuint index, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3) function in class:blink::__anon11092::WebGLRenderingContextBase
4160 vertexAttribfImpl("vertexAttrib4f", index, 4, v0, v1, v2, v3);
5437 webContext()->vertexAttrib4f(index, v0, v1, v2, v3);

Completed in 147 milliseconds