Home
last modified time | relevance | path

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

12

/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()
DglsLongStressCase.cpp424 glDisableVertexAttribArray(posloc); in render()
878 glDisableVertexAttribArray(attrLoc); in disableAttributeArray()
/external/deqp/modules/gles3/functional/
Des3fPixelBufferObjectTests.cpp326 GLU_CHECK_CALL(glDisableVertexAttribArray(colorLoc)); in renderTriangle()
327 GLU_CHECK_CALL(glDisableVertexAttribArray(coordLoc)); in renderTriangle()
Des3fReadPixelsTests.cpp174 GLU_CHECK_CALL(glDisableVertexAttribArray(coordLoc)); in render()
Des3fVertexArrayObjectTests.cpp556 GLU_CHECK_CALL(glDisableVertexAttribArray(attribNdx)); in setState()
1133 GLU_CHECK_CALL(glDisableVertexAttribArray(attribNdx)); in setState()
/external/skia/src/gpu/gl/android/
DGrGLCreateNativeInterface_android.cpp76 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");
DglwInitES31Direct.inl73 gl->disableVertexAttribArray = &glDisableVertexAttribArray;
DglwInitES30.inl67 …ertexAttribArray = (glDisableVertexAttribArrayFunc) loader->get("glDisableVertexAttribArray");
DglwInitGL31.inl69 …ertexAttribArray = (glDisableVertexAttribArrayFunc) loader->get("glDisableVertexAttribArray");
DglwInitGL30.inl68 …ertexAttribArray = (glDisableVertexAttribArrayFunc) loader->get("glDisableVertexAttribArray");
DglwInitGL32.inl71 …ertexAttribArray = (glDisableVertexAttribArrayFunc) loader->get("glDisableVertexAttribArray");
DglwInitES31.inl73 …ertexAttribArray = (glDisableVertexAttribArrayFunc) loader->get("glDisableVertexAttribArray");
/external/drm_hwcomposer/
Dglworker.cpp647 glDisableVertexAttribArray(0); in Composite()
648 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/deqp/doc/
DGLES2 Negative API Functions.txt185 o glDisableVertexAttribArray (GLuint index);
/external/deqp/framework/opengl/simplereference/
DsglrContextWrapper.hpp89 void glDisableVertexAttribArray (deUint32 index);
/external/mesa3d/include/GLES2/
Dgl2.h513 GL_APICALL void GL_APIENTRY glDisableVertexAttribArray (GLuint index);
/external/deqp/framework/platform/null/
DtcuNullRenderContextInitFuncs.inl134 gl->disableVertexAttribArray = glDisableVertexAttribArray;

12