Home
last modified time | relevance | path

Searched refs:glUniform3f (Results 1 – 14 of 14) sorted by relevance

/frameworks/native/opengl/libs/GLES_trace/
Dgltrace.proto376 glUniform3f = 350; enumerator
/frameworks/native/opengl/libs/GLES2/
Dgl2_api.in358 void API_ENTRY(glUniform3f)(GLint location, GLfloat x, GLfloat y, GLfloat z) {
359 CALL_GL_API(glUniform3f, location, x, y, z);
Dgl3_api.in358 void API_ENTRY(glUniform3f)(GLint location, GLfloat x, GLfloat y, GLfloat z) {
359 CALL_GL_API(glUniform3f, location, x, y, z);
/frameworks/native/opengl/tools/glgen/specs/gles11/
DGLES20.spec121 void glUniform3f ( GLint location, GLfloat x, GLfloat y, GLfloat z )
/frameworks/base/opengl/java/android/opengl/
DGLES20.java1605 public static native void glUniform3f( in glUniform3f() method in GLES20
/frameworks/native/opengl/include/GLES2/
Dgl2.h592 GL_APICALL void GL_APIENTRY glUniform3f (GLint location, GLfloat x, GLfloat y, GLfloat z);
/frameworks/native/opengl/include/GLES3/
Dgl3.h926 GL_APICALL void GL_APIENTRY glUniform3f (GLint location, GLfloat x, GLfloat y, GLfloat z);
/frameworks/native/opengl/libs/GLES_trace/src/
Dgltrace.pb.cpp991 const GLMessage_Function GLMessage::glUniform3f; member in android::gltrace::GLMessage
Dgltrace.pb.h1339 static const Function glUniform3f = GLMessage_Function_glUniform3f; variable
Dgltrace_api.cpp4756 glmsg.set_function(GLMessage::glUniform3f); in GLTrace_glUniform3f()
4785 glContext->hooks->gl.glUniform3f(location, x, y, z); in GLTrace_glUniform3f()
/frameworks/native/opengl/libs/
Dentries.in495 GL_ENTRY(void, glUniform3f, GLint location, GLfloat x, GLfloat y, GLfloat z)
Dtrace.in495 TRACE_GL_VOID(glUniform3f, (GLint location, GLfloat x, GLfloat y, GLfloat z), (location, x, y, z), …
/frameworks/base/core/jni/
Dandroid_opengl_GLES20.cpp4899 glUniform3f( in android_glUniform3f__IFFF()
/frameworks/base/api/
Dcurrent.txt16399 method public static void glUniform3f(int, float, float, float);