Searched defs:disableVertexAttribArray (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/opengl/
H A DGraphicsContext3DOpenGL.cpp607 void GraphicsContext3D::disableVertexAttribArray(GC3Duint index) function in class:WebCore::GraphicsContext3D
/external/webkit/Source/WebCore/html/canvas/
H A DWebGLRenderingContext.cpp1333 void WebGLRenderingContext::disableVertexAttribArray(GC3Duint index, ExceptionCode& ec) function in class:WebCore::__anon15171::WebGLRenderingContext
1347 m_context->disableVertexAttribArray(index);
/external/webkit/Source/WebCore/platform/graphics/qt/
H A DGraphicsContext3DQt.cpp190 glDisableVertexAttribArrayType disableVertexAttribArray; member in class:WebCore::GraphicsContext3DInternal
354 disableVertexAttribArray = GET_PROC_ADDRESS(glDisableVertexAttribArray);
885 void GraphicsContext3D::disableVertexAttribArray(GC3Duint index) function in class:WebCore::GraphicsContext3D
888 m_internal->disableVertexAttribArray(index);

Completed in 47 milliseconds