Searched defs:vertexAttrib4f (Results 1 - 2 of 2) 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/libgdx/backends/gdx-backends-gwt/src/com/google/gwt/webgl/client/
H A DWebGLRenderingContext.java1155 public final native void vertexAttrib4f (int indx, float x, float y, float z, float w) /*-{ method in class:WebGLRenderingContext
1156 this.vertexAttrib4f(indx, x, y, z, w);

Completed in 128 milliseconds