Home
last modified time | relevance | path

Searched refs:glUniform3fv (Results 1 – 25 of 79) sorted by relevance

1234

/external/autotest/client/site_tests/graphics_SanAngeles/src/
Dimportgl.h92 FNDEF(void, glUniform3fv, (GLint location, GLsizei count, const GLfloat* v));
139 #define glUniform3fv FNPTR(glUniform3fv) macro
Dimportgl.c81 IMPORT_FUNC_GL(glUniform3fv); in importGLInit()
Ddemo.c769 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/
DegluStaticES20Library.inl126 { "glUniform3fv", (deFunctionPtr)glUniform3fv },
DegluStaticES30Library.inl211 { "glUniform3fv", (deFunctionPtr)glUniform3fv },
DegluStaticES31Library.inl273 { "glUniform3fv", (deFunctionPtr)glUniform3fv },
DegluStaticES32Library.inl317 { "glUniform3fv", (deFunctionPtr)glUniform3fv },
/external/deqp/modules/gles2/functional/
Des2fNegativeShaderApiTests.cpp578 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/
DGrGLMakeEGLInterface.cpp112 M(glUniform3fv) in egl_get_gl_proc()
/external/angle/samples/particle_system/
DParticleSystem.cpp144 glUniform3fv(mCenterPositionLoc, 1, centerPos.data()); in step()
/external/mesa3d/src/mapi/es2api/
Dgles2-symbols.txt314 glUniform3fv
/external/deqp/framework/opengl/wrapper/
DglwInitES20Direct.inl126 gl->uniform3fv = &glUniform3fv;
DglwInitES30Direct.inl211 gl->uniform3fv = &glUniform3fv;
DglwInitES20.inl126 gl->uniform3fv = (glUniform3fvFunc) loader->get("glUniform3fv");
DglwInitES31Direct.inl273 gl->uniform3fv = &glUniform3fv;
DglwInitES32Direct.inl317 gl->uniform3fv = &glUniform3fv;
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/common/src/main/java/com/google/android/exoplayer2/util/
DGlProgram.java376 GLES20.glUniform3fv(location, /* count= */ 1, value, /* offset= */ 0); in bind()
/external/deqp/modules/gles3/functional/
Des3fNegativeShaderApiTests.cpp863 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/
DBindUniformLocationTest.cpp255 glUniform3fv(colorCLocation, 8, colorC); in TEST_P()
DUniformTest.cpp119 glUniform3fv(uniformLocation, 1, expected.data()); in TEST_P()
924 glUniform3fv(location, 1, f); in TEST_P()
/external/angle/src/libGLESv2/
Dopengl32_with_wgl_autogen.def131 glUniform3fv
1728 glUniform3fv
Dopengl32_autogen.def131 glUniform3fv
1728 glUniform3fv
DlibGLESv2_vulkan_secondaries_autogen.def131 glUniform3fv
/external/deqp/modules/gles31/functional/
Des31fNegativeShaderApiTests.cpp1104 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/
DGLES2 Negative API Functions.txt147 o glUniform3fv (GLint location, GLsizei count, const GLfloat* v);

1234