|
GlistEngine
|
This is the complete list of members for gVbo, including all inherited members.
| bind() const | gVbo | |
| clear() | gVbo | |
| createRenderer() | gRenderObject | static |
| destroyRenderer() | gRenderObject | static |
| disable() | gVbo | |
| disableShadowMapping() | gRenderObject | static |
| enable() | gVbo | |
| enableShadowMapping() | gRenderObject | static |
| getIndicesNum() const | gVbo | |
| getRenderer() | gRenderObject | static |
| getScreenHeight() | gRenderObject | |
| getScreenWidth() | gRenderObject | |
| getVAOid() const | gVbo | |
| getVerticesNum() const | gVbo | |
| gGetAppDir() | gObject | static |
| gGetAssetsDir() | gObject | static |
| gGetDatabasesDir() | gObject | static |
| gGetFilesDir() | gObject | static |
| gGetFontsDir() | gObject | static |
| gGetImagesDir() | gObject | static |
| gGetModelsDir() | gObject | static |
| gGetShadersDir() | gObject | static |
| gGetSoundsDir() | gObject | static |
| gGetTexturesDir() | gObject | static |
| gGetVideosDir() | gObject | static |
| gObject() | gObject | |
| gRenderObject() | gRenderObject | |
| gSetAssetsDir(std::string assetsDir) | gObject | static |
| gVbo() | gVbo | |
| gVbo(const gVbo &)=delete | gVbo | |
| isEnabled() const | gVbo | |
| isIndexDataAllocated() const | gVbo | |
| isshadowmappingenabled | gRenderObject | protectedstatic |
| isShadowMappingEnabled() | gRenderObject | static |
| isVertexDataAllocated() const | gVbo | |
| logd(std::string message) | gObject | |
| logd(std::string tag, std::string message) | gObject | |
| loge(std::string message) | gObject | |
| loge(std::string tag, std::string message) | gObject | |
| logi(std::string message) | gObject | |
| logi(std::string tag, std::string message) | gObject | |
| LOGLEVEL_DEBUG | gObject | static |
| LOGLEVEL_ERROR | gObject | static |
| LOGLEVEL_INFO | gObject | static |
| LOGLEVEL_SILENT | gObject | static |
| LOGLEVEL_WARNING | gObject | static |
| logw(std::string message) | gObject | |
| logw(std::string tag, std::string message) | gObject | |
| operator=(const gVbo &other)=delete | gVbo | |
| popMatrix() | gRenderObject | |
| pushMatrix() | gRenderObject | |
| releaseresolution | gObject | protectedstatic |
| releasescaling | gObject | protectedstatic |
| renderpassno | gObject | protectedstatic |
| renderpassnum | gObject | protectedstatic |
| setColorData(const gColor *colors, int total, int usage) | gVbo | |
| setColorData(const float *color0r, int total, int usage, int stride=0) | gVbo | |
| setCurrentResolution(int scalingNo, int currentResolutionNo) | gObject | static |
| setIndexData(const gIndex *indices, int total) | gVbo | |
| setIndexData(const int *indices, int total, int usage) | gVbo | |
| setNormalData(const glm::vec3 *normals, int total, int usage=GL_STATIC_DRAW) | gVbo | |
| setNormalData(const float *normal0x, int total, int usage, int stride=0) | gVbo | |
| setScreenScaling(int screenScaling) | gRenderObject | static |
| setScreenSize(int screenWidth, int screenHeight) | gRenderObject | static |
| setTexCoordData(const glm::vec2 *texCoords, int total, int usage) | gVbo | |
| setTexCoordData(const float *texCoord0x, int total, int usage, int stride=0) | gVbo | |
| setUnitScreenSize(int unitWidth, int unitHeight) | gRenderObject | static |
| setVertexData(const gVertex *vertices, int coordNum, int total) | gVbo | |
| setVertexData(const glm::vec3 *vertices, int total, int usage=GL_STATIC_DRAW) | gVbo | |
| setVertexData(const glm::vec2 *vertices, int total, int usage=GL_STATIC_DRAW) | gVbo | |
| setVertexData(const float *verticesptr, int coordNum, int total, int usage, int stride=0) | gVbo | |
| unbind() const | gVbo | |
| ~gVbo() | gVbo | virtual |