Home
last modified time | relevance | path

Searched refs:glVertexAttrib2f (Results 1 – 25 of 1491) sorted by relevance

12345678910>>...60

/dports/games/retroarch/RetroArch-1.9.7/gfx/include/userland/host_applications/linux/apps/raspicam/gl_scenes/
H A Dyuv.c112 GLCHK(glVertexAttrib2f(yuv_shader.attribute_locations[1], -1.0f, 1.0f)); in yuv_redraw()
117 GLCHK(glVertexAttrib2f(yuv_shader.attribute_locations[1], 0.0f, 1.0f)); in yuv_redraw()
122 GLCHK(glVertexAttrib2f(yuv_shader.attribute_locations[1], 0.0f, 0.0f)); in yuv_redraw()
127 GLCHK(glVertexAttrib2f(yuv_shader.attribute_locations[1], -1.0f, 0.0f)); in yuv_redraw()
/dports/games/shockolate/systemshock-0.8.2-43-ga9eb1b93/src/MacSrc/
H A DOpenGL.cc493 glVertexAttrib2f(tcAttrib, 1.0f, 0.0f); in opengl_swap_and_restore()
496 glVertexAttrib2f(tcAttrib, 1.0f, 1.0f); in opengl_swap_and_restore()
499 glVertexAttrib2f(tcAttrib, 0.0f, 0.0f); in opengl_swap_and_restore()
502 glVertexAttrib2f(tcAttrib, 0.0f, 1.0f); in opengl_swap_and_restore()
723 glVertexAttrib2f(tcAttrib, vertex.uv.u / 256.0, vertex.uv.v / 256.0); in draw_vertex()
809 glVertexAttrib2f(tcAttrib, 1.0f, 0.0f); in opengl_bitmap()
812 glVertexAttrib2f(tcAttrib, 0.0f, 0.0f); in opengl_bitmap()
815 glVertexAttrib2f(tcAttrib, 1.0f, 1.0f); in opengl_bitmap()
818 glVertexAttrib2f(tcAttrib, 0.0f, 1.0f); in opengl_bitmap()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/framework/egl/
H A DegluStaticES20Library.inl140 { "glVertexAttrib2f", (deFunctionPtr)glVertexAttrib2f },
H A DegluStaticES30Library.inl237 { "glVertexAttrib2f", (deFunctionPtr)glVertexAttrib2f },
H A DegluStaticES31Library.inl301 { "glVertexAttrib2f", (deFunctionPtr)glVertexAttrib2f },
H A DegluStaticES32Library.inl345 { "glVertexAttrib2f", (deFunctionPtr)glVertexAttrib2f },
/dports/games/colobot/colobot-colobot-gold-0.2.0-alpha/src/graphics/opengl/
H A Dgl33device.cpp1086 glVertexAttrib2f(4, 0.0f, 0.0f); in DrawPrimitive()
1164 glVertexAttrib2f(3, 0.0f, 0.0f); in DrawPrimitive()
1168 glVertexAttrib2f(4, 0.0f, 0.0f); in DrawPrimitive()
1220 glVertexAttrib2f(4, 0.0f, 0.0f); in DrawPrimitives()
1320 glVertexAttrib2f(3, 0.0f, 0.0f); in DrawPrimitives()
1324 glVertexAttrib2f(4, 0.0f, 0.0f); in DrawPrimitives()
1353 glVertexAttrib2f(4, 0.0f, 0.0f); in SetVertexAttributes()
1395 glVertexAttrib2f(3, 0.0f, 0.0f); in SetVertexAttributes()
1399 glVertexAttrib2f(4, 0.0f, 0.0f); in SetVertexAttributes()
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/shaders/
H A Dglsl-max-vertex-attrib.c94 glVertexAttrib2f(maxAttribCount, floatv[0], floatv[1]); in piglit_display()
/dports/games/supertux2/SuperTux-v0.6.3-Source/src/video/gl/
H A Dgl_vertex_arrays.cpp96 glVertexAttrib2f(loc, u, v); in set_texcoord()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
H A DlibGLESv2.def137 glVertexAttrib2f @135
/dports/cad/opencascade/opencascade-7.6.0/inc/
H A DOpenGl_GlCore20.hxx85 using theBaseClass_t::glVertexAttrib2f;
/dports/cad/opencascade/opencascade-7.6.0/src/OpenGl/
H A DOpenGl_GlCore20.hxx85 using theBaseClass_t::glVertexAttrib2f;
/dports/devel/py-cadquery-pywrap/pywrap-e8c7bc9/opencascade/
H A DOpenGl_GlCore20.hxx84 using theBaseClass_t::glVertexAttrib2f;
/dports/astro/opencpn/OpenCPN-5.2.4/libs/glshim/src/glx/
H A Dgles2funcs.inc135 EX(glVertexAttrib2f);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/swiftshader/src/OpenGL/libGLESv2/
H A DlibGLESv2.def137 glVertexAttrib2f @135
H A DlibGLESv2.lds138 glVertexAttrib2f;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/src/OpenGL/libGLESv2/
H A DlibGLESv2.def137 glVertexAttrib2f @135
H A DlibGLESv2.lds138 glVertexAttrib2f;
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/
H A DGLStaticLibrary.cpp176 ADD_FUNCTION(glVertexAttrib2f) in initGLES2ProcAddress()
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/
H A DGLStaticLibrary.cpp176 ADD_FUNCTION(glVertexAttrib2f) in initGLES2ProcAddress()
/dports/graphics/libglvnd/libglvnd-8f3c5b17a21e2222ab3e5fd38870b915815aca49/src/GLESv2/
H A Dglesv2.symbols340 glVertexAttrib2f
/dports/devel/efl/efl-1.25.1/src/lib/ector/
H A Dector_main.c211 ORD(glVertexAttrib2f); in ector_glsym_set()
/dports/games/retroarch/RetroArch-1.9.7/deps/Pigs-In-A-Blanket/piglet_stub/
H A Dnids.yml183 glVertexAttrib2f: 0x8661303D
/dports/games/renpy/renpy-7.4.11-sdk/renpy/uguu/
H A Dgl.pyx600 cdef glVertexAttrib2f_type glVertexAttrib2f
1196 global glVertexAttrib2f
1197glVertexAttrib2f = <glVertexAttrib2f_type> find_gl_command([b'glVertexAttrib2f', b'glVertexAttrib2…
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libGLESv2/
H A DlibGLESv2d_mingw32.def137 glVertexAttrib2f@12 @135

12345678910>>...60