Home
last modified time | relevance | path

Searched refs:glUniform3f (Results 1 – 25 of 117) sorted by relevance

12345

/third_party/flutter/skia/platform_tools/android/apps/arcore/src/main/cpp/
Dplane_renderer.cc122 glUniform3f(uniform_normal_vec_, normal_vec_.x, normal_vec_.y, normal_vec_.z); in Draw()
123 glUniform3f(uniform_color_, color.x, color.y, color.z); in Draw()
/third_party/vk-gl-cts/framework/egl/
DegluStaticES20Library.inl125 { "glUniform3f", (deFunctionPtr)glUniform3f },
DegluStaticES30Library.inl210 { "glUniform3f", (deFunctionPtr)glUniform3f },
DegluStaticES31Library.inl272 { "glUniform3f", (deFunctionPtr)glUniform3f },
DegluStaticES32Library.inl316 { "glUniform3f", (deFunctionPtr)glUniform3f },
/third_party/vk-gl-cts/modules/gles2/accuracy/
Des2aVaryingInterpolationTests.cpp250glUniform3f(glGetUniformLocation(program.getProgram(), "u_scale"), scale.x(), scale.y(), scale.z()… in iterate()
251 glUniform3f(glGetUniformLocation(program.getProgram(), "u_bias"), bias.x(), bias.y(), bias.z()); in iterate()
/third_party/vk-gl-cts/modules/gles3/accuracy/
Des3aVaryingInterpolationTests.cpp256glUniform3f(glGetUniformLocation(program.getProgram(), "u_scale"), scale.x(), scale.y(), scale.z()… in iterate()
257 glUniform3f(glGetUniformLocation(program.getProgram(), "u_bias"), bias.x(), bias.y(), bias.z()); in iterate()
/third_party/flutter/skia/src/gpu/gl/egl/
DGrGLMakeNativeInterface_egl.cpp111 M(glUniform3f) in egl_get_gl_proc()
/third_party/skia/src/gpu/gl/egl/
DGrGLMakeEGLInterface.cpp111 M(glUniform3f) in egl_get_gl_proc()
/third_party/vk-gl-cts/modules/gles2/functional/
Des2fNegativeShaderApiTests.cpp490 glUniform3f(-1, 0.0f, 0.0f, 0.0f); in init()
516 glUniform3f(vUnif, 0.0f, 0.0f, 0.0f); in init()
547 glUniform3f(-2, 0.0f, 0.0f, 0.0f); in init()
557 glUniform3f(-1, 0.0f, 0.0f, 0.0f); in init()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
DlibGLESv2.def122 glUniform3f @120
DlibGLESv2_deprecated.lds123 glUniform3f;
DlibGLESv2_deprecated.def122 glUniform3f @120
/third_party/mesa3d/src/mapi/es2api/
Dgles2-symbols.txt313 glUniform3f
Dgles2.def.in312 glUniform3f@16
/third_party/vk-gl-cts/framework/opengl/wrapper/
DglwInitES20Direct.inl125 gl->uniform3f = &glUniform3f;
DglwInitES30Direct.inl210 gl->uniform3f = &glUniform3f;
DglwInitES20.inl125 gl->uniform3f = (glUniform3fFunc) loader->get("glUniform3f");
DglwInitES31Direct.inl272 gl->uniform3f = &glUniform3f;
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DFramebufferMultiviewTest.cpp569 glUniform3f(mColorUniformLoc, 0.0f, 1.0f, 0.0f); in TEST_P()
697 glUniform3f(mColorUniformLoc, 0.0f, 1.0f, 0.0f); in TEST_P()
/third_party/flutter/skia/third_party/externals/angle2/src/tests/gl_tests/
DFramebufferMultiviewTest.cpp559 glUniform3f(mColorUniformLoc, 0.0f, 1.0f, 0.0f); in TEST_P()
687 glUniform3f(mColorUniformLoc, 0.0f, 1.0f, 0.0f); in TEST_P()
/third_party/vk-gl-cts/modules/gles3/functional/
Des3fNegativeShaderApiTests.cpp763 glUniform3f(-1, 0.0f, 0.0f, 0.0f); in init()
792 glUniform3f(vec4_v, 0.0f, 0.0f, 0.0f); in init()
827 glUniform3f(-2, 0.0f, 0.0f, 0.0f); in init()
837 glUniform3f(-1, 0.0f, 0.0f, 0.0f); in init()
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
DlibGLESv2_autogen.def130 glUniform3f
DlibGLESv2_with_capture_autogen.def130 glUniform3f
DlibGLESv2_no_capture_autogen.def130 glUniform3f

12345