Home
last modified time | relevance | path

Searched defs:glUniform4f (Results 1 – 16 of 16) sorted by relevance

/external/libgdx/backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/
DGwtGL20Debug.java923 public void glUniform4f (int location, float x, float y, float z, float w) { in glUniform4f() method in GwtGL20Debug
DGwtGL20.java1090 public void glUniform4f (int location, float x, float y, float z, float w) { in glUniform4f() method in GwtGL20
/external/libgdx/backends/gdx-backend-lwjgl3/src/com/badlogic/gdx/backends/lwjgl3/
DLwjgl3GL20.java714 public void glUniform4f (int location, float x, float y, float z, float w) { in glUniform4f() method in Lwjgl3GL20
/external/libgdx/backends/gdx-backend-lwjgl/src/com/badlogic/gdx/backends/lwjgl/
DLwjglGL20.java720 public void glUniform4f (int location, float x, float y, float z, float w) { in glUniform4f() method in LwjglGL20
/external/deqp/framework/opengl/wrapper/
DglwApi.inl540 #define glUniform4f glwUniform4f macro
/external/libgdx/backends/gdx-backend-jglfw/src/com/badlogic/gdx/backends/jglfw/
DJglfwGL20.java640 public void glUniform4f (int location, float x, float y, float z, float w) { in glUniform4f() method in JglfwGL20
/external/libgdx/backends/gdx-backend-moe/src/com/badlogic/gdx/backends/iosrobovm/
DIOSGLES20.java312 public native void glUniform4f ( int location, float x, float y, float z, float w ); in glUniform4f() method in IOSGLES20
/external/libgdx/backends/gdx-backend-android/src/com/badlogic/gdx/backends/android/
DAndroidGL20.java313 public native void glUniform4f (int location, float x, float y, float z, float w); in glUniform4f() method in AndroidGL20
/external/libgdx/backends/gdx-backend-robovm/src/com/badlogic/gdx/backends/iosrobovm/
DIOSGLES20.java312 public native void glUniform4f ( int location, float x, float y, float z, float w ); in glUniform4f() method in IOSGLES20
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/profiling/
DGL20Profiler.java1043 public void glUniform4f (int location, float x, float y, float z, float w) { in glUniform4f() method in GL20Profiler
DGL30Profiler.java1044 public void glUniform4f (int location, float x, float y, float z, float w) { in glUniform4f() method in GL30Profiler
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/
DGL20.java623 public void glUniform4f (int location, float x, float y, float z, float w); in glUniform4f() method
/external/mesa3d/include/GL/
Dgl_mangle.h1860 #define glUniform4f MANGLE(Uniform4f) macro
/external/deqp/framework/opengl/
DgluCallLogWrapper.inl3971 void CallLogWrapper::glUniform4f (glw::GLint location, glw::GLfloat v0, glw::GLfloat v1, glw::GLflo… function in CallLogWrapper
/external/deqp/framework/platform/null/
DtcuNullRenderContextFuncs.inl4443 GLW_APICALL void GLW_APIENTRY glUniform4f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfl… function
/external/libgdx/extensions/gdx-bullet/jni/vs/Glut/GL/
Dglew.h1919 #define glUniform4f GLEW_GET_FUN(__glewUniform4f) macro