HomeSort by relevance Sort by last modified time
    Searched refs:GLES20 (Results 101 - 125 of 142) sorted by null

1 2 3 45 6

  /developers/samples/android/media/MediaEffects/Application/src/main/java/com/example/android/mediaeffects/
MediaEffectsFragment.java 25 import android.opengl.GLES20;
132 GLES20.glGenTextures(2, mTextures, 0);
141 GLES20.glBindTexture(GLES20.GL_TEXTURE_2D, mTextures[0]);
142 GLUtils.texImage2D(GLES20.GL_TEXTURE_2D, 0, bitmap, 0);
  /developers/samples/android/wearable/wear/WatchFace/Wearable/src/main/java/com/example/android/wearable/watchface/
OpenGLWatchFaceService.java 23 import android.opengl.GLES20;
430 GLES20.glClearColor(0, 0, 0, 1);
433 GLES20.glClearColor(0.5f, 0.2f, 0.2f, 1);
438 GLES20.glClear(GLES20.GL_COLOR_BUFFER_BIT);
  /development/samples/browseable/MediaEffects/src/com.example.android.mediaeffects/
MediaEffectsFragment.java 25 import android.opengl.GLES20;
132 GLES20.glGenTextures(2, mTextures, 0);
141 GLES20.glBindTexture(GLES20.GL_TEXTURE_2D, mTextures[0]);
142 GLUtils.texImage2D(GLES20.GL_TEXTURE_2D, 0, bitmap, 0);
  /development/samples/browseable/WatchFace/Wearable/src/com.example.android.wearable.watchface/
OpenGLWatchFaceService.java 23 import android.opengl.GLES20;
430 GLES20.glClearColor(0, 0, 0, 1);
433 GLES20.glClearColor(0.5f, 0.2f, 0.2f, 1);
438 GLES20.glClear(GLES20.GL_COLOR_BUFFER_BIT);
  /cts/tests/tests/media/src/android/media/cts/
DecodeEditEncodeTest.java 23 import android.opengl.GLES20;
367 GLES20.glDisable(GLES20.GL_SCISSOR_TEST);
368 GLES20.glClearColor(TEST_R0 / 255.0f, TEST_G0 / 255.0f, TEST_B0 / 255.0f, 1.0f);
369 GLES20.glClear(GLES20.GL_COLOR_BUFFER_BIT);
370 GLES20.glEnable(GLES20.GL_SCISSOR_TEST);
371 GLES20.glScissor(startX, startY, mWidth / 4, mHeight / 2);
372 GLES20.glClearColor(TEST_R1 / 255.0f, TEST_G1 / 255.0f, TEST_B1 / 255.0f, 1.0f)
    [all...]
EncodeDecodeTest.java 26 import android.opengl.GLES20;
    [all...]
MediaCodecTest.java 34 import android.opengl.GLES20;
391 GLES20.glClearColor(0.0f, 0.5f, 0.0f, 1.0f);
392 GLES20.glClear(GLES20.GL_COLOR_BUFFER_BIT);
453 GLES20.glClearColor(0.0f, (i % 8) / 8.0f, 0.0f, 1.0f);
454 GLES20.glClear(GLES20.GL_COLOR_BUFFER_BIT);
731 GLES20.glClearColor(0.0f, 0.5f, 0.0f, 1.0f);
732 GLES20.glClear(GLES20.GL_COLOR_BUFFER_BIT)
    [all...]
EncodeVirtualDisplayTest.java 28 import android.opengl.GLES20;
482 GLES20.glReadPixels(x, y, 1, 1, GLES20.GL_RGBA, GLES20.GL_UNSIGNED_BYTE, mPixelBuf);
  /cts/tests/tests/opengl/src/android/opengl/cts/
