Searched defs:vertexAttrib4f (Results 1 – 4 of 4) sorted by relevance
/external/deqp/framework/opengl/simplereference/ |
D | sglrGLContext.cpp | 696 void GLContext::vertexAttrib4f (deUint32 index, float x, float y, float z, float w) in vertexAttrib4f() function in sglr::GLContext
|
D | sglrReferenceContext.cpp | 3717 void ReferenceContext::vertexAttrib4f (deUint32 index, float x, float y, float z, float w) in vertexAttrib4f() function in sglr::ReferenceContext
|
/external/deqp/framework/opengl/wrapper/ |
D | glwFunctions.inl | 608 glVertexAttrib4fFunc vertexAttrib4f; variable
|
/external/libgdx/backends/gdx-backends-gwt/src/com/google/gwt/webgl/client/ |
D | WebGLRenderingContext.java | 1155 public final native void vertexAttrib4f (int indx, float x, float y, float z, float w) /*-{ in vertexAttrib4f() method in WebGLRenderingContext
|