Home
last modified time | relevance | path

Searched refs:glEnableVertexAttribArray (Results 1 – 25 of 75) sorted by relevance

123

/aosp12/packages/services/Car/service/src/com/android/car/pm/blurredbackground/
H A DBlurTextureProgram.java245 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 DImageGLWallpaper.java29 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 Dfill_common.cpp180 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 DRenderDirectView.cpp124 glEnableVertexAttribArray(0); in drawFrame()
125 glEnableVertexAttribArray(1); in drawFrame()
/aosp12/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic_renderer/
H A DYVURenderer.cpp108 glEnableVertexAttribArray(mPositionLoc); in DrawTexture()
109 glEnableVertexAttribArray(mTexCoordLoc); in DrawTexture()
H A DSurfaceTextureRenderer.cpp145 glEnableVertexAttribArray(maPositionHandle); in DrawTexture()
149 glEnableVertexAttribArray(maTextureHandle); in DrawTexture()
H A DWarpRenderer.cpp143 glEnableVertexAttribArray(mPositionLoc); in DrawTexture()
144 glEnableVertexAttribArray(mTexCoordLoc); in DrawTexture()
/aosp12/frameworks/native/cmds/flatland/
H A DRenderers.cpp103 glEnableVertexAttribArray(mPosAttribLoc); in drawGradient()
104 glEnableVertexAttribArray(mUVAttribLoc); in drawGradient()
H A DComposers.cpp79 glEnableVertexAttribArray(mPosAttribLoc); in modBlit()
80 glEnableVertexAttribArray(mUVAttribLoc); in modBlit()
/aosp12/hardware/qcom/sm7250/display/composer/
H A Dgl_color_convert_impl.cpp173 glEnableVertexAttribArray(0); in Blit()
175 glEnableVertexAttribArray(1); in Blit()
H A Dgl_layer_stitch_impl.cpp223 glEnableVertexAttribArray(0); in InitContext()
225 glEnableVertexAttribArray(1); in InitContext()
/aosp12/frameworks/base/tests/GamePerformance/src/android/gameperformance/
H A DRenderPatchOpenGLTest.java131 GLES20.glEnableVertexAttribArray(mPositionHandle); in draw()
134 GLES20.glEnableVertexAttribArray(mTextureCoordHandle); in draw()
/aosp12/packages/services/Car/cpp/evs/apps/default/
H A DRenderTopView.cpp266 glEnableVertexAttribArray(0); in renderCarTopView()
267 glEnableVertexAttribArray(1); in renderCarTopView()
326 glEnableVertexAttribArray(0); in renderCameraOntoGroundPlane()
H A DRenderDirectView.cpp229 glEnableVertexAttribArray(0); in drawFrame()
230 glEnableVertexAttribArray(1); in drawFrame()
/aosp12/frameworks/native/libs/renderengine/gl/filters/
H A DBlurFilter.cpp112 glEnableVertexAttribArray(uv); in drawMesh()
113 glEnableVertexAttribArray(position); in drawMesh()
/aosp12/frameworks/av/media/libstagefright/renderfright/gl/filters/
H A DBlurFilter.cpp112 glEnableVertexAttribArray(uv); in drawMesh()
113 glEnableVertexAttribArray(position); in drawMesh()
/aosp12/frameworks/native/opengl/tests/gl2_copyTexImage/
H A Dgl2_copyTexImage.cpp248 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 DImageFlipRenderThread.java67 import static android.opengl.GLES20.glEnableVertexAttribArray;
159 glEnableVertexAttribArray(attribPosition); in run()
162 glEnableVertexAttribArray(attribTexCoords); in run()
/aosp12/frameworks/av/cmds/screenrecord/
H A DProgram.cpp263 glEnableVertexAttribArray(maPositionLoc); in beforeDraw()
264 glEnableVertexAttribArray(maTextureCoordLoc); in beforeDraw()
/aosp12/frameworks/native/opengl/tests/testLatency/src/com/android/testlatency/
H A DTestLatencyView.java114 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 DGLES20TriangleRenderer.java63 GLES20.glEnableVertexAttribArray(maPositionHandle); in onDrawFrame()
68 GLES20.glEnableVertexAttribArray(maTextureHandle); in onDrawFrame()
/aosp12/frameworks/wilhelm/tests/native-media/src/com/example/nativemedia/
H A DMyGLSurfaceView.java118 GLES20.glEnableVertexAttribArray(maPositionHandle); in onDrawFrame()
125 GLES20.glEnableVertexAttribArray(maTextureHandle); in onDrawFrame()
/aosp12/frameworks/native/libs/gui/tests/
H A DTextureRenderer.cpp83 glEnableVertexAttribArray(mPositionHandle); in drawTexture()
/aosp12/packages/services/Car/cpp/evs/sampleDriver/
H A DGlWrapper.cpp457 glEnableVertexAttribArray(0); in renderImageToScreen()
458 glEnableVertexAttribArray(1); in renderImageToScreen()
/aosp12/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DGLDepthTestActivity.java157 GLES20.glEnableVertexAttribArray(maPositionHandle); in onDrawFrame()
162 GLES20.glEnableVertexAttribArray(maTextureHandle); in onDrawFrame()

123