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

/frameworks/base/libs/hwui/
H A DOpenGLRenderer.cpp1160 glUniform1f(slot, mDescription.pointSize);
1269 glUniform1f(boundaryWidthSlot, boundaryWidthProportion);
1272 glUniform1f(inverseBoundaryWidthSlot, (1 / boundaryWidthProportion));
1646 glUniform1f(boundaryLengthSlot, boundaryHeightProportion);
1647 glUniform1f(inverseBoundaryLengthSlot, (1 / boundaryHeightProportion));
1868 glUniform1f(boundaryWidthSlot, boundaryWidthProportion);
1869 glUniform1f(inverseBoundaryWidthSlot, (1 / boundaryWidthProportion));
1876 glUniform1f(boundaryLengthSlot, boundaryLengthProportion);
1877 glUniform1f(inverseBoundaryLengthSlot, (1 / boundaryLengthProportion));
/frameworks/base/opengl/tests/gl2_cameraeye/src/com/android/gl2cameraeye/
H A DGL2CameraEye.java226 GLES20.glUniform1f(muCRatioHandle, mCameraRatio);
/frameworks/base/opengl/tools/glgen/specs/gles11/
H A DGLES20.spec113 void glUniform1f ( GLint location, GLfloat x )
/frameworks/base/opengl/include/GLES2/
H A Dgl2.h585 GL_APICALL void GL_APIENTRY glUniform1f (GLint location, GLfloat x);
/frameworks/base/opengl/java/android/opengl/
H A DGLES20.java1523 // C function void glUniform1f ( GLint location, GLfloat x )
1525 public static native void glUniform1f( method in class:GLES20
/frameworks/base/opengl/libs/GLES2_dbg/src/
H A Ddebugger_message.pb.h424 static const Function glUniform1f = Message_Function_glUniform1f; member in class:com::android::glesv2debugger::Message
H A Dcaller.cpp600 dbg->hooks->gl.glUniform1f(
H A Ddebugger_message.pb.cpp350 const Message_Function Message::glUniform1f; member in class:com::android::glesv2debugger::Message
H A Dapi.cpp2728 _c->glUniform1f(location, x);
/frameworks/base/opengl/libs/
H A Dglesv2dbg_functions.h345 GL_ENTRY(void, glUniform1f, GLint location, GLfloat x)
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES20.cpp3868 /* void glUniform1f ( GLint location, GLfloat x ) */
3872 glUniform1f(
5013 {"glUniform1f", "(IF)V", (void *) android_glUniform1f__IF },

Completed in 112 milliseconds