/external/deqp/framework/egl/ |
D | egluStaticES20Library.inl | 130 { "glUniform4fv", (deFunctionPtr)glUniform4fv },
|
D | egluStaticES30Library.inl | 217 { "glUniform4fv", (deFunctionPtr)glUniform4fv },
|
/external/deqp/modules/gles2/functional/ |
D | es2fNegativeShaderApiTests.cpp | 578 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()
|
D | es2fDepthRangeTests.cpp | 365 glUniform4fv(colorLoc, 1, color.getPtr()); in iterate()
|
/external/deqp/modules/gles3/functional/ |
D | es3fNegativeShaderApiTests.cpp | 855 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/ |
D | GrGLCreateNativeInterface_android.cpp | 176 return (GrGLFuncPtr) glUniform4fv; in android_get_gl_proc()
|
/external/deqp/framework/opengl/wrapper/ |
D | glwInitES20Direct.inl | 130 gl->uniform4fv = &glUniform4fv;
|
D | glwInitES30Direct.inl | 217 gl->uniform4fv = &glUniform4fv;
|
D | glwInitES20.inl | 130 gl->uniform4fv = (glUniform4fvFunc) loader->get("glUniform4fv");
|
D | glwInitES31Direct.inl | 279 gl->uniform4fv = &glUniform4fv;
|
D | glwInitES30.inl | 217 gl->uniform4fv = (glUniform4fvFunc) loader->get("glUniform4fv");
|
D | glwInitGL30.inl | 215 gl->uniform4fv = (glUniform4fvFunc) loader->get("glUniform4fv");
|
D | glwInitGL31.inl | 226 gl->uniform4fv = (glUniform4fvFunc) loader->get("glUniform4fv");
|
D | glwInitES31.inl | 279 gl->uniform4fv = (glUniform4fvFunc) loader->get("glUniform4fv");
|
D | glwInitGL32.inl | 244 gl->uniform4fv = (glUniform4fvFunc) loader->get("glUniform4fv");
|
/external/deqp/modules/gles31/functional/ |
D | es31fNegativeShaderApiTests.cpp | 890 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/ |
D | glsRandomShaderCase.cpp | 384 case 4: glUniform4fv(location, 1, (float*)value.value().getValuePtr()); break; in setUniformValue()
|
/external/deqp/doc/ |
D | GLES2 Negative API Functions.txt | 151 o glUniform4fv (GLint location, GLsizei count, const GLfloat* v);
|
D | GLES3 Negative API Functions.txt | 229 o glUniform4fv (GLint location, GLsizei count, const GLfloat* v);
|
/external/eigen/unsupported/Eigen/ |
D | OpenGLSupport | 255 inline void glUniform4fv_ei (GLint loc, const float* v) { glUniform4fv(loc,1,v); }
|
/external/deqp/framework/opengl/simplereference/ |
D | sglrContextWrapper.hpp | 176 void glUniform4fv (int location, int count, const float* v);
|
D | sglrGLContext.cpp | 743 m_wrapper->glUniform4fv(location, count, value); in uniform4fv()
|
/external/mesa3d/include/GLES2/ |
D | gl2.h | 598 GL_APICALL void GL_APIENTRY glUniform4fv (GLint location, GLsizei count, const GLfloat* v);
|
/external/deqp/framework/platform/null/ |
D | tcuNullRenderContextInitFuncs.inl | 541 gl->uniform4fv = glUniform4fv;
|
/external/deqp/modules/egl/ |
D | teglGetProcAddressTests.inl | 319 "glUniform4fv",
|