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

  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/base/
GLTextureTarget.java 34 private int mTexId;
55 Frame frame = context.getFrameManager().newBoundFrame(format, GLFrame.EXISTING_TEXTURE_BINDING, mTexId);
GLTextureSource.java 34 private int mTexId;
83 mTexId);
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
TextureSource.java 27 private int mTexId;
51 return mTexId;
59 GLES20.glBindTexture(mTarget, mTexId);
64 //Log.i("TextureSource", "Allocating empty texture " + mTexId + ": " + width + "x" + height + ".");
65 GLToolbox.allocateTexturePixels(mTexId, mTarget, width, height);
70 //Log.i("TextureSource", "Uploading pixels to texture " + mTexId + ": " + width + "x" + height + ".");
71 GLToolbox.setTexturePixels(mTexId, mTarget, pixels, width, height);
76 //Log.i("TextureSource", "Uploading pixels to texture " + mTexId + "!");
77 GLToolbox.setTexturePixels(mTexId, mTarget, bitmap);
82 GLES20.glBindTexture(mTarget, mTexId);
    [all...]
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 

Completed in 63 milliseconds