FramebufferTest.java 27 import android.opengl.GLES20;
133 int error = GLES20.glGetError();
134 if (error != GLES20.GL_NO_ERROR) {
606 GLES20.glReadPixels(0, 0, mWidth, mHeight,
607 GLES20.GL_RGBA, GLES20.GL_UNSIGNED_BYTE, buf);
  /external/webrtc/talk/app/webrtc/androidtests/src/org/webrtc/
MediaCodecVideoEncoderTest.java 31 import android.opengl.GLES20;
165 GLES20.glDeleteTextures(1, new int[] {oesTextureId}, 0);
  /cts/tests/tests/textureview/src/android/textureview/cts/
TextureViewSnapshotTestActivity.java 29 import static android.opengl.GLES20.*;
TextureViewTestActivity.java 30 import static android.opengl.GLES20.*;
GLProducerThread.java 34 import static android.opengl.GLES20.*;
  /cts/tests/tests/view/src/android/view/cts/
TextureViewCtsActivity.java 19 import static android.opengl.GLES20.GL_COLOR_BUFFER_BIT;
20 import static android.opengl.GLES20.glClear;
21 import static android.opengl.GLES20.glClearColor;
  /frameworks/base/media/mca/filterfw/java/android/filterfw/core/
ShaderProgram.java 26 import android.opengl.GLES20;
91 GLES20.glFinish();
127 GLES20.glFinish();
GLFrame.java 26 import android.opengl.GLES20;
148 GLES20.glFinish();
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
SingleFrameTextureViewTestActivity.java 19 import static android.opengl.GLES20.GL_COLOR_BUFFER_BIT;
20 import static android.opengl.GLES20.glClear;
21 import static android.opengl.GLES20.glClearColor;
  /packages/apps/Camera2/src/com/android/camera/data/
GlideFilmstripManager.java 27 import android.opengl.GLES20;
277 GLES20.glGetIntegerv(GLES20.GL_MAX_TEXTURE_SIZE, maxSize, 0);
  /frameworks/native/opengl/tools/glgen/
gen 107 android/opengl/GLES20.java \
158 for x in EGL14 EGLExt GLES10 GLES10Ext GLES11 GLES11Ext GLES20 GLES30 GLES31 GLES31Ext GLES32
  /packages/apps/DevCamera/src/com/android/devcamera/
Api2Camera.java 37 import android.opengl.GLES20;
217 GLES20.glGenTextures(1, textures, 0);
218 GLES20.glBindTexture(GLES11Ext.GL_TEXTURE_EXTERNAL_OES, textures[0]);
220 GLES20.glTexParameterf(GLES11Ext.GL_TEXTURE_EXTERNAL_OES,
223 GLES20.glTexParameterf(GLES11Ext.GL_TEXTURE_EXTERNAL_OES,
226 GLES20.glTexParameteri(GLES11Ext.GL_TEXTURE_EXTERNAL_OES,
228 GLES20.glTexParameteri(GLES11Ext.GL_TEXTURE_EXTERNAL_OES,
    [all...]
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
CameraStreamer.java 26 import android.opengl.GLES20;
615 clientTex.setParameter(GLES20.GL_TEXTURE_MAG_FILTER, GLES20.GL_NEAREST);
616 clientTex.setParameter(GLES20.GL_TEXTURE_MIN_FILTER, GLES20.GL_NEAREST);
701 texture.setParameter(GLES20.GL_TEXTURE_MAG_FILTER, GLES20.GL_NEAREST);
702 texture.setParameter(GLES20.GL_TEXTURE_MIN_FILTER, GLES20.GL_NEAREST);
    [all...]
  /cts/tests/tests/graphics/src/android/opengl/cts/
CompressedTextureLoader.java 34 import android.opengl.GLES20;
449 String extensionList = GLES20.glGetString(GLES20.GL_EXTENSIONS);
  /external/webrtc/talk/app/webrtc/java/src/org/webrtc/
MediaCodecVideoEncoder.java 36 import android.opengl.GLES20;
390 GLES20.glClear(GLES20.GL_COLOR_BUFFER_BIT);
  /frameworks/native/opengl/tools/glgen/stubs/gles11/
GLES20Header.java-if 24 public class GLES20 {
GLES30Header.java-if 24 public class GLES30 extends GLES20 {

Completed in 1354 milliseconds

1 2 3 45 6