/frameworks/native/cmds/flatland/ |
D | Renderers.cpp | 111 glUniform1f(mInvDitherKernelSizeUniformLoc, invDitherKernelSize); in drawGradient() 112 glUniform1f(mInvDitherKernelSizeSqUniformLoc, invDitherKernelSizeSq); in drawGradient()
|
/frameworks/base/services/core/java/com/android/server/display/ |
D | ColorFade.java | 423 GLES20.glUniform1f(mOpacityLoc, opacity); 424 GLES20.glUniform1f(mGammaLoc, gamma); 425 GLES20.glUniform1f(mSaturationLoc, saturation); 426 GLES20.glUniform1f(mScaleLoc, scale);
|
/frameworks/native/services/surfaceflinger/RenderEngine/ |
D | Program.cpp | 136 glUniform1f(mAlphaPlaneLoc, desc.mPlaneAlpha); in setUniforms()
|
/frameworks/base/libs/hwui/renderstate/ |
D | RenderState.cpp | 285 glUniform1f(fill.program->getUniform("roundRectRadius"), in render()
|
/frameworks/native/opengl/tests/gl2_cameraeye/src/com/android/gl2cameraeye/ |
D | GL2CameraEye.java | 226 GLES20.glUniform1f(muCRatioHandle, mCameraRatio); in onDrawFrame()
|
/frameworks/native/opengl/tools/glgen/specs/gles11/ |
D | GLES20.spec | 113 void glUniform1f ( GLint location, GLfloat x )
|
/frameworks/base/libs/hwui/debug/ |
D | nullgles.cpp | 237 void glUniform1f(GLint location, GLfloat v0) {} in glUniform1f() function
|
D | wrap_gles.h | 836 #define glUniform1f wrap_glUniform1f macro
|
D | unwrap_gles.h | 836 #undef glUniform1f
|
/frameworks/base/opengl/java/android/opengl/ |
D | GLES20.java | 1510 public static native void glUniform1f( in glUniform1f() method in GLES20
|
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/ |
D | ImageShader.java | 327 GLES20.glUniform1f(uniformHandle, value); in setUniformValue()
|
/frameworks/base/media/mca/filterfw/native/core/ |
D | shader_program.cpp | 689 glUniform1f(var, value); in SetUniformValue()
|
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/ |
D | GLES20Canvas.java | 711 GLES20.glUniform1f(params[INDEX_ALPHA].handle, getAlpha()); in prepareTexture()
|
/frameworks/native/opengl/libs/GLES2/ |
D | gl2_api.in | 334 void API_ENTRY(glUniform1f)(GLint location, GLfloat v0) { 335 CALL_GL_API(glUniform1f, location, v0);
|
/frameworks/native/opengl/include/GLES2/ |
D | gl2.h | 639 GL_APICALL void GL_APIENTRY glUniform1f (GLint location, GLfloat v0);
|
/frameworks/native/opengl/include/GLES3/ |
D | gl3.h | 639 GL_APICALL void GL_APIENTRY glUniform1f (GLint location, GLfloat v0);
|
D | gl31.h | 639 GL_APICALL void GL_APIENTRY glUniform1f (GLint location, GLfloat v0);
|
D | gl32.h | 639 GL_APICALL void GL_APIENTRY glUniform1f (GLint location, GLfloat v0);
|
/frameworks/native/opengl/libs/ |
D | entries.in | 817 GL_ENTRY(void, glUniform1f, GLint location, GLfloat v0)
|
/frameworks/base/core/jni/ |
D | android_opengl_GLES20.cpp | 4613 glUniform1f( in android_glUniform1f__IF()
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 19822 method public static void glUniform1f(int, float);
|
/frameworks/base/api/ |
D | current.txt | 26332 method public static void glUniform1f(int, float);
|
D | system-current.txt | 28772 method public static void glUniform1f(int, float);
|
D | test-current.txt | 26401 method public static void glUniform1f(int, float);
|