Searched refs:FrameBufferAndroid (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/src/WSI/ |
D | FrameBufferAndroid.cpp | 50 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()
|
D | FrameBufferAndroid.hpp | 26 class FrameBufferAndroid : public FrameBuffer class 29 FrameBufferAndroid(ANativeWindow *window, int width, int height); 31 ~FrameBufferAndroid() override;
|
/external/swiftshader/src/Main/ |
D | FrameBufferAndroid.cpp | 50 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()
|
D | FrameBufferAndroid.hpp | 26 class FrameBufferAndroid : public FrameBuffer class 29 FrameBufferAndroid(ANativeWindow *window, int width, int height); 31 ~FrameBufferAndroid() override;
|
/external/swiftshader/src/ |
D | Android.mk | 48 Main/FrameBufferAndroid.cpp \
|
D | Android.bp | 126 "Main/FrameBufferAndroid.cpp",
|