/external/autotest/client/site_tests/graphics_SanAngeles/src/ |
D | importgl.h | 92 FNDEF(void, glUniform3fv, (GLint location, GLsizei count, const GLfloat* v)); 139 #define glUniform3fv FNPTR(glUniform3fv) macro
|
D | importgl.c | 81 IMPORT_FUNC_GL(glUniform3fv); in importGLInit()
|
D | demo.c | 769 glUniform3fv(sShaderLit.light_0_direction, 1, light0Position); in configureLightAndMaterial() 770 glUniform3fv(sShaderLit.light_1_direction, 1, light1Position); in configureLightAndMaterial() 771 glUniform3fv(sShaderLit.light_2_direction, 1, light2Position); in configureLightAndMaterial()
|
/external/deqp/framework/egl/ |
D | egluStaticES20Library.inl | 126 { "glUniform3fv", (deFunctionPtr)glUniform3fv },
|
D | egluStaticES30Library.inl | 211 { "glUniform3fv", (deFunctionPtr)glUniform3fv },
|
/external/deqp/modules/gles2/functional/ |
D | es2fNegativeShaderApiTests.cpp | 578 glUniform3fv(-1, 1, &data[0]); in init() 606 glUniform3fv(vUnif, 1, &data[0]); in init() 639 glUniform3fv(-2, 1, &data[0]); in init() 649 glUniform3fv(-1, 1, &data[0]); in init() 677 glUniform3fv(vUnif, 2, &data[0]); in init()
|
/external/skia/src/gpu/gl/android/ |
D | GrGLCreateNativeInterface_android.cpp | 171 return (GrGLFuncPtr) glUniform3fv; in android_get_gl_proc()
|
/external/deqp/framework/opengl/wrapper/ |
D | glwInitES20Direct.inl | 126 gl->uniform3fv = &glUniform3fv;
|
D | glwInitES30Direct.inl | 211 gl->uniform3fv = &glUniform3fv;
|
D | glwInitES20.inl | 126 gl->uniform3fv = (glUniform3fvFunc) loader->get("glUniform3fv");
|
D | glwInitES31Direct.inl | 273 gl->uniform3fv = &glUniform3fv;
|
D | glwInitES32Direct.inl | 317 gl->uniform3fv = &glUniform3fv;
|
D | glwInitES30.inl | 211 gl->uniform3fv = (glUniform3fvFunc) loader->get("glUniform3fv");
|
D | glwInitGL30.inl | 209 gl->uniform3fv = (glUniform3fvFunc) loader->get("glUniform3fv");
|
D | glwInitGL31.inl | 220 gl->uniform3fv = (glUniform3fvFunc) loader->get("glUniform3fv");
|
D | glwInitGL32.inl | 238 gl->uniform3fv = (glUniform3fvFunc) loader->get("glUniform3fv");
|
D | glwInitES31.inl | 273 gl->uniform3fv = (glUniform3fvFunc) loader->get("glUniform3fv");
|
/external/deqp/modules/gles3/functional/ |
D | es3fNegativeShaderApiTests.cpp | 858 glUniform3fv(-1, 1, &data[0]); in init() 889 glUniform3fv(vec4_v, 1, &data[0]); in init() 926 glUniform3fv(-2, 1, &data[0]); in init() 936 glUniform3fv(-1, 1, &data[0]); in init() 966 glUniform3fv(vec4_v, 2, &data[0]); in init()
|
/external/deqp/modules/gles31/functional/ |
D | es31fNegativeShaderApiTests.cpp | 1084 ctx.glUniform3fv(-1, 1, &data[0]); in uniformfv_invalid_program() 1116 ctx.glUniform3fv(vec4_v, 1, &data[0]); in uniformfv_incompatible_type() 1154 ctx.glUniform3fv(-2, 1, &data[0]); in uniformfv_invalid_location() 1164 ctx.glUniform3fv(-1, 1, &data[0]); in uniformfv_invalid_location() 1195 ctx.glUniform3fv(vec4_v, 2, &data[0]); in uniformfv_invalid_count()
|
/external/deqp/modules/glshared/ |
D | glsRandomShaderCase.cpp | 383 case 3: glUniform3fv(location, 1, (float*)value.value().getValuePtr()); break; in setUniformValue()
|
/external/deqp/doc/ |
D | GLES2 Negative API Functions.txt | 147 o glUniform3fv (GLint location, GLsizei count, const GLfloat* v);
|
/external/deqp/framework/opengl/simplereference/ |
D | sglrContextWrapper.hpp | 172 void glUniform3fv (int location, int count, const float* v);
|
/external/eigen/unsupported/Eigen/ |
D | OpenGLSupport | 252 inline void glUniform3fv_ei (GLint loc, const float* v) { glUniform3fv(loc,1,v); }
|
/external/mesa3d/include/GLES2/ |
D | gl2.h | 594 GL_APICALL void GL_APIENTRY glUniform3fv (GLint location, GLsizei count, const GLfloat* v);
|
/external/deqp/modules/egl/ |
D | teglGetProcAddressTests.inl | 315 "glUniform3fv",
|