Home
last modified time | relevance | path

Searched refs:glDisableVertexAttribArray (Results 1 – 25 of 28) sorted by relevance

12

/frameworks/av/cmds/screenrecord/
DProgram.cpp288 glDisableVertexAttribArray(maPositionLoc); in beforeDraw()
289 glDisableVertexAttribArray(maTextureCoordLoc); in beforeDraw()
297 glDisableVertexAttribArray(maPositionLoc); in afterDraw()
298 glDisableVertexAttribArray(maTextureCoordLoc); in afterDraw()
/frameworks/native/cmds/flatland/
DRenderers.cpp131 glDisableVertexAttribArray(mPosAttribLoc); in drawGradient()
132 glDisableVertexAttribArray(mUVAttribLoc); in drawGradient()
DComposers.cpp92 glDisableVertexAttribArray(mPosAttribLoc); in modBlit()
93 glDisableVertexAttribArray(mUVAttribLoc); in modBlit()
/frameworks/base/libs/hwui/renderstate/
DRenderState.cpp389 glDisableVertexAttribArray(alphaLocation); in render()
392 glDisableVertexAttribArray(colorLocation); in render()
DMeshState.cpp153 glDisableVertexAttribArray(Program::kBindingTexCoords); in disableTexCoordsVertexArray()
/frameworks/rs/driver/
DrsdVertexArray.cpp93 glDisableVertexAttribArray(ct); in setup()
/frameworks/native/services/surfaceflinger/RenderEngine/
DGLES20RenderEngine.cpp265 glDisableVertexAttribArray(Program::texCoords);
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/
DGLES20Canvas.java562 GLES20.glDisableVertexAttribArray(positionHandle); in draw()
748 GLES20.glDisableVertexAttribArray(positionHandle); in drawMesh()
750 GLES20.glDisableVertexAttribArray(texCoordHandle); in drawMesh()
/frameworks/base/media/mca/filterfw/native/core/
Dshader_program.cpp1061 glDisableVertexAttribArray(attrib.index); in PushAttributes()
1103 glDisableVertexAttribArray(iter->second.index); in PopAttributes()
/frameworks/native/opengl/tools/glgen/specs/gles11/
DGLES20.spec40 void glDisableVertexAttribArray ( GLuint index )
/frameworks/base/libs/hwui/debug/
Dnullgles.cpp200 void glDisableVertexAttribArray(GLuint index) {} in glDisableVertexAttribArray() function
Dwrap_gles.h190 #define glDisableVertexAttribArray wrap_glDisableVertexAttribArray macro
Dunwrap_gles.h190 #undef glDisableVertexAttribArray
/frameworks/base/docs/html/training/graphics/opengl/
Dprojection.jd169 GLES20.glDisableVertexAttribArray(mPositionHandle);
Ddraw.jd208 GLES20.glDisableVertexAttribArray(mPositionHandle);
/frameworks/base/opengl/java/android/opengl/
DGLES20.java665 public static native void glDisableVertexAttribArray( in glDisableVertexAttribArray() method in GLES20
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
DImageShader.java140 GLES20.glDisableVertexAttribArray(mIndex); in push()
/frameworks/native/opengl/libs/GLES2/
Dgl2_api.in118 void API_ENTRY(glDisableVertexAttribArray)(GLuint index) {
119 CALL_GL_API(glDisableVertexAttribArray, index);
/frameworks/native/opengl/include/GLES2/
Dgl2.h567 GL_APICALL void GL_APIENTRY glDisableVertexAttribArray (GLuint index);
/frameworks/native/opengl/include/GLES3/
Dgl3.h567 GL_APICALL void GL_APIENTRY glDisableVertexAttribArray (GLuint index);
Dgl31.h567 GL_APICALL void GL_APIENTRY glDisableVertexAttribArray (GLuint index);
Dgl32.h567 GL_APICALL void GL_APIENTRY glDisableVertexAttribArray (GLuint index);
/frameworks/native/opengl/libs/
Dentries.in171 GL_ENTRY(void, glDisableVertexAttribArray, GLuint index)
/frameworks/base/core/jni/
Dandroid_opengl_GLES20.cpp1274 glDisableVertexAttribArray( in android_glDisableVertexAttribArray__I()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt19722 method public static void glDisableVertexAttribArray(int);

12