Lines Matching full:bitmap
34 class Bitmap;
78 * acquired for the bitmap, false otherwise. If a Texture was acquired it is
81 bool prefetchAndMarkInUse(void* ownerToken, Bitmap* bitmap);
85 * acquired for the bitmap, false otherwise. Does not mark the Texture
88 bool prefetch(Bitmap* bitmap);
91 * Returns the texture associated with the specified bitmap from within the cache.
94 Texture* get(Bitmap* bitmap);
123 bool canMakeTextureFromBitmap(Bitmap* bitmap);
125 Texture* getCachedTexture(Bitmap* bitmap);
126 Texture* createTexture(Bitmap* bitmap);