Home
last modified time | relevance | path

Searched refs:GL_COLOR_BUFFER_BIT (Results 1 – 19 of 19) sorted by relevance

/aosp14/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DSingleFrameTextureViewTestActivity.java19 import static android.opengl.GLES20.GL_COLOR_BUFFER_BIT;
103 glClear(GL_COLOR_BUFFER_BIT); in onSurfaceTextureAvailable()
H A DGLDepthTestActivity.java137 GLES20.glClear(GLES20.GL_DEPTH_BUFFER_BIT | GLES20.GL_COLOR_BUFFER_BIT); in onDrawFrame()
139 GLES20.glClear(GLES20.GL_COLOR_BUFFER_BIT); in onDrawFrame()
H A DGLTextureViewActivity.java232 glClear(GL_COLOR_BUFFER_BIT); in run()
/aosp14/frameworks/base/tests/AccessoryDisplay/source/src/com/android/accessorydisplay/source/presentation/
H A DCubeRenderer.java51 gl.glClear(GL10.GL_COLOR_BUFFER_BIT | GL10.GL_DEPTH_BUFFER_BIT); in onDrawFrame()
/aosp14/frameworks/base/tests/GamePerformance/src/android/gameperformance/
H A DCustomOpenGLView.java81 gl.glClear(GL10.GL_COLOR_BUFFER_BIT | GL10.GL_DEPTH_BUFFER_BIT); in CustomOpenGLView()
/aosp14/frameworks/base/tests/UiBench/src/com/android/test/uibench/opengl/
H A DImageFlipRenderThread.java38 import static android.opengl.GLES20.GL_COLOR_BUFFER_BIT;
185 glClear(GL_COLOR_BUFFER_BIT); in run()
/aosp14/frameworks/base/libs/hwui/pipeline/skia/
H A DVkInteropFunctorDrawable.cpp160 glClear(GL_COLOR_BUFFER_BIT); in onDraw()
/aosp14/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL10.java43 int GL_COLOR_BUFFER_BIT = 0x4000; field
/aosp14/frameworks/base/opengl/java/android/opengl/
H A DGLES10.java45 public static final int GL_COLOR_BUFFER_BIT = 0x4000; field in GLES10
H A DGLES20.java30 public static final int GL_COLOR_BUFFER_BIT = 0x00004000; field in GLES20
H A DGLLogWrapper.java287 if ((mask & GL_COLOR_BUFFER_BIT) != 0) { in getClearBufferMask()
292 mask &= ~GL_COLOR_BUFFER_BIT; in getClearBufferMask()
/aosp14/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/
H A DGLES20Canvas.java365 GLES20.glClear(GLES20.GL_COLOR_BUFFER_BIT); in clearBuffer()
373 GLES20.glClear(GLES20.GL_COLOR_BUFFER_BIT); in clearBuffer()
/aosp14/frameworks/base/cmds/bootanimation/
H A DBootAnimation.cpp856 glClear(GL_COLOR_BUFFER_BIT); in android()
878 glClear(GL_COLOR_BUFFER_BIT); in android()
1616 glClear(GL_COLOR_BUFFER_BIT); in playAnimation()
/aosp14/frameworks/base/media/tests/MediaDump/src/com/android/mediadump/
H A DVideoDumpView.java388 GLES20.glClear( GLES20.GL_DEPTH_BUFFER_BIT | GLES20.GL_COLOR_BUFFER_BIT); in onDrawFrame()
/aosp14/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DImageShader.java51 private int mClearBuffers = GLES20.GL_COLOR_BUFFER_BIT;
/aosp14/frameworks/base/services/core/java/com/android/server/display/
H A DColorFade.java430 GLES20.glClear(GLES20.GL_COLOR_BUFFER_BIT); in draw()
/aosp14/frameworks/base/media/mca/filterfw/native/core/
H A Dshader_program.cpp565 glClear(GL_COLOR_BUFFER_BIT); in BeginDraw()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt29865 field public static final int GL_COLOR_BUFFER_BIT = 16384; // 0x4000
30742 field public static final int GL_COLOR_BUFFER_BIT = 16384; // 0x4000
61133 field public static final int GL_COLOR_BUFFER_BIT = 16384; // 0x4000