Home
last modified time | relevance | path

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

123

/external/autotest/client/site_tests/graphics_SanAngeles/src/
Dimportgl.h77 FNDEF(void, glDisableVertexAttribArray, (GLuint index));
125 #define glDisableVertexAttribArray FNPTR(glDisableVertexAttribArray) macro
Dimportgl.c68 IMPORT_FUNC_GL(glDisableVertexAttribArray); in importGLInit()
Ddemo.c286 glDisableVertexAttribArray(loc_normal); in drawGLObject()
287 glDisableVertexAttribArray(loc_colorIn); in drawGLObject()
288 glDisableVertexAttribArray(loc_pos); in drawGLObject()
605 glDisableVertexAttribArray(sShaderFade.pos); in drawFadeQuad()
/external/autotest/client/deps/glbench/src/
Dmain.h32 F(glDisableVertexAttribArray, PFNGLDISABLEVERTEXATTRIBARRAYPROC) \
67 F(glDisableVertexAttribArray, PFNGLDISABLEVERTEXATTRIBARRAYPROC) \
Dglinterfacetest.cc56 glDisableVertexAttribArray(attribute_index_); in CleanupGLRendering()
/external/deqp/framework/egl/
DegluStaticES20Library.inl45 { "glDisableVertexAttribArray", (deFunctionPtr)glDisableVertexAttribArray },
DegluStaticES30Library.inl67 { "glDisableVertexAttribArray", (deFunctionPtr)glDisableVertexAttribArray },
/external/deqp/modules/glshared/
DglsMemoryStressCase.cpp251 GLU_CHECK_CALL(glDisableVertexAttribArray(coordLoc)); in render()
410 GLU_CHECK_CALL(glDisableVertexAttribArray(bufferLoc)); in render()
411 GLU_CHECK_CALL(glDisableVertexAttribArray(coordLoc)); in render()
/external/deqp/modules/gles3/functional/
Des3fPixelBufferObjectTests.cpp326 GLU_CHECK_CALL(glDisableVertexAttribArray(colorLoc)); in renderTriangle()
327 GLU_CHECK_CALL(glDisableVertexAttribArray(coordLoc)); in renderTriangle()
/external/skia/src/gpu/gl/android/
DGrGLCreateNativeInterface_android.cpp79 return (GrGLFuncPtr) glDisableVertexAttribArray; in android_get_gl_proc()
/external/deqp/framework/opengl/wrapper/
DglwInitES20Direct.inl45 gl->disableVertexAttribArray = &glDisableVertexAttribArray;
DglwInitES30Direct.inl67 gl->disableVertexAttribArray = &glDisableVertexAttribArray;
DglwInitES20.inl45 …ertexAttribArray = (glDisableVertexAttribArrayFunc) loader->get("glDisableVertexAttribArray");
/external/drm_hwcomposer/
Dglworker.cpp676 glDisableVertexAttribArray(0); in Composite()
677 glDisableVertexAttribArray(1); in Composite()
/external/deqp/modules/gles2/functional/
Des2fBufferTestUtil.cpp478 glDisableVertexAttribArray (m_posLoc); in verify()
479 glDisableVertexAttribArray (m_byteVecLoc); in verify()
Des2fNegativeVertexArrayApiTests.cpp122 glDisableVertexAttribArray(maxVertexAttribs); in init()
Des2fReadPixelsTests.cpp121 GLU_CHECK_CALL(glDisableVertexAttribArray(coordLoc)); in render()
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/glutils/
DShaderProgram.java716 gl.glDisableVertexAttribArray(location); in disableVertexAttribute()
722 gl.glDisableVertexAttribArray(location); in disableVertexAttribute()
/external/libgdx/backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/
DGwtGL20Debug.java476 public void glDisableVertexAttribArray (int index) { in glDisableVertexAttribArray() method in GwtGL20Debug
478 super.glDisableVertexAttribArray(index); in glDisableVertexAttribArray()
/external/libgdx/backends/gdx-backend-moe/src/com/badlogic/gdx/backends/iosrobovm/
DIOSGLES20.java122 public native void glDisableVertexAttribArray ( int index ); in glDisableVertexAttribArray() method in IOSGLES20
/external/libgdx/backends/gdx-backend-android/src/com/badlogic/gdx/backends/android/
DAndroidGL20.java121 public native void glDisableVertexAttribArray (int index); in glDisableVertexAttribArray() method in AndroidGL20
/external/libgdx/backends/gdx-backend-robovm/src/com/badlogic/gdx/backends/iosrobovm/
DIOSGLES20.java122 public native void glDisableVertexAttribArray ( int index ); in glDisableVertexAttribArray() method in IOSGLES20
/external/libgdx/backends/gdx-backend-jglfw/src/com/badlogic/gdx/backends/jglfw/
DJglfwGL20.java396 public void glDisableVertexAttribArray (int index) { in glDisableVertexAttribArray() method in JglfwGL20
397 GL.glDisableVertexAttribArray(index); in glDisableVertexAttribArray()
/external/libgdx/backends/gdx-backend-lwjgl3/src/com/badlogic/gdx/backends/lwjgl3/
DLwjgl3GL20.java267 public void glDisableVertexAttribArray (int index) { in glDisableVertexAttribArray() method in Lwjgl3GL20
268 GL20.glDisableVertexAttribArray(index); in glDisableVertexAttribArray()
/external/libgdx/backends/gdx-backend-lwjgl/src/com/badlogic/gdx/backends/lwjgl/
DLwjglGL20.java271 public void glDisableVertexAttribArray (int index) { in glDisableVertexAttribArray() method in LwjglGL20
272 GL20.glDisableVertexAttribArray(index); in glDisableVertexAttribArray()

123