/aosp14/frameworks/base/tests/GamePerformance/src/android/gameperformance/ |
H A D | RenderPatchOpenGLTest.java | 158 GLES20.GL_FLOAT, in draw() 167 GLES20.GL_FLOAT, in draw()
|
/aosp14/frameworks/base/opengl/java/android/opengl/ |
H A D | GLES10.java | 74 public static final int GL_FLOAT = 0x1406; field in GLES10 406 ((type == GL_FLOAT) || in glColorPointer() 965 if (((type == GL_FLOAT) || in glNormalPointer() 1162 ((type == GL_FLOAT) || in glTexCoordPointer() 1307 ((type == GL_FLOAT) || in glVertexPointer()
|
H A D | GLES11Ext.java | 140 private static final int GL_FLOAT = GLES10.GL_FLOAT; field in GLES11Ext 905 ((type == GL_FLOAT) || in glMatrixIndexPointerOES()
|
H A D | GLES11.java | 618 if (((type == GL_FLOAT) || in glPointSizePointerOES()
|
H A D | GLES20.java | 154 public static final int GL_FLOAT = 0x1406; field in GLES20
|
H A D | GLLogWrapper.java | 923 case GL_FLOAT: in getPointerTypeName() 1109 case GL_FLOAT: { in doArrayElement() 3925 case GL_FLOAT: in sizeof()
|
/aosp14/frameworks/base/opengl/java/com/google/android/gles_jni/ |
H A D | GLImpl.java | 223 ((type == GL_FLOAT) || in glColorPointer() 793 if (((type == GL_FLOAT) || in glNormalPointer() 990 ((type == GL_FLOAT) || in glTexCoordPointer() 1135 ((type == GL_FLOAT) || in glVertexPointer() 1616 if (((type == GL_FLOAT) || in glPointSizePointerOES() 1854 ((type == GL_FLOAT) || in glMatrixIndexPointerOES()
|
/aosp14/frameworks/base/tests/UiBench/src/com/android/test/uibench/opengl/ |
H A D | ImageFlipRenderThread.java | 40 import static android.opengl.GLES20.GL_FLOAT; 170 glVertexAttribPointer(attribPosition, 3, GL_FLOAT, false, in run() 175 glVertexAttribPointer(attribTexCoords, 3, GL_FLOAT, false, in run()
|
/aosp14/frameworks/base/media/mca/filterfw/native/core/ |
H A D | shader_program.cpp | 63 type(GL_FLOAT), in VertexAttrib() 396 glVertexAttribPointer(attr, 2, GL_FLOAT, false, 2 * sizeof(float), data); in PushCoords() 773 case GL_FLOAT: in SetUniformValue() 869 case GL_FLOAT: { in GetUniformValue() 1027 attrib.type = GL_FLOAT; in SetAttributeValues()
|
H A D | gl_env.cpp | 368 case GL_FLOAT: in NumberOfComponents()
|
/aosp14/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/ |
H A D | GLDepthTestActivity.java | 153 GLES20.glVertexAttribPointer(maPositionHandle, 3, GLES20.GL_FLOAT, false, in onDrawFrame() 159 GLES20.glVertexAttribPointer(maTextureHandle, 2, GLES20.GL_FLOAT, false, in onDrawFrame()
|
H A D | GLTextureViewActivity.java | 217 glVertexAttribPointer(attribPosition, 3, GL_FLOAT, false, in run() 222 glVertexAttribPointer(attribTexCoords, 3, GL_FLOAT, false, in run()
|
/aosp14/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/ |
H A D | ImageShader.java | 365 case GLES20.GL_FLOAT: in setUniformValue() 402 attr.set(false, FLOAT_SIZE * components, components, GLES20.GL_FLOAT, data); in setAttributeValues() 646 attr.set(false, FLOAT_SIZE * 2, 2, GLES20.GL_FLOAT, mSourceCoords); in updateSourceCoordAttribute() 658 attr.set(false, FLOAT_SIZE * 2, 2, GLES20.GL_FLOAT, mTargetCoords); in updateTargetCoordAttribute()
|
/aosp14/frameworks/base/media/tests/MediaDump/src/com/android/mediadump/ |
H A D | VideoDumpView.java | 401 GLES20.glVertexAttribPointer(maPositionHandle, 3, GLES20.GL_FLOAT, false, in onDrawFrame() 410 GLES20.glVertexAttribPointer(maTextureHandle, 3, GLES20.GL_FLOAT, false, in onDrawFrame()
|
/aosp14/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/ |
H A D | GLES20Canvas.java | 548 GLES20.GL_FLOAT, false, VERTEX_STRIDE, offset * VERTEX_STRIDE); in setPosition() 726 GLES20.glVertexAttribPointer(positionHandle, COORDS_PER_VERTEX, GLES20.GL_FLOAT, false, in drawMesh() 733 GLES20.glVertexAttribPointer(texCoordHandle, COORDS_PER_VERTEX, GLES20.GL_FLOAT, in drawMesh()
|
/aosp14/frameworks/base/services/core/java/com/android/server/display/ |
H A D | ColorFade.java | 470 GLES20.glVertexAttribPointer(mVertexLoc, 2, GLES20.GL_FLOAT, false, 0, 0); 474 GLES20.glVertexAttribPointer(mTexCoordLoc, 2, GLES20.GL_FLOAT, false, 0, 0);
|
/aosp14/frameworks/base/cmds/bootanimation/ |
H A D | BootAnimation.cpp | 799 glVertexAttribPointer(positionLocation, 2, GL_FLOAT, GL_FALSE, 0, quadPositions); in initShaders() 800 glVertexAttribPointer(uvLocation, 2, GL_FLOAT, GL_FALSE, 0, quadUVs); in initShaders() 810 glVertexAttribPointer(positionLocation, 2, GL_FLOAT, GL_FALSE, 0, quadPositions); in initShaders() 811 glVertexAttribPointer(uvLocation, 2, GL_FLOAT, GL_FALSE, 0, quadUVs); in initShaders()
|
/aosp14/frameworks/base/opengl/java/javax/microedition/khronos/opengles/ |
H A D | GL10.java | 72 int GL_FLOAT = 0x1406; field
|
/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 | 29894 field public static final int GL_FLOAT = 5126; // 0x1406 30779 field public static final int GL_FLOAT = 5126; // 0x1406 61162 field public static final int GL_FLOAT = 5126; // 0x1406
|
/aosp14/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 34510 Landroid/opengl/GLES11Ext;->GL_FLOAT:I
|