Home
last modified time | relevance | path

Searched refs:glUniform4f (Results 1 – 25 of 66) sorted by relevance

123

/external/webrtc/talk/app/webrtc/java/android/org/webrtc/
DSurfaceTextureHelper.java274 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/
DegluStaticES20Library.inl129 { "glUniform4f", (deFunctionPtr)glUniform4f },
DegluStaticES30Library.inl216 { "glUniform4f", (deFunctionPtr)glUniform4f },
/external/deqp/modules/gles3/stress/
Des3sOcclusionQueryTests.cpp221glUniform4f (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/
Des2fDepthRangeTests.cpp194 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()
Des2fNegativeShaderApiTests.cpp492 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/
Des3fOcclusionQueryTests.cpp242glUniform4f (colorUnif, DEPTH_WRITE_COLOR.x(), DEPTH_WRITE_COLOR.y(), DEPTH_WRITE_COLOR.z(), DE… in iterate()
285glUniform4f (colorUnif, STENCIL_WRITE_COLOR.x(), STENCIL_WRITE_COLOR.y(), STENCIL_WRITE_COLOR.z… in iterate()
354glUniform4f (colorUnif, TARGET_COLOR.x(), TARGET_COLOR.y(), TARGET_COLOR.z(), TARGET_COLOR.w()); in iterate()
Des3fRasterizerDiscardTests.cpp320glUniform4f (colorUnif, FAIL_COLOR_RED.x(), FAIL_COLOR_RED.y(), FAIL_COLOR_RED.z(), FAIL_COLOR_RE… in iterate()
363glUniform4f (colorUnif, PASS_COLOR_BLUE.x(), PASS_COLOR_BLUE.y(), PASS_COLOR_BLUE.z(), PASS_COLOR… in iterate()
Des3fNegativeShaderApiTests.cpp765 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/
DABI-check224 glUniform4f
/external/swiftshader/src/OpenGL/libGLESv2/
DlibGLESv2.def126 glUniform4f @124
Dexports.map127 glUniform4f;
DlibGLESv2.hpp197 void (*glUniform4f)(GLint location, GLfloat x, GLfloat y, GLfloat z, GLfloat w); member in LibGLESv2exports
/external/skia/src/gpu/gl/android/
DGrGLCreateNativeInterface_android.cpp176 return (GrGLFuncPtr) glUniform4f; in android_get_gl_proc()
/external/deqp/framework/opengl/wrapper/
DglwInitES20Direct.inl129 gl->uniform4f = &glUniform4f;
DglwInitES30Direct.inl216 gl->uniform4f = &glUniform4f;
DglwInitES20.inl129 gl->uniform4f = (glUniform4fFunc) loader->get("glUniform4f");
DglwInitES31Direct.inl278 gl->uniform4f = &glUniform4f;
DglwInitES32Direct.inl322 gl->uniform4f = &glUniform4f;
DglwInitES30.inl216 gl->uniform4f = (glUniform4fFunc) loader->get("glUniform4f");
/external/drm_hwcomposer/
Dglworker.cpp639 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/
Des31fNegativeShaderApiTests.cpp993 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/
Des31sVertexAttributeBindingTests.cpp355 gl.glUniform4f(colorUniformLoc, 0.0f, 1.0f, 0.0f, 1.0f); in renderTo()
/external/deqp/doc/
DGLES2 Negative API Functions.txt150 o glUniform4f (GLint location, GLfloat x, GLfloat y, GLfloat z, GLfloat w);
/external/deqp/framework/opengl/simplereference/
DsglrContextWrapper.hpp175 void glUniform4f (int location, float x, float y, float z, float w);

123