/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 },
|
D | egluStaticES31Library.inl | 273 { "glUniform3fv", (deFunctionPtr)glUniform3fv },
|
D | egluStaticES32Library.inl | 317 { "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/ganesh/gl/egl/ |
D | GrGLMakeEGLInterface.cpp | 112 M(glUniform3fv) in egl_get_gl_proc()
|
/external/angle/samples/particle_system/ |
D | ParticleSystem.cpp | 144 glUniform3fv(mCenterPositionLoc, 1, centerPos.data()); in step()
|
/external/mesa3d/src/mapi/es2api/ |
D | gles2-symbols.txt | 314 glUniform3fv
|
/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;
|
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/common/src/main/java/com/google/android/exoplayer2/util/ |
D | GlProgram.java | 376 GLES20.glUniform3fv(location, /* count= */ 1, value, /* offset= */ 0); in bind()
|
/external/deqp/modules/gles3/functional/ |
D | es3fNegativeShaderApiTests.cpp | 863 glUniform3fv(-1, 1, &data[0]); in init() 894 glUniform3fv(vec4_v, 1, &data[0]); in init() 931 glUniform3fv(-2, 1, &data[0]); in init() 941 glUniform3fv(-1, 1, &data[0]); in init() 971 glUniform3fv(vec4_v, 2, &data[0]); in init()
|
/external/angle/src/tests/gl_tests/ |
D | BindUniformLocationTest.cpp | 255 glUniform3fv(colorCLocation, 8, colorC); in TEST_P()
|
D | UniformTest.cpp | 119 glUniform3fv(uniformLocation, 1, expected.data()); in TEST_P() 924 glUniform3fv(location, 1, f); in TEST_P()
|
/external/angle/src/libGLESv2/ |
D | opengl32_with_wgl_autogen.def | 131 glUniform3fv 1728 glUniform3fv
|
D | opengl32_autogen.def | 131 glUniform3fv 1728 glUniform3fv
|
D | libGLESv2_vulkan_secondaries_autogen.def | 131 glUniform3fv
|
/external/deqp/modules/gles31/functional/ |
D | es31fNegativeShaderApiTests.cpp | 1104 ctx.glUniform3fv(-1, 1, &data[0]); in uniformfv_invalid_program() 1136 ctx.glUniform3fv(vec4_v, 1, &data[0]); in uniformfv_incompatible_type() 1174 ctx.glUniform3fv(-2, 1, &data[0]); in uniformfv_invalid_location() 1184 ctx.glUniform3fv(-1, 1, &data[0]); in uniformfv_invalid_location() 1215 ctx.glUniform3fv(vec4_v, 2, &data[0]); in uniformfv_invalid_count()
|
/external/deqp/doc/ |
D | GLES2 Negative API Functions.txt | 147 o glUniform3fv (GLint location, GLsizei count, const GLfloat* v);
|