Lines Matching full:android_api
38 ANDROID_API DeferredLayerUpdater(renderthread::RenderThread& thread, Layer* layer);
39 ANDROID_API ~DeferredLayerUpdater();
41 ANDROID_API bool setSize(int width, int height) {
50 ANDROID_API bool setBlend(bool blend) {
58 ANDROID_API void setSurfaceTexture(const sp<GLConsumer>& texture, bool needsAttach) {
69 ANDROID_API void updateTexImage() {
73 ANDROID_API void setTransform(const SkMatrix* matrix) {
78 ANDROID_API void setPaint(const SkPaint* paint);
80 ANDROID_API bool apply();
86 ANDROID_API void detachSurfaceTexture();