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

/external/deqp/framework/opengl/simplereference/
H A DsglrGLContext.cpp666 void GLContext::enableVertexAttribArray (deUint32 index) function in class:sglr::GLContext
/external/chromium_org/third_party/WebKit/Source/platform/graphics/test/
H A DMockWebGraphicsContext3D.h112 virtual void enableVertexAttribArray(WGC3Duint index) { } function in class:blink::MockWebGraphicsContext3D
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DWebGLRenderingContextBase.cpp1847 void WebGLRenderingContextBase::enableVertexAttribArray(GLuint index) function in class:WebCore::__anon10393::WebGLRenderingContextBase
1852 synthesizeGLError(GL_INVALID_VALUE, "enableVertexAttribArray", "index out of range");
1861 webContext()->enableVertexAttribArray(index);

Completed in 189 milliseconds