Home
last modified time | relevance | path

Searched refs:FrameBufferAndroid (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/src/WSI/
DFrameBufferAndroid.cpp50 FrameBufferAndroid::FrameBufferAndroid(ANativeWindow* window, int width, int height) in FrameBufferAndroid() function in sw::FrameBufferAndroid
58 FrameBufferAndroid::~FrameBufferAndroid() in ~FrameBufferAndroid()
63 void FrameBufferAndroid::blit(sw::Surface *source, const Rect *sourceRect, const Rect *destRect) in blit()
79 void *FrameBufferAndroid::lock() in lock()
125 void FrameBufferAndroid::unlock() in unlock()
144 return new sw::FrameBufferAndroid(window, width, height); in createFrameBuffer()
DFrameBufferAndroid.hpp26 class FrameBufferAndroid : public FrameBuffer class
29 FrameBufferAndroid(ANativeWindow *window, int width, int height);
31 ~FrameBufferAndroid() override;
/external/swiftshader/src/Main/
DFrameBufferAndroid.cpp50 FrameBufferAndroid::FrameBufferAndroid(ANativeWindow* window, int width, int height) in FrameBufferAndroid() function in sw::FrameBufferAndroid
58 FrameBufferAndroid::~FrameBufferAndroid() in ~FrameBufferAndroid()
63 void FrameBufferAndroid::blit(sw::Surface *source, const Rect *sourceRect, const Rect *destRect) in blit()
79 void *FrameBufferAndroid::lock() in lock()
125 void FrameBufferAndroid::unlock() in unlock()
144 return new sw::FrameBufferAndroid(window, width, height); in createFrameBuffer()
DFrameBufferAndroid.hpp26 class FrameBufferAndroid : public FrameBuffer class
29 FrameBufferAndroid(ANativeWindow *window, int width, int height);
31 ~FrameBufferAndroid() override;
/external/swiftshader/src/
DAndroid.mk48 Main/FrameBufferAndroid.cpp \
DAndroid.bp126 "Main/FrameBufferAndroid.cpp",