|
webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include <WebGLProgram.h>
Static Public Member Functions | |
| static Ref< WebGLProgram > | create (WebGLRenderingContextBase &) |
Protected Member Functions | |
| WebGLProgram (WebGLRenderingContextBase &) | |
| void | deleteObjectImpl (GraphicsContext3D *, Platform3DObject) override |
Protected Member Functions inherited from WebCore::WebGLSharedObject | |
| WebGLSharedObject (WebGLRenderingContextBase &) | |
| bool | hasGroupOrContext () const override |
| GraphicsContext3D * | getAGraphicsContext3D () const override |
Protected Member Functions inherited from WebCore::WebGLObject | |
| WebGLObject ()=default | |
| void | setObject (Platform3DObject) |
| virtual void | detach () |
Protected Member Functions inherited from WTF::RefCounted< WebGLObject > | |
| RefCounted () | |
| RefCounted () | |
| RefCounted () | |
| ~RefCounted () | |
| ~RefCounted () | |
| ~RefCounted () | |
Protected Member Functions inherited from WTF::RefCountedBase | |
| RefCountedBase () | |
| ~RefCountedBase () | |
| bool | derefBase () const |
| bool | deletionHasBegun () const |
| RefCountedBase () | |
| ~RefCountedBase () | |
| bool | derefBase () const |
| bool | deletionHasBegun () const |
| RefCountedBase () | |
| ~RefCountedBase () | |
| bool | derefBase () const |
| bool | deletionHasBegun () const |
|
virtual |
|
protected |
| bool WebCore::WebGLProgram::attachShader | ( | WebGLShader * | ) |
|
static |
|
overrideprotectedvirtual |
Implements WebCore::WebGLObject.
| bool WebCore::WebGLProgram::detachShader | ( | WebGLShader * | ) |
| WebGLShader* WebCore::WebGLProgram::getAttachedShader | ( | GC3Denum | ) |
|
inline |
| bool WebCore::WebGLProgram::getLinkStatus | ( | ) |
| void WebCore::WebGLProgram::increaseLinkCount | ( | ) |
| bool WebCore::WebGLProgram::isUsingVertexAttrib0 | ( | ) |
| unsigned WebCore::WebGLProgram::numActiveAttribLocations | ( | ) |
| void WebCore::WebGLProgram::setLinkStatus | ( | bool | ) |
1.8.13