Home | History | Annotate | Download | only in gl

Lines Matching refs:SkGL

2 #include "SkGL.h"
104 SkGL::Ortho(0, w, h, 0, -1, 1);
118 SkGL::Scissor(fClip.getBounds(), this->height());
157 SkGL::SetPaint(paint);
186 SkGL::SetTexParams(paint.isFilterBitmap(), tileModes[0], tileModes[1]);
200 SkGL::LoadMatrix(matrix);
205 SkGL::SetAlpha(paint.getAlpha());
232 SkGL::DrawVertices(4, GL_TRIANGLE_FAN, vertex, texs, NULL, NULL,
282 SkGL::DrawVertices(count, gPointMode2GL[mode], verts, texs, NULL, NULL,
353 SkGL::DrawVertices(vertCount, vertMode, vertex, texs, NULL, NULL,
367 SkGL::FillPath(path, paint, shader.useTex(), this->updateMatrixClip());
385 SkGL::SetTexParamsClamp(paint.isFilterBitmap());
391 SkGL::MultMatrix(m);
399 SkGL::SetPaintAlpha(paint);
402 SkGL::DrawVertices(4, GL_TRIANGLE_FAN, pts, tex, NULL, NULL, iter);
407 // move this guy into SkGL, so we can call it from SkGLDevice
410 SkGL::SetTexParamsClamp(false);
430 SkGL::SetPaintAlpha(paint);
434 SkGL::DrawVertices(4, GL_TRIANGLE_FAN, pts, tex, NULL, NULL, iter);
510 SkGL::SetPaint(paint);
526 SkGL::SetRGBA(colorArray, colors, vertexCount);
554 SkGL::LoadMatrix(matrix);
565 SkGL::SetPaintAlpha(paint);
566 SkGL::SetTexParams(paint.isFilterBitmap(),
573 SkGL::DrawVertices(indices ? indexCount : vertexCount,
660 // matches the orientation used in SkGL::setRectFan. Too bad we can't rely on
743 SkGL::SetPaint(paint, false);