Searched refs:addTexture (Results 1 - 4 of 4) sorted by relevance

/external/jmonkeyengine/engine/src/tools/jme3tools/optimize/
H A DTextureAtlas.java106 * atlas.addTexture(myTexture, "DiffuseMap");
153 if (!addTexture(diffuse, "DiffuseMap")) {
157 addTexture(diffuse, "NormalMap", keyName);
160 addTexture(specular, "SpecularMap", keyName);
174 public boolean addTexture(Texture texture, String mapName) { method in class:TextureAtlas
192 public void addTexture(Texture texture, String mapName, Texture masterTexture) { method in class:TextureAtlas
197 addTexture(texture, mapName, sourceTextureName);
207 public void addTexture(Texture texture, String mapName, String sourceTextureName) { method in class:TextureAtlas
/external/replicaisland/src/com/replica/replicaisland/
H A DTextureLibrary.java75 texture = addTexture(resourceID, -1, 0, 0);
258 protected Texture addTexture(int id, int name, int width, int height) { method in class:TextureLibrary
/external/jmonkeyengine/engine/src/blender/com/jme3/asset/
H A DBlenderKey.java585 public void addTexture(Texture texture) { method in class:BlenderKey.LoadingResults
/external/deqp/modules/egl/
H A DteglGLES2SharingThreadedTests.cpp81 void addTexture (SharedPtr<Texture> texture) { m_textures.push_back(texture); } function in class:deqp::egl::GLES2ThreadTest::GLES2ResourceManager
2624 m_threads[threadNdx]->context->resourceManager->addTexture(texture);
2636 m_threads[threadNdx]->context->resourceManager->addTexture(texture);
2644 m_threads[threadNdx]->context->resourceManager->addTexture(texture);
2652 m_threads[threadNdx]->context->resourceManager->addTexture(texture);
2660 m_threads[threadNdx]->context->resourceManager->addTexture(texture);
2761 m_threads[threadNdx]->context->resourceManager->addTexture(texture);
2780 m_threads[threadNdx]->context->resourceManager->addTexture(texture);

Completed in 582 milliseconds