Home
last modified time | relevance | path

Searched defs:vertexAttrib4f (Results 1 – 4 of 4) sorted by relevance

/external/deqp/framework/opengl/simplereference/
DsglrGLContext.cpp696 void GLContext::vertexAttrib4f (deUint32 index, float x, float y, float z, float w) in vertexAttrib4f() function in sglr::GLContext
DsglrReferenceContext.cpp3717 void ReferenceContext::vertexAttrib4f (deUint32 index, float x, float y, float z, float w) in vertexAttrib4f() function in sglr::ReferenceContext
/external/deqp/framework/opengl/wrapper/
DglwFunctions.inl608 glVertexAttrib4fFunc vertexAttrib4f; variable
/external/libgdx/backends/gdx-backends-gwt/src/com/google/gwt/webgl/client/
DWebGLRenderingContext.java1155 public final native void vertexAttrib4f (int indx, float x, float y, float z, float w) /*-{ in vertexAttrib4f() method in WebGLRenderingContext