|
Oolite 1.91.0.7712-251017-85ce217
|
#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 93 of file OONullTexture.m.
|
implementation |
Reimplemented from OOTexture.
Definition at line 50 of file OONullTexture.m.
References apply, and OOTexture::applyNone.
Referenced by apply.
|
implementation |
Reimplemented from OOTexture.
Provided by category OONullTexture(Singleton).
Definition at line 126 of file OONullTexture.m.
|
implementation |
Provided by category OONullTexture(Singleton).
Definition at line 104 of file OONullTexture.m.
|
implementation |
Reimplemented from OOTexture.
Definition at line 56 of file OONullTexture.m.
References dimensions.
Referenced by dimensions.
|
implementation |
Reimplemented from OOTexture.
Definition at line 68 of file OONullTexture.m.
References forceRebind.
Referenced by forceRebind.
|
implementation |
Reimplemented from OOTexture.
Definition at line 62 of file OONullTexture.m.
References isMipMapped.
Referenced by isMipMapped.
|
implementation |
Reimplemented from OOTexture.
Definition at line 75 of file OONullTexture.m.
References name.
Referenced by name.
|
implementation |
Reimplemented from OOTexture.
Provided by category OONullTexture(Singleton).
Definition at line 122 of file OONullTexture.m.
|
implementation |
Reimplemented from OOTexture.
Provided by category OONullTexture(Singleton).
Definition at line 110 of file OONullTexture.m.
|
implementation |
Provided by category OONullTexture(Singleton).
Definition at line 116 of file OONullTexture.m.
| + (OONullTexture *) sharedNullTexture |
Definition at line 38 of file OONullTexture.m.
References nil, sharedNullTexture, and sSingleton.
Referenced by OOTexture::nullTexture, and sharedNullTexture.