HomeSort by relevance Sort by last modified time
    Searched defs:allocateTexture (Results 1 - 4 of 4) sorted by null

  /frameworks/base/libs/hwui/
Layer.cpp 93 allocateTexture();
177 void Layer::allocateTexture() {
  /frameworks/base/libs/hwui/font/
CacheTexture.cpp 183 void CacheTexture::allocateTexture() {
  /external/replicaisland/src/com/replica/replicaisland/
TextureLibrary.java 34 * requesting parties via allocateTexture(). However, the texture data itself is not immediately
72 public Texture allocateTexture(int resourceID) {
83 Texture texture = allocateTexture(resourceID);
Game.java 169 new DrawableBitmap(longTermTextureLibrary.allocateTexture(
171 new DrawableBitmap(longTermTextureLibrary.allocateTexture(
173 hud.setFadeTexture(longTermTextureLibrary.allocateTexture(R.drawable.black));
175 new DrawableBitmap(longTermTextureLibrary.allocateTexture(
177 new DrawableBitmap(longTermTextureLibrary.allocateTexture(
179 new DrawableBitmap(longTermTextureLibrary.allocateTexture(
181 new DrawableBitmap(longTermTextureLibrary.allocateTexture(
183 new DrawableBitmap(longTermTextureLibrary.allocateTexture(
185 new DrawableBitmap(longTermTextureLibrary.allocateTexture(
187 new DrawableBitmap(longTermTextureLibrary.allocateTexture(
    [all...]

Completed in 514 milliseconds