Lines Matching full:info
1490 bool GraphicsContext3D::getActiveAttrib(WebGLProgram* program, unsigned long index, ActiveInfo& info)
1514 info.name = String(name, length);
1515 info.type = type;
1516 info.size = size;
1521 bool GraphicsContext3D::getActiveUniform(WebGLProgram* program, unsigned long index, ActiveInfo& info)
1545 info.name = String(name, length);
1546 info.type = type;
1547 info.size = size;
2031 CGImageAlphaInfo info = CGImageGetAlphaInfo(cgImage);
2032 bool skipAlpha = (info == kCGImageAlphaNone
2033 || info == kCGImageAlphaNoneSkipLast
2034 || info == kCGImageAlphaNoneSkipFirst);