Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/graphics/qt/
DGraphicsContext3DQt.cpp190 glDisableVertexAttribArrayType disableVertexAttribArray; member in WebCore::GraphicsContext3DInternal
885 void GraphicsContext3D::disableVertexAttribArray(GC3Duint index) in disableVertexAttribArray() function in WebCore::GraphicsContext3D
/external/webkit/Source/WebCore/platform/graphics/opengl/
DGraphicsContext3DOpenGL.cpp607 void GraphicsContext3D::disableVertexAttribArray(GC3Duint index) in disableVertexAttribArray() function in WebCore::GraphicsContext3D
/external/webkit/Source/WebCore/html/canvas/
DWebGLRenderingContext.cpp1333 void WebGLRenderingContext::disableVertexAttribArray(GC3Duint index, ExceptionCode& ec) in disableVertexAttribArray() function in WebCore::WebGLRenderingContext