Searched refs:Functor (Results 1 - 6 of 6) sorted by relevance

/frameworks/native/include/utils/
H A DFunctor.h24 class Functor { class in namespace:android
26 Functor() {} function in class:android::Functor
27 virtual ~Functor() {}
/frameworks/base/libs/hwui/
H A DOpenGLRenderer.h30 #include <utils/Functor.h>
137 ANDROID_API void detachFunctor(Functor* functor);
138 ANDROID_API void attachFunctor(Functor* functor);
139 virtual status_t callDrawGLFunction(Functor* functor, Rect& dirty);
800 SortedVector<Functor*> mFunctors;
H A DDisplayListRenderer.cpp345 Functor *functor = (Functor *) getInt();
923 Functor *functor = (Functor *) getInt();
1463 status_t DisplayListRenderer::callDrawGLFunction(Functor *functor, Rect& dirty) {
H A DOpenGLRenderer.cpp329 void OpenGLRenderer::detachFunctor(Functor* functor) {
333 void OpenGLRenderer::attachFunctor(Functor* functor) {
342 SortedVector<Functor*> functors(mFunctors);
356 Functor* f = functors.itemAt(i);
377 status_t OpenGLRenderer::callDrawGLFunction(Functor* functor, Rect& dirty) {
H A DDisplayListRenderer.h556 virtual status_t callDrawGLFunction(Functor *functor, Rect& dirty);
/frameworks/base/core/jni/
H A Dandroid_view_GLES20Canvas.cpp160 // Functor
164 OpenGLRenderer* renderer, Functor* functor) {
170 jobject clazz, OpenGLRenderer* renderer, Functor* functor) {
175 jobject clazz, OpenGLRenderer* renderer, Functor* functor) {

Completed in 60 milliseconds