Home | History | Annotate | Download | only in renderstate

Lines Matching refs:Glop

238 void RenderState::render(const Glop& glop, const Matrix4& orthoMatrix) {
239 const Glop::Mesh& mesh = glop.mesh;
240 const Glop::Mesh::Vertices& vertices = mesh.vertices;
241 const Glop::Mesh::Indices& indices = mesh.indices;
242 const Glop::Fill& fill = glop.fill;
256 glop.transform.modelView,
257 glop.transform.meshTransform(),
258 glop.transform.transformFlags & TransformFlags::OffsetByFudgeFactor);
273 if (glop.roundRectClipState) {
275 const RoundRectClipState* state = glop.roundRectClipState;
303 const Glop::Fill::TextureData& texture = fill.texture;
353 blend().setFactors(glop.blend.src, glop.blend.dst);