Home
last modified time | relevance | path

Searched refs:glUniform4fv (Results 1 – 25 of 43) sorted by relevance

12

/external/deqp/framework/egl/
DegluStaticES20Library.inl130 { "glUniform4fv", (deFunctionPtr)glUniform4fv },
DegluStaticES30Library.inl217 { "glUniform4fv", (deFunctionPtr)glUniform4fv },
/external/deqp/modules/gles2/functional/
Des2fNegativeShaderApiTests.cpp578 glUniform4fv(-1, 1, &data[0]); in init()
606 glUniform4fv(vUnif, 1, &data[0]); in init()
612 glUniform4fv(fUnif, 1, &data[0]); in init()
639 glUniform4fv(-2, 1, &data[0]); in init()
649 glUniform4fv(-1, 1, &data[0]); in init()
677 glUniform4fv(vUnif, 2, &data[0]); in init()
Des2fDepthRangeTests.cpp365 glUniform4fv(colorLoc, 1, color.getPtr()); in iterate()
/external/deqp/modules/gles3/functional/
Des3fNegativeShaderApiTests.cpp855 glUniform4fv(-1, 1, &data[0]); in init()
886 glUniform4fv(vec4_v, 1, &data[0]); in init()
892 glUniform4fv(ivec4_f, 1, &data[0]); in init()
894 glUniform4fv(uvec4_f, 1, &data[0]); in init()
923 glUniform4fv(-2, 1, &data[0]); in init()
933 glUniform4fv(-1, 1, &data[0]); in init()
963 glUniform4fv(vec4_v, 2, &data[0]); in init()
/external/skia/src/gpu/gl/android/
DGrGLCreateNativeInterface_android.cpp176 return (GrGLFuncPtr) glUniform4fv; in android_get_gl_proc()
/external/deqp/framework/opengl/wrapper/
DglwInitES20Direct.inl130 gl->uniform4fv = &glUniform4fv;
DglwInitES30Direct.inl217 gl->uniform4fv = &glUniform4fv;
DglwInitES20.inl130 gl->uniform4fv = (glUniform4fvFunc) loader->get("glUniform4fv");
DglwInitES31Direct.inl279 gl->uniform4fv = &glUniform4fv;
DglwInitES30.inl217 gl->uniform4fv = (glUniform4fvFunc) loader->get("glUniform4fv");
DglwInitGL30.inl215 gl->uniform4fv = (glUniform4fvFunc) loader->get("glUniform4fv");
DglwInitGL31.inl226 gl->uniform4fv = (glUniform4fvFunc) loader->get("glUniform4fv");
DglwInitES31.inl279 gl->uniform4fv = (glUniform4fvFunc) loader->get("glUniform4fv");
DglwInitGL32.inl244 gl->uniform4fv = (glUniform4fvFunc) loader->get("glUniform4fv");
/external/deqp/modules/gles31/functional/
Des31fNegativeShaderApiTests.cpp890 ctx.glUniform4fv(-1, 1, &data[0]); in uniformfv_invalid_program()
922 ctx.glUniform4fv(vec4_v, 1, &data[0]); in uniformfv_incompatible_type()
928 ctx.glUniform4fv(ivec4_f, 1, &data[0]); in uniformfv_incompatible_type()
930 ctx.glUniform4fv(uvec4_f, 1, &data[0]); in uniformfv_incompatible_type()
960 ctx.glUniform4fv(-2, 1, &data[0]); in uniformfv_invalid_location()
970 ctx.glUniform4fv(-1, 1, &data[0]); in uniformfv_invalid_location()
1001 ctx.glUniform4fv(vec4_v, 2, &data[0]); in uniformfv_invalid_count()
/external/deqp/modules/glshared/
DglsRandomShaderCase.cpp384 case 4: glUniform4fv(location, 1, (float*)value.value().getValuePtr()); break; in setUniformValue()
/external/deqp/doc/
DGLES2 Negative API Functions.txt151 o glUniform4fv (GLint location, GLsizei count, const GLfloat* v);
DGLES3 Negative API Functions.txt229 o glUniform4fv (GLint location, GLsizei count, const GLfloat* v);
/external/eigen/unsupported/Eigen/
DOpenGLSupport255 inline void glUniform4fv_ei (GLint loc, const float* v) { glUniform4fv(loc,1,v); }
/external/deqp/framework/opengl/simplereference/
DsglrContextWrapper.hpp176 void glUniform4fv (int location, int count, const float* v);
DsglrGLContext.cpp743 m_wrapper->glUniform4fv(location, count, value); in uniform4fv()
/external/mesa3d/include/GLES2/
Dgl2.h598 GL_APICALL void GL_APIENTRY glUniform4fv (GLint location, GLsizei count, const GLfloat* v);
/external/deqp/framework/platform/null/
DtcuNullRenderContextInitFuncs.inl541 gl->uniform4fv = glUniform4fv;
/external/deqp/modules/egl/
DteglGetProcAddressTests.inl319 "glUniform4fv",

12