Searched refs:TexWrapper (Results 1 – 11 of 11) sorted by relevance
/packages/services/Car/evs/apps/default/ |
D | TexWrapper.cpp | 27 TexWrapper::TexWrapper() { in TexWrapper() function in TexWrapper 42 TexWrapper::TexWrapper(GLuint textureId, unsigned width, unsigned height) { in TexWrapper() function in TexWrapper 50 TexWrapper::~TexWrapper() { in ~TexWrapper() 60 TexWrapper* createTextureFromPng(const char * filename) in createTextureFromPng() 197 return new TexWrapper(textureId, width, height); in createTextureFromPng()
|
D | TexWrapper.h | 22 class TexWrapper { 24 TexWrapper(GLuint textureId, unsigned width, unsigned height); 25 virtual ~TexWrapper(); 32 TexWrapper(); 40 TexWrapper* createTextureFromPng(const char* filename);
|
D | RenderTopView.h | 63 std::unique_ptr<TexWrapper> checkerBoard; 64 std::unique_ptr<TexWrapper> carTopView;
|
D | VideoTex.h | 37 class VideoTex: public TexWrapper {
|
D | VideoTex.cpp | 42 : TexWrapper() in VideoTex()
|
D | Android.bp | 30 "TexWrapper.cpp",
|
/packages/services/Car/evs/support_library/ |
D | TexWrapper.cpp | 31 TexWrapper::TexWrapper() { in TexWrapper() function in android::automotive::evs::support::TexWrapper 46 TexWrapper::TexWrapper(GLuint textureId, unsigned width, unsigned height) { in TexWrapper() function in android::automotive::evs::support::TexWrapper 54 TexWrapper::~TexWrapper() { in ~TexWrapper() 64 TexWrapper* createTextureFromPng(const char * filename) in createTextureFromPng() 201 return new TexWrapper(textureId, width, height); in createTextureFromPng()
|
D | TexWrapper.h | 26 class TexWrapper { 28 TexWrapper(GLuint textureId, unsigned width, unsigned height); 29 virtual ~TexWrapper(); 36 TexWrapper(); 44 TexWrapper* createTextureFromPng(const char* filename);
|
D | VideoTex.h | 40 class VideoTex: public TexWrapper {
|
D | VideoTex.cpp | 44 : TexWrapper() in VideoTex()
|
D | Android.bp | 27 "TexWrapper.cpp",
|