/aosp12/packages/services/Car/service/src/com/android/car/pm/blurredbackground/ |
H A D | BlurTextureProgram.java | 245 GLES30.glEnableVertexAttribArray(mAHorizontalPositionLoc); in setHorizontalUniformsAndAttributes() 249 GLES30.glEnableVertexAttribArray(mAHorizontalTextureCoordLoc); in setHorizontalUniformsAndAttributes() 264 GLES30.glEnableVertexAttribArray(mAVerticalPositionLoc); in setVerticalUniformsAndAttributes() 268 GLES30.glEnableVertexAttribArray(mAVerticalTextureCoordLoc); in setVerticalUniformsAndAttributes()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/glwallpaper/ |
H A D | ImageGLWallpaper.java | 29 import static android.opengl.GLES20.glEnableVertexAttribArray; 117 glEnableVertexAttribArray(mAttrPosition); in setupAttributes() 123 glEnableVertexAttribArray(mAttrTextureCoordinates); in setupAttributes()
|
/aosp12/frameworks/native/opengl/tests/gl_perf/ |
H A D | fill_common.cpp | 180 glEnableVertexAttribArray(A_POS); in setupVA() 181 glEnableVertexAttribArray(A_COLOR); in setupVA() 182 glEnableVertexAttribArray(A_TEX0); in setupVA() 183 glEnableVertexAttribArray(A_TEX1); in setupVA()
|
/aosp12/packages/services/Car/cpp/evs/support_library/ |
H A D | RenderDirectView.cpp | 124 glEnableVertexAttribArray(0); in drawFrame() 125 glEnableVertexAttribArray(1); in drawFrame()
|
/aosp12/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic_renderer/ |
H A D | YVURenderer.cpp | 108 glEnableVertexAttribArray(mPositionLoc); in DrawTexture() 109 glEnableVertexAttribArray(mTexCoordLoc); in DrawTexture()
|
H A D | SurfaceTextureRenderer.cpp | 145 glEnableVertexAttribArray(maPositionHandle); in DrawTexture() 149 glEnableVertexAttribArray(maTextureHandle); in DrawTexture()
|
H A D | WarpRenderer.cpp | 143 glEnableVertexAttribArray(mPositionLoc); in DrawTexture() 144 glEnableVertexAttribArray(mTexCoordLoc); in DrawTexture()
|
/aosp12/frameworks/native/cmds/flatland/ |
H A D | Renderers.cpp | 103 glEnableVertexAttribArray(mPosAttribLoc); in drawGradient() 104 glEnableVertexAttribArray(mUVAttribLoc); in drawGradient()
|
H A D | Composers.cpp | 79 glEnableVertexAttribArray(mPosAttribLoc); in modBlit() 80 glEnableVertexAttribArray(mUVAttribLoc); in modBlit()
|
/aosp12/hardware/qcom/sm7250/display/composer/ |
H A D | gl_color_convert_impl.cpp | 173 glEnableVertexAttribArray(0); in Blit() 175 glEnableVertexAttribArray(1); in Blit()
|
H A D | gl_layer_stitch_impl.cpp | 223 glEnableVertexAttribArray(0); in InitContext() 225 glEnableVertexAttribArray(1); in InitContext()
|
/aosp12/frameworks/base/tests/GamePerformance/src/android/gameperformance/ |
H A D | RenderPatchOpenGLTest.java | 131 GLES20.glEnableVertexAttribArray(mPositionHandle); in draw() 134 GLES20.glEnableVertexAttribArray(mTextureCoordHandle); in draw()
|
/aosp12/packages/services/Car/cpp/evs/apps/default/ |
H A D | RenderTopView.cpp | 266 glEnableVertexAttribArray(0); in renderCarTopView() 267 glEnableVertexAttribArray(1); in renderCarTopView() 326 glEnableVertexAttribArray(0); in renderCameraOntoGroundPlane()
|
H A D | RenderDirectView.cpp | 229 glEnableVertexAttribArray(0); in drawFrame() 230 glEnableVertexAttribArray(1); in drawFrame()
|
/aosp12/frameworks/native/libs/renderengine/gl/filters/ |
H A D | BlurFilter.cpp | 112 glEnableVertexAttribArray(uv); in drawMesh() 113 glEnableVertexAttribArray(position); in drawMesh()
|
/aosp12/frameworks/av/media/libstagefright/renderfright/gl/filters/ |
H A D | BlurFilter.cpp | 112 glEnableVertexAttribArray(uv); in drawMesh() 113 glEnableVertexAttribArray(position); in drawMesh()
|
/aosp12/frameworks/native/opengl/tests/gl2_copyTexImage/ |
H A D | gl2_copyTexImage.cpp | 248 glEnableVertexAttribArray(gvPositionHandle); in renderFrame() 275 glEnableVertexAttribArray(gvTexturePositionHandle); in renderFrame() 276 glEnableVertexAttribArray(gvTextureTexCoordsHandle); in renderFrame()
|
/aosp12/frameworks/base/tests/UiBench/src/com/android/test/uibench/opengl/ |
H A D | ImageFlipRenderThread.java | 67 import static android.opengl.GLES20.glEnableVertexAttribArray; 159 glEnableVertexAttribArray(attribPosition); in run() 162 glEnableVertexAttribArray(attribTexCoords); in run()
|
/aosp12/frameworks/av/cmds/screenrecord/ |
H A D | Program.cpp | 263 glEnableVertexAttribArray(maPositionLoc); in beforeDraw() 264 glEnableVertexAttribArray(maTextureCoordLoc); in beforeDraw()
|
/aosp12/frameworks/native/opengl/tests/testLatency/src/com/android/testlatency/ |
H A D | TestLatencyView.java | 114 GLES20.glEnableVertexAttribArray(mvPositionHandle); in onDrawFrame() 116 GLES20.glEnableVertexAttribArray(mvColorHandle); in onDrawFrame()
|
/aosp12/packages/services/Car/tests/SampleRearViewCamera/src/com/google/android/car/rvc/ |
H A D | GLES20TriangleRenderer.java | 63 GLES20.glEnableVertexAttribArray(maPositionHandle); in onDrawFrame() 68 GLES20.glEnableVertexAttribArray(maTextureHandle); in onDrawFrame()
|
/aosp12/frameworks/wilhelm/tests/native-media/src/com/example/nativemedia/ |
H A D | MyGLSurfaceView.java | 118 GLES20.glEnableVertexAttribArray(maPositionHandle); in onDrawFrame() 125 GLES20.glEnableVertexAttribArray(maTextureHandle); in onDrawFrame()
|
/aosp12/frameworks/native/libs/gui/tests/ |
H A D | TextureRenderer.cpp | 83 glEnableVertexAttribArray(mPositionHandle); in drawTexture()
|
/aosp12/packages/services/Car/cpp/evs/sampleDriver/ |
H A D | GlWrapper.cpp | 457 glEnableVertexAttribArray(0); in renderImageToScreen() 458 glEnableVertexAttribArray(1); in renderImageToScreen()
|
/aosp12/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/ |
H A D | GLDepthTestActivity.java | 157 GLES20.glEnableVertexAttribArray(maPositionHandle); in onDrawFrame() 162 GLES20.glEnableVertexAttribArray(maTextureHandle); in onDrawFrame()
|