Searched refs:glUniform2f (Results 1 - 11 of 11) sorted by relevance

/frameworks/native/opengl/tests/gl_perf/
H A Dfill_common.cpp215 glUniform2f(loc, ((float)ct) / passCount, ((float)ct) / 2.f / passCount);
/frameworks/native/opengl/libs/GLES_trace/
H A Dgltrace.proto372 glUniform2f = 346;
/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES20.spec117 void glUniform2f ( GLint location, GLfloat x, GLfloat y )
/frameworks/base/libs/hwui/
H A DSkiaShader.cpp167 glUniform2f(program->getUniform("textureDimension"), 1.0f / width, 1.0f / height);
/frameworks/base/opengl/java/android/opengl/
H A DGLES20.java1553 // C function void glUniform2f ( GLint location, GLfloat x, GLfloat y )
1555 public static native void glUniform2f( method in class:GLES20
/frameworks/native/opengl/include/GLES2/
H A Dgl2.h588 GL_APICALL void GL_APIENTRY glUniform2f (GLint location, GLfloat x, GLfloat y);
/frameworks/native/opengl/include/GLES3/
H A Dgl3.h922 GL_APICALL void GL_APIENTRY glUniform2f (GLint location, GLfloat x, GLfloat y);
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace.pb.cpp987 const GLMessage_Function GLMessage::glUniform2f; member in class:android::gltrace::GLMessage
H A Dgltrace.pb.h1335 static const Function glUniform2f = GLMessage_Function_glUniform2f; member in class:android::gltrace::GLMessage
H A Dgltrace_api.cpp4594 glmsg.set_function(GLMessage::glUniform2f);
4617 glContext->hooks->gl.glUniform2f(location, x, y);
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES20.cpp4697 /* void glUniform2f ( GLint location, GLfloat x, GLfloat y ) */
4701 glUniform2f(
6183 {"glUniform2f", "(IFF)V", (void *) android_glUniform2f__IFF },

Completed in 218 milliseconds