Home
last modified time | relevance | path

Searched defs:attribLocation (Results 1 – 11 of 11) sorted by relevance

/dports/x11-toolkits/qt5-quick3d/kde-qtquick3d-5.15.2p19/src/render/backends/gl/
H A Dqssgrenderbackendshaderprogramgl_p.h86 …QSSGOption<QSSGRenderBackendShaderInputEntryGL> getEntryByAttribLocation(quint32 attribLocation) c… in getEntryByAttribLocation()
/dports/games/doomsday/doomsday-2.3.1/doomsday/sdk/libgui/src/graphics/
H A Dglprogram.cpp58 int attribLocation[AttribSpec::NUM_SEMANTICS]; ///< Where each attribute is bound. in DENG2_PIMPL() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/tests/gl_tests/
H A DBufferDataTest.cpp1004 GLint attribLocation = glGetAttribLocation(program.get(), attribNameStr.str().c_str()); in TEST_P() local
1025 GLint attribLocation = glGetAttribLocation(program.get(), attribNameStr.str().c_str()); in TEST_P() local
H A DProgramBinaryTest.cpp185 GLint attribLocation = glGetAttribLocation(mProgram, essl1_shaders::PositionAttrib()); in TEST_P() local
H A DTransformFeedbackTest.cpp447 GLint attribLocation = glGetAttribLocation(mProgram, "attrib"); in TEST_P() local
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/angle/src/tests/gl_tests/
H A DBufferDataTest.cpp503 GLint attribLocation = glGetAttribLocation(program.get(), attribNameStr.str().c_str()); in TEST_P() local
H A DProgramBinaryTest.cpp134 GLint attribLocation = glGetAttribLocation(mProgram, "inputAttribute"); in TEST_P() local
H A DTransformFeedbackTest.cpp396 GLint attribLocation = glGetAttribLocation(mProgram, "attrib"); in TEST_P() local
/dports/net/pjsip/pjproject-2.11.1/pjmedia/src/pjmedia-videodev/
H A Dopengl_dev.c239 GLint attribLocation[NUM_ATTRIBUTES] = { ATTRIB_VERTEX, in pjmedia_vid_dev_opengl_init_buffers() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/tests/perf_tests/
H A DUniformsPerf.cpp251 GLint attribLocation = glGetAttribLocation(mPrograms[0], "pos"); in initializeBenchmark() local
/dports/misc/usd/USD-21.11/pxr/imaging/hdSt/
H A DresourceBinder.cpp119 int attribLocation; member