Home
last modified time | relevance | path

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

12

/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/framework/egl/
DegluStaticES20Library.inl129 { "glUniform4f", (deFunctionPtr)glUniform4f },
DegluStaticES30Library.inl216 { "glUniform4f", (deFunctionPtr)glUniform4f },
/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.cpp490 glUniform4f(-1, 0.0f, 0.0f, 0.0f, 0.0f); in init()
516 glUniform4f(vUnif, 0.0f, 0.0f, 0.0f, 0.0f); in init()
522 glUniform4f(fUnif, 0.0f, 0.0f, 0.0f, 0.0f); in init()
547 glUniform4f(-2, 0.0f, 0.0f, 0.0f, 0.0f); in init()
557 glUniform4f(-1, 0.0f, 0.0f, 0.0f, 0.0f); in init()
Des2fShaderStateQueryTests.cpp1809 glUniform4f(location, 1.0f, 2.0f, 3.0f, 4.0f); in test()
1947 glUniform4f(location, 1.0f, 0.0f, 0.1f, -0.9f); in test()
/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.cpp760 glUniform4f(-1, 0.0f, 0.0f, 0.0f, 0.0f); in init()
789 glUniform4f(vec4_v, 0.0f, 0.0f, 0.0f, 0.0f); in init()
795 glUniform4f(ivec4_f, 0.0f, 0.0f, 0.0f, 0.0f); in init()
797 glUniform4f(uvec4_f, 0.0f, 0.0f, 0.0f, 0.0f); in init()
824 glUniform4f(-2, 0.0f, 0.0f, 0.0f, 0.0f); in init()
834 glUniform4f(-1, 0.0f, 0.0f, 0.0f, 0.0f); in init()
/external/skia/src/gpu/gl/android/
DGrGLCreateNativeInterface_android.cpp172 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;
DglwInitES30.inl216 gl->uniform4f = (glUniform4fFunc) loader->get("glUniform4f");
DglwInitGL31.inl225 gl->uniform4f = (glUniform4fFunc) loader->get("glUniform4f");
DglwInitGL30.inl214 gl->uniform4f = (glUniform4fFunc) loader->get("glUniform4f");
/external/drm_hwcomposer/
Dglworker.cpp617 glUniform4f(gl_viewport_loc, cmd.bounds[0] / (float)frame_width, in Composite()
625 glUniform4f(gl_crop_loc + src_index, src.crop_bounds[0], in Composite()
/external/deqp/modules/gles31/functional/
Des31fNegativeShaderApiTests.cpp793 ctx.glUniform4f(-1, 0.0f, 0.0f, 0.0f, 0.0f); in uniformf_invalid_program()
823 ctx.glUniform4f(vec4_v, 0.0f, 0.0f, 0.0f, 0.0f); in uniformf_incompatible_type()
829 ctx.glUniform4f(ivec4_f, 0.0f, 0.0f, 0.0f, 0.0f); in uniformf_incompatible_type()
831 ctx.glUniform4f(uvec4_f, 0.0f, 0.0f, 0.0f, 0.0f); in uniformf_incompatible_type()
859 ctx.glUniform4f(-2, 0.0f, 0.0f, 0.0f, 0.0f); in uniformf_invalid_location()
869 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/jmonkeyengine/engine/src/lwjgl/com/jme3/renderer/lwjgl/
DLwjglRenderer.java834 glUniform4f(loc, c.r, c.g, c.b, c.a); in updateUniform()
837 glUniform4f(loc, c.x, c.y, c.z, c.w); in updateUniform()
840 glUniform4f(loc, c.getX(), c.getY(), c.getZ(), c.getW()); in updateUniform()
/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);
/external/mesa3d/include/GLES2/
Dgl2.h597 GL_APICALL void GL_APIENTRY glUniform4f (GLint location, GLfloat x, GLfloat y, GLfloat z, G…
/external/jmonkeyengine/engine/src/android/com/jme3/renderer/android/
DOGLESShaderRenderer.java844 GLES20.glUniform4f(loc, c.r, c.g, c.b, c.a); in updateUniform()
847 GLES20.glUniform4f(loc, c.getX(), c.getY(), c.getZ(), c.getW()); in updateUniform()

12