Home
last modified time | relevance | path

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

/external/libgdx/backends/gdx-backends-gwt/src/com/google/gwt/webgl/client/
DWebGLRenderingContext.java938 public final void uniform1fv (WebGLUniformLocation location, Float32Array v) { in uniform1fv() method in WebGLRenderingContext
942 public final void uniform1fv (WebGLUniformLocation location, float[] v) { in uniform1fv() method in WebGLRenderingContext
946 private final native void uniform1fv (WebGLUniformLocation location, JavaScriptObject v) /*-{ in uniform1fv() method in WebGLRenderingContext
/external/deqp/framework/opengl/simplereference/
DsglrGLContext.cpp726 void GLContext::uniform1fv (deInt32 location, deInt32 count, const float* value) in uniform1fv() function in sglr::GLContext
DsglrReferenceContext.cpp3827 void ReferenceContext::uniform1fv (deInt32 location, deInt32 count, const float* v) in uniform1fv() function in sglr::ReferenceContext
/external/deqp/framework/opengl/wrapper/
DglwFunctions.inl517 glUniform1fvFunc uniform1fv; variable