HomeSort by relevance Sort by last modified time
    Searched refs:TexWrapper (Results 1 - 6 of 6) sorted by null

  /packages/services/Car/evs/app/
TexWrapper.h 22 class TexWrapper {
24 TexWrapper(GLuint textureId, unsigned width, unsigned height);
25 virtual ~TexWrapper();
32 TexWrapper();
40 TexWrapper* createTextureFromPng(const char* filename);
RenderTopView.h 63 std::unique_ptr<TexWrapper> checkerBoard;
64 std::unique_ptr<TexWrapper> carTopView;
TexWrapper.cpp 16 #include "TexWrapper.h"
27 TexWrapper::TexWrapper() {
42 TexWrapper::TexWrapper(GLuint textureId, unsigned width, unsigned height) {
50 TexWrapper::~TexWrapper() {
59 /* Factory to build TexWrapper objects from a given PNG file */
60 TexWrapper* createTextureFromPng(const char * filename)
197 return new TexWrapper(textureId, width, height)
    [all...]
VideoTex.h 28 #include "TexWrapper.h"
35 class VideoTex: public TexWrapper {
Android.mk 15 TexWrapper.cpp \
VideoTex.cpp 40 : TexWrapper()

Completed in 60 milliseconds