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

  /external/webkit/Source/WebCore/platform/graphics/android/layers/
VideoLayerAndroid.cpp 66 int textureName, PlayerState playerState)
70 TilesManager::instance()->videoLayerManager()->registerTexture(uniqueId(), textureName);
VideoLayerManager.cpp 310 GLuint textureName = *it;
311 if (textureName) {
312 textureNames[index] = textureName;
314 ALOGV("GL texture %d will be deleted", textureName);
  /external/replicaisland/src/com/replica/replicaisland/
TextureLibrary.java 141 int textureName = mTextureNameWorkspace[0];
143 gl.glBindTexture(GL10.GL_TEXTURE_2D, textureName);
190 texture.name = textureName;
  /external/jmonkeyengine/engine/src/tools/jme3tools/optimize/
TextureAtlas.java 178 String name = textureName(texture);
193 String sourceTextureName = textureName(masterTexture);
211 String name = textureName(texture);
219 private String textureName(Texture texture) {
374 String sourceTextureName = textureName(texture);
  /frameworks/base/core/java/android/webkit/
HTML5VideoViewProxy.java 117 int textureName = mHTML5VideoView.getTextureName();
124 layer, currentVideoLayerId, textureName,
754 int baseLayer, int videoLayerId, int textureName,

Completed in 206 milliseconds