OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mTextures
(Results
1 - 5
of
5
) sorted by null
/developers/build/prebuilts/gradle/MediaEffects/Application/src/main/java/com/example/android/mediaeffects/
MediaEffectsFragment.java
46
private int[]
mTextures
= new int[2];
132
GLES20.glGenTextures(2,
mTextures
, 0);
141
GLES20.glBindTexture(GLES20.GL_TEXTURE_2D,
mTextures
[0]);
274
mEffect.apply(
mTextures
[0], mImageWidth, mImageHeight,
mTextures
[1]);
280
mTexRenderer.renderTexture(
mTextures
[1]);
283
mTexRenderer.renderTexture(
mTextures
[0]);
/developers/samples/android/media/MediaEffects/Application/src/main/java/com/example/android/mediaeffects/
MediaEffectsFragment.java
46
private int[]
mTextures
= new int[2];
132
GLES20.glGenTextures(2,
mTextures
, 0);
141
GLES20.glBindTexture(GLES20.GL_TEXTURE_2D,
mTextures
[0]);
274
mEffect.apply(
mTextures
[0], mImageWidth, mImageHeight,
mTextures
[1]);
280
mTexRenderer.renderTexture(
mTextures
[1]);
283
mTexRenderer.renderTexture(
mTextures
[0]);
/development/samples/HelloEffects/src/com/example/android/mediafx/
HelloEffects.java
42
private int[]
mTextures
= new int[2];
72
GLES20.glGenTextures(2,
mTextures
, 0);
82
GLES20.glBindTexture(GLES20.GL_TEXTURE_2D,
mTextures
[0]);
241
mEffect.apply(
mTextures
[0], mImageWidth, mImageHeight,
mTextures
[1]);
247
mTexRenderer.renderTexture(
mTextures
[1]);
251
mTexRenderer.renderTexture(
mTextures
[0]);
/development/samples/browseable/MediaEffects/src/com.example.android.mediaeffects/
MediaEffectsFragment.java
46
private int[]
mTextures
= new int[2];
132
GLES20.glGenTextures(2,
mTextures
, 0);
141
GLES20.glBindTexture(GLES20.GL_TEXTURE_2D,
mTextures
[0]);
274
mEffect.apply(
mTextures
[0], mImageWidth, mImageHeight,
mTextures
[1]);
280
mTexRenderer.renderTexture(
mTextures
[1]);
283
mTexRenderer.renderTexture(
mTextures
[0]);
/cts/tests/tests/nativehardware/jni/
AHardwareBufferGLTest.cpp
[
all
...]
Completed in 355 milliseconds