Home
last modified time | relevance | path

Searched refs:ACTIVE_ATTRIBUTES (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/html/canvas/
DWebGLProgram.cpp74 context3d->getProgramiv(object(), GraphicsContext3D::ACTIVE_ATTRIBUTES, &numAttribs); in cacheActiveAttribLocations()
DWebGLRenderingContext.idl261 const unsigned int ACTIVE_ATTRIBUTES = 0x8B89;
DWebGLRenderingContext.cpp2245 case GraphicsContext3D::ACTIVE_ATTRIBUTES: in getProgramParameter()
/external/webkit/Source/WebCore/platform/graphics/
DGraphicsContext3D.h262 ACTIVE_ATTRIBUTES = 0x8B89, enumerator