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

  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/transforms/
TexturePropertyAccessor.java 54 IGLProperty targetTexture = mTextureUnitPropertyAccessor.getProperty(state);
55 if (!(targetTexture instanceof GLIntegerProperty)) {
58 Integer textureId = (Integer) targetTexture.getValue();
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/decoder/
GpuVideoTrackDecoder.java 139 TextureSource targetTexture = TextureSource.newExternalTexture();
140 mSurfaceTexture.attachToGLContext(targetTexture.getTextureId());
158 targetTexture,
164 targetTexture.release();

Completed in 46 milliseconds