/external/autotest/client/site_tests/graphics_SanAngeles/src/ |
D | importgl.h | 77 FNDEF(void, glDisableVertexAttribArray, (GLuint index)); 125 #define glDisableVertexAttribArray FNPTR(glDisableVertexAttribArray) macro
|
D | importgl.c | 68 IMPORT_FUNC_GL(glDisableVertexAttribArray); in importGLInit()
|
D | demo.c | 286 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/ |
D | main.h | 32 F(glDisableVertexAttribArray, PFNGLDISABLEVERTEXATTRIBARRAYPROC) \ 67 F(glDisableVertexAttribArray, PFNGLDISABLEVERTEXATTRIBARRAYPROC) \
|
D | glinterfacetest.cc | 56 glDisableVertexAttribArray(attribute_index_); in CleanupGLRendering()
|
/external/deqp/framework/egl/ |
D | egluStaticES20Library.inl | 45 { "glDisableVertexAttribArray", (deFunctionPtr)glDisableVertexAttribArray },
|
D | egluStaticES30Library.inl | 67 { "glDisableVertexAttribArray", (deFunctionPtr)glDisableVertexAttribArray },
|
/external/deqp/modules/glshared/ |
D | glsMemoryStressCase.cpp | 251 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/ |
D | es3fPixelBufferObjectTests.cpp | 326 GLU_CHECK_CALL(glDisableVertexAttribArray(colorLoc)); in renderTriangle() 327 GLU_CHECK_CALL(glDisableVertexAttribArray(coordLoc)); in renderTriangle()
|
/external/skia/src/gpu/gl/android/ |
D | GrGLCreateNativeInterface_android.cpp | 79 return (GrGLFuncPtr) glDisableVertexAttribArray; in android_get_gl_proc()
|
/external/deqp/framework/opengl/wrapper/ |
D | glwInitES20Direct.inl | 45 gl->disableVertexAttribArray = &glDisableVertexAttribArray;
|
D | glwInitES30Direct.inl | 67 gl->disableVertexAttribArray = &glDisableVertexAttribArray;
|
D | glwInitES20.inl | 45 …ertexAttribArray = (glDisableVertexAttribArrayFunc) loader->get("glDisableVertexAttribArray");
|
/external/drm_hwcomposer/ |
D | glworker.cpp | 676 glDisableVertexAttribArray(0); in Composite() 677 glDisableVertexAttribArray(1); in Composite()
|
/external/deqp/modules/gles2/functional/ |
D | es2fBufferTestUtil.cpp | 478 glDisableVertexAttribArray (m_posLoc); in verify() 479 glDisableVertexAttribArray (m_byteVecLoc); in verify()
|
D | es2fNegativeVertexArrayApiTests.cpp | 122 glDisableVertexAttribArray(maxVertexAttribs); in init()
|
D | es2fReadPixelsTests.cpp | 121 GLU_CHECK_CALL(glDisableVertexAttribArray(coordLoc)); in render()
|
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/glutils/ |
D | ShaderProgram.java | 716 gl.glDisableVertexAttribArray(location); in disableVertexAttribute() 722 gl.glDisableVertexAttribArray(location); in disableVertexAttribute()
|
/external/libgdx/backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/ |
D | GwtGL20Debug.java | 476 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/ |
D | IOSGLES20.java | 122 public native void glDisableVertexAttribArray ( int index ); in glDisableVertexAttribArray() method in IOSGLES20
|
/external/libgdx/backends/gdx-backend-android/src/com/badlogic/gdx/backends/android/ |
D | AndroidGL20.java | 121 public native void glDisableVertexAttribArray (int index); in glDisableVertexAttribArray() method in AndroidGL20
|
/external/libgdx/backends/gdx-backend-robovm/src/com/badlogic/gdx/backends/iosrobovm/ |
D | IOSGLES20.java | 122 public native void glDisableVertexAttribArray ( int index ); in glDisableVertexAttribArray() method in IOSGLES20
|
/external/libgdx/backends/gdx-backend-jglfw/src/com/badlogic/gdx/backends/jglfw/ |
D | JglfwGL20.java | 396 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/ |
D | Lwjgl3GL20.java | 267 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/ |
D | LwjglGL20.java | 271 public void glDisableVertexAttribArray (int index) { in glDisableVertexAttribArray() method in LwjglGL20 272 GL20.glDisableVertexAttribArray(index); in glDisableVertexAttribArray()
|