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

  /external/webkit/Source/WebCore/platform/graphics/android/layers/
VideoLayerAndroid.h 60 void setSurfaceTexture(sp<GLConsumer> texture, int textureName, PlayerState playerState);
VideoLayerManager.cpp 309 GLuint textureName = *it;
310 if (textureName) {
311 textureNames[index] = textureName;
313 ALOGV("GL texture %d will be deleted", textureName);
VideoLayerAndroid.cpp 66 int textureName, PlayerState playerState)
70 TilesManager::instance()->videoLayerManager()->registerTexture(uniqueId(), textureName);
  /packages/apps/Camera/jni/feature_mos/src/mosaic_renderer/
Renderer.h 26 void SetInputTextureName(GLuint textureName);
Renderer.cpp 212 void Renderer::SetInputTextureName(GLuint textureName)
214 mInputTextureName = textureName;
  /packages/apps/Gallery2/jni_mosaic/feature_mos/src/mosaic_renderer/
Renderer.h 26 void SetInputTextureName(GLuint textureName);
Renderer.cpp 212 void Renderer::SetInputTextureName(GLuint textureName)
214 mInputTextureName = textureName;
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic_renderer/
Renderer.h 26 void SetInputTextureName(GLuint textureName);
Renderer.cpp 212 void Renderer::SetInputTextureName(GLuint textureName)
214 mInputTextureName = 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/core/com/jme3/util/
SkyFactory.java 207 public static Spatial createSky(AssetManager assetManager, String textureName, boolean sphereMap) {
208 TextureKey key = new TextureKey(textureName, true);
  /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 116 int textureName = mHTML5VideoView.getTextureName();
123 layer, currentVideoLayerId, textureName,
795 int baseLayer, int videoLayerId, int textureName,
  /external/webkit/Source/WebKit/android/WebCoreSupport/
MediaPlayerPrivateAndroid.cpp 643 int textureName, int playerState) {
661 videoLayer->setSurfaceTexture(texture, textureName, static_cast<PlayerState>(playerState));

Completed in 383 milliseconds