Home
last modified time | relevance | path

Searched refs:VertexAttribPointer (Results 1 – 25 of 1183) sorted by relevance

12345678910>>...48

/dports/games/openbve/OpenBVE-1.8.2.1/source/LibRender2/openGL/
H A DVertexBufferObject.cs88 …GL.VertexAttribPointer(VertexLayout.Position, 3, VertexAttribPointerType.Float, false, vertexSize,… in SetAttribute()
94 …GL.VertexAttribPointer(VertexLayout.Normal, 3, VertexAttribPointerType.Float, false, vertexSize, o… in SetAttribute()
100 …GL.VertexAttribPointer(VertexLayout.UV, 2, VertexAttribPointerType.Float, false, vertexSize, offse… in SetAttribute()
106 …GL.VertexAttribPointer(VertexLayout.Color, 4, VertexAttribPointerType.Float, false, vertexSize, of… in SetAttribute()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/viz/service/display/
H A Dgeometry_binding.cc29 gl->VertexAttribPointer(GeometryBinding::PositionAttribLocation(), 3, in SetupGLContext()
31 gl->VertexAttribPointer(GeometryBinding::TexCoordAttribLocation(), 2, in SetupGLContext()
33 gl->VertexAttribPointer(GeometryBinding::TriangleIndexAttribLocation(), 1, in SetupGLContext()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/viz/service/display/
H A Dgeometry_binding.cc28 gl->VertexAttribPointer(GeometryBinding::PositionAttribLocation(), 3, in SetupGLContext()
30 gl->VertexAttribPointer(GeometryBinding::TexCoordAttribLocation(), 2, in SetupGLContext()
32 gl->VertexAttribPointer(GeometryBinding::TriangleIndexAttribLocation(), 1, in SetupGLContext()
/dports/games/openspades/openspades-0.1.3/Sources/Draw/
H A DGLMapChunk.cpp347 device->VertexAttribPointer(positionAttribute(), 3, IGLDevice::UnsignedByte, false, in RenderDepthPass()
415 device->VertexAttribPointer(positionAttribute(), 3, IGLDevice::UnsignedByte, false, in RenderSunlightPass()
418 device->VertexAttribPointer(ambientOcclusionCoordAttribute(), 2, in RenderSunlightPass()
421 device->VertexAttribPointer(colorAttribute(), 4, IGLDevice::UnsignedByte, true, in RenderSunlightPass()
424 device->VertexAttribPointer(normalAttribute(), 3, IGLDevice::Byte, false, in RenderSunlightPass()
427 device->VertexAttribPointer(fixedPositionAttribute(), 3, IGLDevice::Byte, false, in RenderSunlightPass()
491 device->VertexAttribPointer(positionAttribute(), 3, IGLDevice::UnsignedByte, false, in RenderDLightPass()
493 device->VertexAttribPointer(colorAttribute(), 4, IGLDevice::UnsignedByte, true, in RenderDLightPass()
495 device->VertexAttribPointer(normalAttribute(), 3, IGLDevice::Byte, false, in RenderDLightPass()
H A DGLVoxelModel.cpp289 device->VertexAttribPointer(positionAttribute(), 4, IGLDevice::UnsignedByte, false, in RenderShadowMapPass()
292 device->VertexAttribPointer(normalAttribute(), 3, IGLDevice::Byte, false, in RenderShadowMapPass()
401 device->VertexAttribPointer(positionAttribute(), 4, IGLDevice::UnsignedByte, false, in RenderSunlightPass()
403 device->VertexAttribPointer(textureCoordAttribute(), 2, IGLDevice::UnsignedShort, false, in RenderSunlightPass()
405 device->VertexAttribPointer(colorAttribute(), 4, IGLDevice::UnsignedByte, true, in RenderSunlightPass()
407 device->VertexAttribPointer(normalAttribute(), 3, IGLDevice::Byte, false, in RenderSunlightPass()
517 device->VertexAttribPointer(positionAttribute(), 4, IGLDevice::UnsignedByte, false, in RenderDynamicLightPass()
519 device->VertexAttribPointer(colorAttribute(), 4, IGLDevice::UnsignedByte, true, in RenderDynamicLightPass()
521 device->VertexAttribPointer(normalAttribute(), 3, IGLDevice::Byte, false, in RenderDynamicLightPass()
H A DGLImageRenderer.cpp85 device->VertexAttribPointer((*positionAttribute)(), 2, IGLDevice::FloatType, false, in Flush()
87 device->VertexAttribPointer((*colorAttribute)(), 4, IGLDevice::FloatType, false, in Flush()
90 device->VertexAttribPointer((*textureCoordAttribute)(), 2, IGLDevice::FloatType, false, in Flush()
H A DGLSoftLitSpriteRenderer.cpp485 device->VertexAttribPointer(positionAttribute(), 4, IGLDevice::FloatType, false, in Flush()
487 device->VertexAttribPointer(spritePosAttribute(), 3, IGLDevice::FloatType, false, in Flush()
489 device->VertexAttribPointer(colorAttribute(), 4, IGLDevice::FloatType, false, in Flush()
491 device->VertexAttribPointer(emissionAttribute(), 3, IGLDevice::FloatType, false, in Flush()
493 device->VertexAttribPointer(dlRAttribute(), 4, IGLDevice::FloatType, false, in Flush()
495 device->VertexAttribPointer(dlGAttribute(), 4, IGLDevice::FloatType, false, in Flush()
497 device->VertexAttribPointer(dlBAttribute(), 4, IGLDevice::FloatType, false, in Flush()
H A DGLSpriteRenderer.cpp181 device->VertexAttribPointer(positionAttribute(), 4, IGLDevice::FloatType, false, in Flush()
183 device->VertexAttribPointer(spritePosAttribute(), 4, IGLDevice::FloatType, false, in Flush()
185 device->VertexAttribPointer(colorAttribute(), 4, IGLDevice::FloatType, false, in Flush()
H A DGLQuadRenderer.cpp38 device->VertexAttribPointer(attrIndex, 2, IGLDevice::UnsignedByte, false, 4, vertices); in Draw()
H A DGLOptimizedVoxelModel.cpp544 device->VertexAttribPointer(positionAttribute(), 4, IGLDevice::UnsignedByte, false, in RenderShadowMapPass()
547 device->VertexAttribPointer(normalAttribute(), 3, IGLDevice::Byte, false, in RenderShadowMapPass()
672 device->VertexAttribPointer(positionAttribute(), 4, IGLDevice::UnsignedByte, false, in RenderSunlightPass()
674 device->VertexAttribPointer(textureCoordAttribute(), 2, IGLDevice::UnsignedShort, false, in RenderSunlightPass()
676 device->VertexAttribPointer(normalAttribute(), 3, IGLDevice::Byte, false, in RenderSunlightPass()
804 device->VertexAttribPointer(positionAttribute(), 4, IGLDevice::UnsignedByte, false, in RenderDynamicLightPass()
806 device->VertexAttribPointer(textureCoordAttribute(), 2, IGLDevice::UnsignedShort, false, in RenderDynamicLightPass()
808 device->VertexAttribPointer(normalAttribute(), 3, IGLDevice::Byte, false, in RenderDynamicLightPass()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/src/gpu/instanced/
H A DGLInstancedRendering.cpp101 GL_CALL(VertexAttribPointer((int)Attrib::kShapeCoords, 2, GR_GL_FLOAT, GR_GL_FALSE, in onBeginFlush()
283 GL_CALL(VertexAttribPointer((int)Attrib::kShapeMatrixX, 3, GR_GL_FLOAT, GR_GL_FALSE, in flushInstanceAttribs()
285 GL_CALL(VertexAttribPointer((int)Attrib::kShapeMatrixY, 3, GR_GL_FLOAT, GR_GL_FALSE, in flushInstanceAttribs()
292 GL_CALL(VertexAttribPointer((int)Attrib::kColor, 4, GR_GL_UNSIGNED_BYTE, GR_GL_TRUE, in flushInstanceAttribs()
298 GL_CALL(VertexAttribPointer((int)Attrib::kLocalRect, 4, GR_GL_FLOAT, GR_GL_FALSE, in flushInstanceAttribs()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/canvas/
H A DWebGLVertexAttribData.h55 VertexAttribPointer(false, nullptr, 4, LOCAL_GL_FLOAT, false, 0, 0); in GETTER()
58 void VertexAttribPointer(bool integerFunc, WebGLBuffer* buf, uint8_t size,
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/canvas/
H A DWebGLVertexAttribData.h57 VertexAttribPointer(false, nullptr, 4, LOCAL_GL_FLOAT, false, 0, 0); in GETTER()
60 void VertexAttribPointer(bool integerFunc, WebGLBuffer* buf, uint8_t size,
/dports/games/dose-response/dose-response-179c326/src/engine/
H A Dopengl.rs209 gl::VertexAttribPointer(
224 gl::VertexAttribPointer(
239 gl::VertexAttribPointer(
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/gpu/command_buffer/client/
H A Dgles2_implementation_unittest.cc841 cmds::VertexAttribPointer set_pointer1; in TEST_F()
844 cmds::VertexAttribPointer set_pointer2; in TEST_F()
886 gl_->VertexAttribPointer( in TEST_F()
888 gl_->VertexAttribPointer( in TEST_F()
908 cmds::VertexAttribPointer set_pointer1; in TEST_F()
955 gl_->VertexAttribPointer( in TEST_F()
957 gl_->VertexAttribPointer( in TEST_F()
1348 cmds::VertexAttribPointer set_pointer; in TEST_F()
1394 cmds::VertexAttribPointer set_pointer; in TEST_F()
3558 gl_->VertexAttribPointer( in TEST_F()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/gpu/command_buffer/client/
H A Dgles2_implementation_unittest.cc841 cmds::VertexAttribPointer set_pointer1; in TEST_F()
844 cmds::VertexAttribPointer set_pointer2; in TEST_F()
886 gl_->VertexAttribPointer( in TEST_F()
888 gl_->VertexAttribPointer( in TEST_F()
908 cmds::VertexAttribPointer set_pointer1; in TEST_F()
955 gl_->VertexAttribPointer( in TEST_F()
957 gl_->VertexAttribPointer( in TEST_F()
1348 cmds::VertexAttribPointer set_pointer; in TEST_F()
1394 cmds::VertexAttribPointer set_pointer; in TEST_F()
3558 gl_->VertexAttribPointer( in TEST_F()
[all …]
/dports/games/0ad/0ad-0.0.23b-alpha/source/renderer/
H A DInstancingModelRenderer.cpp338 …shader->VertexAttribPointer(str_a_tangent, 4, GL_FLOAT, GL_TRUE, stride, base + m->imodeldef->m_Ta… in PrepareModelDef()
349 …shader->VertexAttribPointer(str_a_skinJoints, 4, GL_UNSIGNED_BYTE, GL_FALSE, stride, base + m->imo… in PrepareModelDef()
350 …shader->VertexAttribPointer(str_a_skinWeights, 4, GL_UNSIGNED_BYTE, GL_TRUE, stride, base + m->imo… in PrepareModelDef()
/dports/multimedia/gstreamer1-plugins-theora/gst-plugins-base-1.16.2/gst-libs/gst/gl/
H A Dgstgloverlaycompositor.c132 gl->VertexAttribPointer (overlay->position_attrib, 4, GL_FLOAT, GL_FALSE, in gst_gl_composition_overlay_init_vertex_buffer()
141 gl->VertexAttribPointer (overlay->texcoord_attrib, 2, GL_FLOAT, GL_FALSE, in gst_gl_composition_overlay_init_vertex_buffer()
194 gl->VertexAttribPointer (overlay->position_attrib, 4, GL_FLOAT, GL_FALSE, in gst_gl_composition_overlay_bind_vertex_buffer()
198 gl->VertexAttribPointer (overlay->texcoord_attrib, 2, GL_FLOAT, GL_FALSE, in gst_gl_composition_overlay_bind_vertex_buffer()
/dports/multimedia/gstreamer1-plugins/gst-plugins-base-1.16.2/gst-libs/gst/gl/
H A Dgstgloverlaycompositor.c132 gl->VertexAttribPointer (overlay->position_attrib, 4, GL_FLOAT, GL_FALSE, in gst_gl_composition_overlay_init_vertex_buffer()
141 gl->VertexAttribPointer (overlay->texcoord_attrib, 2, GL_FLOAT, GL_FALSE, in gst_gl_composition_overlay_init_vertex_buffer()
194 gl->VertexAttribPointer (overlay->position_attrib, 4, GL_FLOAT, GL_FALSE, in gst_gl_composition_overlay_bind_vertex_buffer()
198 gl->VertexAttribPointer (overlay->texcoord_attrib, 2, GL_FLOAT, GL_FALSE, in gst_gl_composition_overlay_bind_vertex_buffer()
/dports/audio/gstreamer1-plugins-ogg/gst-plugins-base-1.16.2/gst-libs/gst/gl/
H A Dgstgloverlaycompositor.c132 gl->VertexAttribPointer (overlay->position_attrib, 4, GL_FLOAT, GL_FALSE, in gst_gl_composition_overlay_init_vertex_buffer()
141 gl->VertexAttribPointer (overlay->texcoord_attrib, 2, GL_FLOAT, GL_FALSE, in gst_gl_composition_overlay_init_vertex_buffer()
194 gl->VertexAttribPointer (overlay->position_attrib, 4, GL_FLOAT, GL_FALSE, in gst_gl_composition_overlay_bind_vertex_buffer()
198 gl->VertexAttribPointer (overlay->texcoord_attrib, 2, GL_FLOAT, GL_FALSE, in gst_gl_composition_overlay_bind_vertex_buffer()
/dports/audio/gstreamer1-plugins-vorbis/gst-plugins-base-1.16.2/gst-libs/gst/gl/
H A Dgstgloverlaycompositor.c132 gl->VertexAttribPointer (overlay->position_attrib, 4, GL_FLOAT, GL_FALSE, in gst_gl_composition_overlay_init_vertex_buffer()
141 gl->VertexAttribPointer (overlay->texcoord_attrib, 2, GL_FLOAT, GL_FALSE, in gst_gl_composition_overlay_init_vertex_buffer()
194 gl->VertexAttribPointer (overlay->position_attrib, 4, GL_FLOAT, GL_FALSE, in gst_gl_composition_overlay_bind_vertex_buffer()
198 gl->VertexAttribPointer (overlay->texcoord_attrib, 2, GL_FLOAT, GL_FALSE, in gst_gl_composition_overlay_bind_vertex_buffer()
/dports/audio/gstreamer1-plugins-opus/gst-plugins-base-1.16.2/gst-libs/gst/gl/
H A Dgstgloverlaycompositor.c132 gl->VertexAttribPointer (overlay->position_attrib, 4, GL_FLOAT, GL_FALSE, in gst_gl_composition_overlay_init_vertex_buffer()
141 gl->VertexAttribPointer (overlay->texcoord_attrib, 2, GL_FLOAT, GL_FALSE, in gst_gl_composition_overlay_init_vertex_buffer()
194 gl->VertexAttribPointer (overlay->position_attrib, 4, GL_FLOAT, GL_FALSE, in gst_gl_composition_overlay_bind_vertex_buffer()
198 gl->VertexAttribPointer (overlay->texcoord_attrib, 2, GL_FLOAT, GL_FALSE, in gst_gl_composition_overlay_bind_vertex_buffer()
/dports/audio/gstreamer1-plugins-cdparanoia/gst-plugins-base-1.16.2/gst-libs/gst/gl/
H A Dgstgloverlaycompositor.c132 gl->VertexAttribPointer (overlay->position_attrib, 4, GL_FLOAT, GL_FALSE, in gst_gl_composition_overlay_init_vertex_buffer()
141 gl->VertexAttribPointer (overlay->texcoord_attrib, 2, GL_FLOAT, GL_FALSE, in gst_gl_composition_overlay_init_vertex_buffer()
194 gl->VertexAttribPointer (overlay->position_attrib, 4, GL_FLOAT, GL_FALSE, in gst_gl_composition_overlay_bind_vertex_buffer()
198 gl->VertexAttribPointer (overlay->texcoord_attrib, 2, GL_FLOAT, GL_FALSE, in gst_gl_composition_overlay_bind_vertex_buffer()
/dports/x11-toolkits/gstreamer1-plugins-pango/gst-plugins-base-1.16.2/gst-libs/gst/gl/
H A Dgstgloverlaycompositor.c132 gl->VertexAttribPointer (overlay->position_attrib, 4, GL_FLOAT, GL_FALSE, in gst_gl_composition_overlay_init_vertex_buffer()
141 gl->VertexAttribPointer (overlay->texcoord_attrib, 2, GL_FLOAT, GL_FALSE, in gst_gl_composition_overlay_init_vertex_buffer()
194 gl->VertexAttribPointer (overlay->position_attrib, 4, GL_FLOAT, GL_FALSE, in gst_gl_composition_overlay_bind_vertex_buffer()
198 gl->VertexAttribPointer (overlay->texcoord_attrib, 2, GL_FLOAT, GL_FALSE, in gst_gl_composition_overlay_bind_vertex_buffer()
/dports/graphics/gstreamer1-plugins-libvisual/gst-plugins-base-1.16.2/gst-libs/gst/gl/
H A Dgstgloverlaycompositor.c132 gl->VertexAttribPointer (overlay->position_attrib, 4, GL_FLOAT, GL_FALSE, in gst_gl_composition_overlay_init_vertex_buffer()
141 gl->VertexAttribPointer (overlay->texcoord_attrib, 2, GL_FLOAT, GL_FALSE, in gst_gl_composition_overlay_init_vertex_buffer()
194 gl->VertexAttribPointer (overlay->position_attrib, 4, GL_FLOAT, GL_FALSE, in gst_gl_composition_overlay_bind_vertex_buffer()
198 gl->VertexAttribPointer (overlay->texcoord_attrib, 2, GL_FLOAT, GL_FALSE, in gst_gl_composition_overlay_bind_vertex_buffer()

12345678910>>...48