HomeSort by relevance Sort by last modified time
    Searched refs:SkGL (Results 1 - 7 of 7) sorted by null

  /external/skia/src/gl/
SkGL.cpp 1 #include "SkGL.h"
18 void SkGL::SetAlpha(U8CPU alpha) {
30 void SkGL::SetAlpha(U8CPU alpha) {
36 void SkGL::SetColor(SkColor c) {
57 void SkGL::SetPaint(const SkPaint& paint, bool isPremul, bool justAlpha) {
59 SkGL::SetAlpha(paint.getAlpha());
61 SkGL::SetColor(paint.getColor());
93 void SkGL::DumpError(const char caller[]) {
100 void SkGL::SetRGBA(uint8_t rgba[], const SkColor src[], int count) {
112 void SkGL::Scissor(const SkIRect& r, int viewportHeight)
    [all...]
SkGLDevice.cpp 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
    [all...]
SkGLDevice_FBO.cpp 18 SkGL::SetTexParamsClamp(false);
SkTextureCache.cpp 9 fMemSize = SkGL::ComputeTextureMemorySize(bitmap);
140 this->purgeIfNecessary(SkGL::ComputeTextureMemorySize(bitmap));
149 entry->fName = SkGL::BindNewTexture(bitmap, &entry->fTexSize);
SkGLDevice_SWLayer.cpp 21 fTextureID = SkGL::BindNewTexture(bitmap, NULL);
SkGL.h 28 SkDebugf("SkGL unimplemented: %s\n", str);
218 class SkGL {
299 SkGL::Scissor(this->rect(), fViewportHeight);
  /external/skia/
Android.mk 246 src/gl/SkGL.cpp \

Completed in 2823 milliseconds