Home | History | Annotate | Download | only in opengl

Lines Matching defs:nativeBitmap

713     SkBitmap nativeBitmap;
714 GraphicsJNI::getSkBitmap(env, jbitmap, &nativeBitmap);
715 return getInternalFormat(nativeBitmap.colorType());
721 SkBitmap nativeBitmap;
722 GraphicsJNI::getSkBitmap(env, jbitmap, &nativeBitmap);
723 return getType(nativeBitmap.colorType());