/aosp14/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/ |
H A D | SingleFrameTextureViewTestActivity.java | 19 import static android.opengl.GLES20.GL_COLOR_BUFFER_BIT; 103 glClear(GL_COLOR_BUFFER_BIT); in onSurfaceTextureAvailable()
|
H A D | GLDepthTestActivity.java | 137 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 D | GLTextureViewActivity.java | 232 glClear(GL_COLOR_BUFFER_BIT); in run()
|
/aosp14/frameworks/base/tests/AccessoryDisplay/source/src/com/android/accessorydisplay/source/presentation/ |
H A D | CubeRenderer.java | 51 gl.glClear(GL10.GL_COLOR_BUFFER_BIT | GL10.GL_DEPTH_BUFFER_BIT); in onDrawFrame()
|
/aosp14/frameworks/base/tests/GamePerformance/src/android/gameperformance/ |
H A D | CustomOpenGLView.java | 81 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 D | ImageFlipRenderThread.java | 38 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 D | VkInteropFunctorDrawable.cpp | 160 glClear(GL_COLOR_BUFFER_BIT); in onDraw()
|
/aosp14/frameworks/base/opengl/java/javax/microedition/khronos/opengles/ |
H A D | GL10.java | 43 int GL_COLOR_BUFFER_BIT = 0x4000; field
|
/aosp14/frameworks/base/opengl/java/android/opengl/ |
H A D | GLES10.java | 45 public static final int GL_COLOR_BUFFER_BIT = 0x4000; field in GLES10
|
H A D | GLES20.java | 30 public static final int GL_COLOR_BUFFER_BIT = 0x00004000; field in GLES20
|
H A D | GLLogWrapper.java | 287 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 D | GLES20Canvas.java | 365 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 D | BootAnimation.cpp | 856 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 D | VideoDumpView.java | 388 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 D | ImageShader.java | 51 private int mClearBuffers = GLES20.GL_COLOR_BUFFER_BIT;
|
/aosp14/frameworks/base/services/core/java/com/android/server/display/ |
H A D | ColorFade.java | 430 GLES20.glClear(GLES20.GL_COLOR_BUFFER_BIT); in draw()
|
/aosp14/frameworks/base/media/mca/filterfw/native/core/ |
H A D | shader_program.cpp | 565 glClear(GL_COLOR_BUFFER_BIT); in BeginDraw()
|
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/aosp14/frameworks/base/core/api/ |
H A D | current.txt | 29865 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
|