Home
last modified time | relevance | path

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

/external/libgdx/backends/gdx-backends-gwt/src/com/google/gwt/webgl/client/
DWebGLRenderingContext.java1035 public final void uniform4fv (WebGLUniformLocation location, Float32Array v) { in uniform4fv() method in WebGLRenderingContext
1039 public final void uniform4fv (WebGLUniformLocation location, float[] v) { in uniform4fv() method in WebGLRenderingContext
1043 private final native void uniform4fv (WebGLUniformLocation location, JavaScriptObject v) /*-{ in uniform4fv() method in WebGLRenderingContext
/external/deqp/framework/opengl/simplereference/
DsglrGLContext.cpp741 void GLContext::uniform4fv (deInt32 location, deInt32 count, const float* value) in uniform4fv() function in sglr::GLContext
DsglrReferenceContext.cpp3842 void ReferenceContext::uniform4fv (deInt32 location, deInt32 count, const float* v) in uniform4fv() function in sglr::ReferenceContext
/external/deqp/framework/opengl/wrapper/
DglwFunctions.inl541 glUniform4fvFunc uniform4fv; variable