Searched defs:allocateTexture (Results 1 - 2 of 2) sorted by relevance

/external/replicaisland/src/com/replica/replicaisland/
H A DTextureLibrary.java34 * requesting parties via allocateTexture(). However, the texture data itself is not immediately
72 public Texture allocateTexture(int resourceID) { method in class:TextureLibrary
83 Texture texture = allocateTexture(resourceID);
/external/deqp/modules/glshared/
H A DglsMemoryStressCase.cpp451 void allocateTexture (de::Random& rnd);
510 allocateTexture(rnd);
522 allocateTexture(rnd);
580 void MemObjectAllocator::allocateTexture (de::Random& rnd) function in class:deqp::gls::MemObjectAllocator

Completed in 111 milliseconds