Searched refs:TexWrapper (Results 1 – 6 of 6) sorted by relevance
27 TexWrapper::TexWrapper() { in TexWrapper() function in TexWrapper42 TexWrapper::TexWrapper(GLuint textureId, unsigned width, unsigned height) { in TexWrapper() function in TexWrapper50 TexWrapper::~TexWrapper() { in ~TexWrapper()60 TexWrapper* createTextureFromPng(const char * filename) in createTextureFromPng()197 return new TexWrapper(textureId, width, height); in createTextureFromPng()
22 class TexWrapper {24 TexWrapper(GLuint textureId, unsigned width, unsigned height);25 virtual ~TexWrapper();32 TexWrapper();40 TexWrapper* createTextureFromPng(const char* filename);
63 std::unique_ptr<TexWrapper> checkerBoard;64 std::unique_ptr<TexWrapper> carTopView;
35 class VideoTex: public TexWrapper {
15 TexWrapper.cpp \
40 : TexWrapper() in VideoTex()