Searched defs:textureObject (Results 1 - 3 of 3) sorted by relevance

/external/replicaisland/src/com/replica/replicaisland/
H A DAnimationFrame.java33 public AnimationFrame(Texture textureObject, float animationHoldTime) { argument
35 texture = textureObject;
39 public AnimationFrame(Texture textureObject, float animationHoldTime, argument
43 texture = textureObject;
/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
H A DResourceManager.cpp198 TextureMap::iterator textureObject = mTextureMap.find(texture); local
200 if (textureObject != mTextureMap.end())
202 if (textureObject->second) textureObject->second->release();
203 mTextureMap.erase(textureObject);
309 Texture *textureObject; local
313 textureObject = new Texture2D(texture);
317 textureObject = new TextureCubeMap(texture);
325 mTextureMap[texture] = textureObject;
326 textureObject
[all...]
H A DlibGLESv2.cpp244 gl::Texture *textureObject = context->getTexture(texture); local
246 if (textureObject && textureObject->getTarget() != target && texture != 0)
3823 gl::Texture *textureObject = context->getTexture(texture); local
3825 if (textureObject)

Completed in 106 milliseconds