Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/graphics/qt/
DGraphicsContext3DQt.cpp198 glGetActiveAttribType getActiveAttrib; member in WebCore::GraphicsContext3DInternal
951 bool GraphicsContext3D::getActiveAttrib(Platform3DObject program, GC3Duint index, ActiveInfo& info) in getActiveAttrib() function in WebCore::GraphicsContext3D
/external/webkit/Source/WebCore/platform/graphics/opengl/
DGraphicsContext3DOpenGL.cpp673 bool GraphicsContext3D::getActiveAttrib(Platform3DObject program, GC3Duint index, ActiveInfo& info) in getActiveAttrib() function in WebCore::GraphicsContext3D
/external/webkit/Source/WebCore/html/canvas/
DWebGLRenderingContext.cpp1841 PassRefPtr<WebGLActiveInfo> WebGLRenderingContext::getActiveAttrib(WebGLProgram* program, GC3Duint … in getActiveAttrib() function in WebCore::WebGLRenderingContext