Searched defs:textureName (Results 1 - 5 of 5) sorted by relevance

/external/jmonkeyengine/engine/src/core/com/jme3/util/
H A DSkyFactory.java207 public static Spatial createSky(AssetManager assetManager, String textureName, boolean sphereMap) { argument
208 TextureKey key = new TextureKey(textureName, true);
/external/webkit/Source/WebCore/platform/graphics/android/layers/
H A DVideoLayerAndroid.cpp66 int textureName, PlayerState playerState)
70 TilesManager::instance()->videoLayerManager()->registerTexture(uniqueId(), textureName); local
65 setSurfaceTexture(sp<SurfaceTexture> texture, int textureName, PlayerState playerState) argument
H A DVideoLayerManager.cpp309 GLuint textureName = *it; local
310 if (textureName) {
311 textureNames[index] = textureName;
313 ALOGV("GL texture %d will be deleted", textureName);
/external/jmonkeyengine/engine/src/tools/jme3tools/optimize/
H A DTextureAtlas.java178 String name = textureName(texture);
193 String sourceTextureName = textureName(masterTexture);
211 String name = textureName(texture);
219 private String textureName(Texture texture) { method in class:TextureAtlas
374 String sourceTextureName = textureName(texture);
/external/webkit/Source/WebKit/android/WebCoreSupport/
H A DMediaPlayerPrivateAndroid.cpp643 int textureName, int playerState) {
661 videoLayer->setSurfaceTexture(texture, textureName, static_cast<PlayerState>(playerState));
641 SendSurfaceTexture(JNIEnv* env, jobject obj, jobject surfTex, int baseLayer, int videoLayerId, int textureName, int playerState) argument

Completed in 145 milliseconds