Home
last modified time | relevance | path

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

/packages/services/Car/evs/app/
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.h35 class VideoTex: public TexWrapper {
DAndroid.mk15 TexWrapper.cpp \
DVideoTex.cpp40 : TexWrapper() in VideoTex()