/external/webrtc/talk/app/webrtc/java/android/org/webrtc/ |
D | SurfaceTextureHelper.java | 274 GLES20.glUniform4f(coeffsLoc, 0.299f, 0.587f, 0.114f, 0.0f); 283 GLES20.glUniform4f(coeffsLoc, -0.169f, -0.331f, 0.499f, 0.5f); 288 GLES20.glUniform4f(coeffsLoc, 0.499f, -0.418f, -0.0813f, 0.5f);
|
/external/deqp/framework/egl/ |
D | egluStaticES20Library.inl | 129 { "glUniform4f", (deFunctionPtr)glUniform4f },
|
D | egluStaticES30Library.inl | 216 { "glUniform4f", (deFunctionPtr)glUniform4f },
|
/external/deqp/modules/gles3/stress/ |
D | es3sOcclusionQueryTests.cpp | 221 …glUniform4f (colorUnif, OCCLUDER_COLOR.x(), OCCLUDER_COLOR.y(), OCCLUDER_COLOR.z(), OCCLUDER_COLOR… in iterate() 236 glUniform4f (colorUnif, TARGET_COLOR.x(), TARGET_COLOR.y(), TARGET_COLOR.z(), TARGET_COLOR.w()); in iterate()
|
/external/deqp/modules/gles2/functional/ |
D | es2fDepthRangeTests.cpp | 194 glUniform4f(colorLoc, 0.0f, 0.0f, 1.0f, 1.0f); in iterate() 218 glUniform4f(colorLoc, 0.0f, 1.0f, 0.0f, 1.0f); in iterate() 339 glUniform4f(colorLoc, 0.0f, 1.0f, 0.0f, 1.0f); in iterate()
|
D | es2fNegativeShaderApiTests.cpp | 492 glUniform4f(-1, 0.0f, 0.0f, 0.0f, 0.0f); in init() 518 glUniform4f(vUnif, 0.0f, 0.0f, 0.0f, 0.0f); in init() 524 glUniform4f(fUnif, 0.0f, 0.0f, 0.0f, 0.0f); in init() 549 glUniform4f(-2, 0.0f, 0.0f, 0.0f, 0.0f); in init() 559 glUniform4f(-1, 0.0f, 0.0f, 0.0f, 0.0f); in init()
|
/external/deqp/modules/gles3/functional/ |
D | es3fOcclusionQueryTests.cpp | 242 …glUniform4f (colorUnif, DEPTH_WRITE_COLOR.x(), DEPTH_WRITE_COLOR.y(), DEPTH_WRITE_COLOR.z(), DE… in iterate() 285 …glUniform4f (colorUnif, STENCIL_WRITE_COLOR.x(), STENCIL_WRITE_COLOR.y(), STENCIL_WRITE_COLOR.z… in iterate() 354 …glUniform4f (colorUnif, TARGET_COLOR.x(), TARGET_COLOR.y(), TARGET_COLOR.z(), TARGET_COLOR.w()); in iterate()
|
D | es3fRasterizerDiscardTests.cpp | 320 …glUniform4f (colorUnif, FAIL_COLOR_RED.x(), FAIL_COLOR_RED.y(), FAIL_COLOR_RED.z(), FAIL_COLOR_RE… in iterate() 363 …glUniform4f (colorUnif, PASS_COLOR_BLUE.x(), PASS_COLOR_BLUE.y(), PASS_COLOR_BLUE.z(), PASS_COLOR… in iterate()
|
D | es3fNegativeShaderApiTests.cpp | 765 glUniform4f(-1, 0.0f, 0.0f, 0.0f, 0.0f); in init() 794 glUniform4f(vec4_v, 0.0f, 0.0f, 0.0f, 0.0f); in init() 800 glUniform4f(ivec4_f, 0.0f, 0.0f, 0.0f, 0.0f); in init() 802 glUniform4f(uvec4_f, 0.0f, 0.0f, 0.0f, 0.0f); in init() 829 glUniform4f(-2, 0.0f, 0.0f, 0.0f, 0.0f); in init() 839 glUniform4f(-1, 0.0f, 0.0f, 0.0f, 0.0f); in init()
|
/external/mesa3d/src/mapi/es2api/ |
D | ABI-check | 224 glUniform4f
|
/external/swiftshader/src/OpenGL/libGLESv2/ |
D | libGLESv2.def | 126 glUniform4f @124
|
D | exports.map | 127 glUniform4f;
|
D | libGLESv2.hpp | 197 void (*glUniform4f)(GLint location, GLfloat x, GLfloat y, GLfloat z, GLfloat w); member in LibGLESv2exports
|
/external/skia/src/gpu/gl/android/ |
D | GrGLCreateNativeInterface_android.cpp | 176 return (GrGLFuncPtr) glUniform4f; in android_get_gl_proc()
|
/external/deqp/framework/opengl/wrapper/ |
D | glwInitES20Direct.inl | 129 gl->uniform4f = &glUniform4f;
|
D | glwInitES30Direct.inl | 216 gl->uniform4f = &glUniform4f;
|
D | glwInitES20.inl | 129 gl->uniform4f = (glUniform4fFunc) loader->get("glUniform4f");
|
D | glwInitES31Direct.inl | 278 gl->uniform4f = &glUniform4f;
|
D | glwInitES32Direct.inl | 322 gl->uniform4f = &glUniform4f;
|
D | glwInitES30.inl | 216 gl->uniform4f = (glUniform4fFunc) loader->get("glUniform4f");
|
/external/drm_hwcomposer/ |
D | glworker.cpp | 639 glUniform4f(gl_viewport_loc, cmd.bounds[0] / (float)frame_width, in Composite() 653 glUniform4f(gl_crop_loc + src_index, src.crop_bounds[0], in Composite()
|
/external/deqp/modules/gles31/functional/ |
D | es31fNegativeShaderApiTests.cpp | 993 ctx.glUniform4f(-1, 0.0f, 0.0f, 0.0f, 0.0f); in uniformf_invalid_program() 1023 ctx.glUniform4f(vec4_v, 0.0f, 0.0f, 0.0f, 0.0f); in uniformf_incompatible_type() 1029 ctx.glUniform4f(ivec4_f, 0.0f, 0.0f, 0.0f, 0.0f); in uniformf_incompatible_type() 1031 ctx.glUniform4f(uvec4_f, 0.0f, 0.0f, 0.0f, 0.0f); in uniformf_incompatible_type() 1059 ctx.glUniform4f(-2, 0.0f, 0.0f, 0.0f, 0.0f); in uniformf_invalid_location() 1069 ctx.glUniform4f(-1, 0.0f, 0.0f, 0.0f, 0.0f); in uniformf_invalid_location()
|
/external/deqp/modules/gles31/stress/ |
D | es31sVertexAttributeBindingTests.cpp | 355 gl.glUniform4f(colorUniformLoc, 0.0f, 1.0f, 0.0f, 1.0f); in renderTo()
|
/external/deqp/doc/ |
D | GLES2 Negative API Functions.txt | 150 o glUniform4f (GLint location, GLfloat x, GLfloat y, GLfloat z, GLfloat w);
|
/external/deqp/framework/opengl/simplereference/ |
D | sglrContextWrapper.hpp | 175 void glUniform4f (int location, float x, float y, float z, float w);
|