Searched defs:ActiveInfo (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebKit/chromium/public/
H A DWebGraphicsContext3D.h73 struct ActiveInfo { struct in class:WebKit::WebGraphicsContext3D
225 virtual bool getActiveAttrib(WebGLId program, WGC3Duint index, ActiveInfo&) = 0;
226 virtual bool getActiveUniform(WebGLId program, WGC3Duint index, ActiveInfo&) = 0;
/external/webkit/Source/WebCore/platform/graphics/
H A DGraphicsContext3D.h97 struct ActiveInfo { struct in namespace:WebCore
662 bool getActiveAttrib(Platform3DObject program, GC3Duint index, ActiveInfo&);
663 bool getActiveUniform(Platform3DObject program, GC3Duint index, ActiveInfo&);

Completed in 48 milliseconds