Home
last modified time | relevance | path

Searched refs:TexWrapper (Results 1 – 11 of 11) sorted by relevance

/packages/services/Car/evs/apps/default/
DTexWrapper.cpp27 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()
DTexWrapper.h22 class TexWrapper {
24 TexWrapper(GLuint textureId, unsigned width, unsigned height);
25 virtual ~TexWrapper();
32 TexWrapper();
40 TexWrapper* createTextureFromPng(const char* filename);
DRenderTopView.h63 std::unique_ptr<TexWrapper> checkerBoard;
64 std::unique_ptr<TexWrapper> carTopView;
DVideoTex.h37 class VideoTex: public TexWrapper {
DVideoTex.cpp42 : TexWrapper() in VideoTex()
DAndroid.bp30 "TexWrapper.cpp",
/packages/services/Car/evs/support_library/
DTexWrapper.cpp31 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()
DTexWrapper.h26 class TexWrapper {
28 TexWrapper(GLuint textureId, unsigned width, unsigned height);
29 virtual ~TexWrapper();
36 TexWrapper();
44 TexWrapper* createTextureFromPng(const char* filename);
DVideoTex.h40 class VideoTex: public TexWrapper {
DVideoTex.cpp44 : TexWrapper() in VideoTex()
DAndroid.bp27 "TexWrapper.cpp",