Oolite 1.91.0.7644-241112-7f5034b
|
#include <OONullTexture.h>
Instance Methods | |
(void) | - apply [implementation] |
(NSSize) | - dimensions [implementation] |
(BOOL) | - isMipMapped [implementation] |
(void) | - forceRebind [implementation] |
(NSString *) | - name [implementation] |
(id) | - copyWithZone: [implementation] |
(id) | - retain [implementation] |
(NSUInteger) | - retainCount [implementation] |
(void) | - release [implementation] |
(id) | - autorelease [implementation] |
Instance Methods inherited from OOTexture | |
(void) | - ensureFinishedLoading |
(BOOL) | - isFinishedLoading |
(NSString *) | - cacheKey |
(NSSize) | - originalDimensions |
(OOPixMap) | - copyPixMapRepresentation |
(BOOL) | - isRectangleTexture |
(BOOL) | - isCubeMap |
(NSSize) | - texCoordsScale |
(GLint) | - glTextureName |
(void) | - setTrace: |
(size_t) | - dataSize |
(id) | - init [implementation] |
(void) | - dealloc [implementation] |
(void) | - addToCaches [implementation] |
(void) | - removeFromCaches [implementation] |
(id) | - retainInContext: [implementation] |
(void) | - releaseInContext: [implementation] |
(id) | - autoreleaseInContext: [implementation] |
Instance Methods inherited from OOWeakRefObject | |
(id) | - weakSelf |
(id) | - weakRetain [implementation] |
(void) | - weakRefDied: [implementation] |
Instance Methods inherited from <OOWeakReferenceSupport> | |
(id) | - OO_RETURNS_RETAINED |
Class Methods | |
(OONullTexture *) | + sharedNullTexture |
(id) | + allocWithZone: [implementation] |
Class Methods inherited from OOTexture | |
(id) | + textureWithName:inFolder:options:anisotropy:lodBias: |
(id) | + textureWithName:inFolder: |
(id) | + textureWithConfiguration: |
(id) | + textureWithConfiguration:extraOptions: |
(id) | + nullTexture |
(id) | + textureWithGenerator: |
(id) | + textureWithGenerator:enqueue: |
(void) | + applyNone |
(void) | + clearCache |
(void) | + rebindAllTextures |
(NSArray *) | + cachedTexturesByAge |
(NSSet *) | + allTextures |
(OOTexture *) | + existingTextureForKey: [implementation] |
(void) | + checkExtensions [implementation] |
Additional Inherited Members | |
Protected Attributes inherited from OOTexture | |
BOOL | _trace |
Protected Attributes inherited from OOWeakRefObject | |
OOWeakReference * | weakSelf |
Definition at line 34 of file OONullTexture.h.
|
implementation |
Provided by category OONullTexture(Singleton).
Definition at line 33 of file OONullTexture.m.
|
implementation |
Reimplemented from OOTexture.
Definition at line 33 of file OONullTexture.m.
|
implementation |
Reimplemented from OOTexture.
Provided by category OONullTexture(Singleton).
Definition at line 33 of file OONullTexture.m.
|
implementation |
Provided by category OONullTexture(Singleton).
Definition at line 33 of file OONullTexture.m.
|
implementation |
Reimplemented from OOTexture.
Definition at line 33 of file OONullTexture.m.
|
implementation |
|
implementation |
|
implementation |
Reimplemented from OOTexture.
Definition at line 33 of file OONullTexture.m.
|
implementation |
Reimplemented from OOTexture.
Provided by category OONullTexture(Singleton).
Definition at line 33 of file OONullTexture.m.
|
implementation |
Reimplemented from OOTexture.
Provided by category OONullTexture(Singleton).
Definition at line 33 of file OONullTexture.m.
|
implementation |
Provided by category OONullTexture(Singleton).
Definition at line 33 of file OONullTexture.m.
+ (OONullTexture *) sharedNullTexture |
Definition at line 33 of file OONullTexture.m.