/frameworks/native/opengl/libs/GLES_trace/ |
D | gltrace.proto | 376 glUniform3f = 350; enumerator
|
/frameworks/native/opengl/libs/GLES2/ |
D | gl2_api.in | 358 void API_ENTRY(glUniform3f)(GLint location, GLfloat x, GLfloat y, GLfloat z) { 359 CALL_GL_API(glUniform3f, location, x, y, z);
|
D | gl3_api.in | 358 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/ |
D | GLES20.spec | 121 void glUniform3f ( GLint location, GLfloat x, GLfloat y, GLfloat z )
|
/frameworks/base/opengl/java/android/opengl/ |
D | GLES20.java | 1605 public static native void glUniform3f( in glUniform3f() method in GLES20
|
/frameworks/native/opengl/include/GLES2/ |
D | gl2.h | 592 GL_APICALL void GL_APIENTRY glUniform3f (GLint location, GLfloat x, GLfloat y, GLfloat z);
|
/frameworks/native/opengl/include/GLES3/ |
D | gl3.h | 926 GL_APICALL void GL_APIENTRY glUniform3f (GLint location, GLfloat x, GLfloat y, GLfloat z);
|
/frameworks/native/opengl/libs/GLES_trace/src/ |
D | gltrace.pb.cpp | 991 const GLMessage_Function GLMessage::glUniform3f; member in android::gltrace::GLMessage
|
D | gltrace.pb.h | 1339 static const Function glUniform3f = GLMessage_Function_glUniform3f; variable
|
D | gltrace_api.cpp | 4756 glmsg.set_function(GLMessage::glUniform3f); in GLTrace_glUniform3f() 4785 glContext->hooks->gl.glUniform3f(location, x, y, z); in GLTrace_glUniform3f()
|
/frameworks/native/opengl/libs/ |
D | entries.in | 495 GL_ENTRY(void, glUniform3f, GLint location, GLfloat x, GLfloat y, GLfloat z)
|
D | trace.in | 495 TRACE_GL_VOID(glUniform3f, (GLint location, GLfloat x, GLfloat y, GLfloat z), (location, x, y, z), …
|
/frameworks/base/core/jni/ |
D | android_opengl_GLES20.cpp | 4899 glUniform3f( in android_glUniform3f__IFFF()
|
/frameworks/base/api/ |
D | current.txt | 16399 method public static void glUniform3f(int, float, float, float);
|