Lines Matching refs:VertexPacket
111 void FlatColorShader::shadeVertices (const rr::VertexAttrib* inputs, rr::VertexPacket* const* packe… in shadeVertices()
115 rr::VertexPacket& packet = *packets[packetNdx]; in shadeVertices()
196 void GradientShader::shadeVertices (const rr::VertexAttrib* inputs, rr::VertexPacket* const* packet… in shadeVertices()
200 rr::VertexPacket& packet = *packets[packetNdx]; in shadeVertices()
360 void Texture2DShader::shadeVertices (const rr::VertexAttrib* inputs, rr::VertexPacket* const* packe… in shadeVertices()
364 rr::VertexPacket& packet = *packets[packetNdx]; in shadeVertices()
510 void TextureCubeShader::shadeVertices (const rr::VertexAttrib* inputs, rr::VertexPacket* const* pac… in shadeVertices()
516 rr::VertexPacket& packet = *packets[packetNdx]; in shadeVertices()
621 void Texture2DArrayShader::shadeVertices (const rr::VertexAttrib* inputs, rr::VertexPacket* const* … in shadeVertices()
625 rr::VertexPacket& packet = *packets[packetNdx]; in shadeVertices()
729 void Texture3DShader::shadeVertices (const rr::VertexAttrib* inputs, rr::VertexPacket* const* packe… in shadeVertices()
733 rr::VertexPacket& packet = *packets[packetNdx]; in shadeVertices()
826 void DepthGradientShader::shadeVertices (const rr::VertexAttrib* inputs, rr::VertexPacket* const* p… in shadeVertices()
830 rr::VertexPacket& packet = *packets[packetNdx]; in shadeVertices()